From: gerv%gerv.net <>
Date: Mon, 8 Mar 2004 07:23:59 +0000 (+0000)
Subject: Bug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch...
X-Git-Tag: bugzilla-2.18rc1~201
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3be56f8de35c8974921b4f145e6f312eb986df;p=thirdparty%2Fbugzilla.git
Bug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch by gerv; r=myk, a=justdave.
---
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index f9415df9bb..289347d524 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 %]
- [% q.name FILTER html %]
- [% print_pipe = 1 %]
- [% END %]
+ [% " | " IF print_pipe %]
+ [% q.name FILTER html %]
+ [% print_pipe = 1 %]
[% END %]