Bug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch by gerv; r=myk, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@153659 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -96,11 +96,9 @@
|
||||
[% END %]
|
||||
|
||||
[% FOREACH q = user.queries %]
|
||||
[% IF q.linkinfooter %]
|
||||
[% " | " IF print_pipe %]
|
||||
<a href="buglist.cgi?cmdtype=runnamed&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&namedcmd=[% q.name FILTER url_quote %]"><nobr>[% q.name FILTER html %]</nobr></a>
|
||||
[% print_pipe = 1 %]
|
||||
[% END %]
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user