]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 458627: "My Requests" link no longer displayed in the footer of some pages -...
authorlpsolit%gmail.com <>
Thu, 13 Aug 2009 15:55:11 +0000 (15:55 +0000)
committerlpsolit%gmail.com <>
Thu, 13 Aug 2009 15:55:11 +0000 (15:55 +0000)
template/en/default/global/common-links.html.tmpl

index bc8556a118c552283eabe9281e37ef0a52930835..70395b31991dc014d232ae2fc80df844bc9960c0 100644 (file)
@@ -20,6 +20,8 @@
   #%]
 
 [% DEFAULT qs_suffix = "" %]
+[% USE Bugzilla %]
+
 <ul class="links">
   <li><a href="./">Home</a></li>
   <li><span class="separator">| </span><a href="enter_bug.cgi">New</a></li>
@@ -96,7 +98,6 @@
       # less confusing to have one form (as opposed to  three) when you're 
       # required to log in.
       #%]
-    [% USE Bugzilla %]
     [% IF user.authorizer.can_login && !Bugzilla.page_requires_login %]
       [% PROCESS "account/auth/login-small.html.tmpl" %]
     [% END %]