diff options
author | bugreport%peshkin.net <> | 2004-05-14 01:04:26 +0200 |
---|---|---|
committer | bugreport%peshkin.net <> | 2004-05-14 01:04:26 +0200 |
commit | 95b84377992077442427a25786387285f994cb97 (patch) | |
tree | e4cffdae54811e0a713cac7f15a3369b5845910d /template/en/default/global | |
parent | a8de93fcc5c9a63482bd6461574750b470af5fa1 (diff) | |
download | bugzilla-95b84377992077442427a25786387285f994cb97.tar.gz bugzilla-95b84377992077442427a25786387285f994cb97.tar.xz |
Bug 236779: Add UI for changing "linkinfooter" flag for saved searches
r=gerv,preed
a=justdave
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/useful-links.html.tmpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 806edfcf7..d238a4253 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -106,9 +106,11 @@ [% END %] [% FOREACH q = user.queries %] - [% " | " 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 %] + [% 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 %] [% END %] </td> </tr> |