Commit ce3be56f authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 232141 - all all saved searches to footer until linkinfooter UI returns.…

Bug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch by gerv; r=myk, a=justdave.
parent 9b06c0cd
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment