diff options
author | lpsolit%gmail.com <> | 2009-08-13 17:55:11 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-08-13 17:55:11 +0200 |
commit | fcbd202edcd0f5b53bad398aa4a1f515ba25d16d (patch) | |
tree | e480000d272442cadf1433b6e7bda008bf463857 /template/en | |
parent | cb438138c8959e3e0f20375905316292d1e0b1f5 (diff) | |
download | bugzilla-fcbd202edcd0f5b53bad398aa4a1f515ba25d16d.tar.gz bugzilla-fcbd202edcd0f5b53bad398aa4a1f515ba25d16d.tar.xz |
Bug 458627: "My Requests" link no longer displayed in the footer of some pages - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/common-links.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index bc8556a11..70395b319 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -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 %] |