From 95b84377992077442427a25786387285f994cb97 Mon Sep 17 00:00:00 2001
From: "bugreport%peshkin.net" <>
Date: Thu, 13 May 2004 23:04:26 +0000
Subject: Bug 236779: Add UI for changing "linkinfooter" flag for saved
searches r=gerv,preed a=justdave
---
template/en/default/global/useful-links.html.tmpl | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
(limited to 'template/en/default/global')
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 %]
- [% q.name FILTER html %]
- [% print_pipe = 1 %]
+ [% IF q.linkinfooter %]
+ [% " | " IF print_pipe %]
+ [% q.name FILTER html %]
+ [% print_pipe = 1 %]
+ [% END %]
[% END %]
--
cgit v1.2.3-24-g4f1b