summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2004-03-08 08:23:59 +0100
committergerv%gerv.net <>2004-03-08 08:23:59 +0100
commitce3be56f8de35c8974921b4f145e6f312eb986df (patch)
tree834e77bc399ceb3a0181c1235fd405826f6d736b /template
parent9b06c0cd4fd834bc71f0551fce6ffc5900ca7c1b (diff)
downloadbugzilla-ce3be56f8de35c8974921b4f145e6f312eb986df.tar.gz
bugzilla-ce3be56f8de35c8974921b4f145e6f312eb986df.tar.xz
Bug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch by gerv; r=myk, a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/useful-links.html.tmpl8
1 files changed, 3 insertions, 5 deletions
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index f9415df9b..289347d52 100644
--- a/template/en/default/global/useful-links.html.tmpl
+++ b/template/en/default/global/useful-links.html.tmpl
@@ -96,11 +96,9 @@
[% END %]
[% FOREACH q = user.queries %]
- [% IF q.linkinfooter %]
- [% " | " IF print_pipe %]
- <a href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% q.name FILTER url_quote %]"><nobr>[% q.name FILTER html %]</nobr></a>
- [% print_pipe = 1 %]
- [% END %]
+ [% " | " IF print_pipe %]
+ <a href="buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% q.name FILTER url_quote %]"><nobr>[% q.name FILTER html %]</nobr></a>
+ [% print_pipe = 1 %]
[% END %]
</td>
</tr>