summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/useful-links.html.tmpl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2004-05-14 01:04:26 +0200
committerbugreport%peshkin.net <>2004-05-14 01:04:26 +0200
commit95b84377992077442427a25786387285f994cb97 (patch)
treee4cffdae54811e0a713cac7f15a3369b5845910d /template/en/default/global/useful-links.html.tmpl
parenta8de93fcc5c9a63482bd6461574750b470af5fa1 (diff)
downloadbugzilla-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/useful-links.html.tmpl')
-rw-r--r--template/en/default/global/useful-links.html.tmpl8
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&amp;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&amp;namedcmd=[% q.name FILTER url_quote %]"><nobr>[% q.name FILTER html %]</nobr></a>
+ [% print_pipe = 1 %]
+ [% END %]
[% END %]
</td>
</tr>