]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch...
authorgerv%gerv.net <>
Mon, 8 Mar 2004 07:23:59 +0000 (07:23 +0000)
committergerv%gerv.net <>
Mon, 8 Mar 2004 07:23:59 +0000 (07:23 +0000)
template/en/default/global/useful-links.html.tmpl

index f9415df9bb8af665ee3c5d58dd1585c376f2df43..289347d524355ad46cb17f84cec44cc063b0e319 100644 (file)
         [% 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>