From 836b976e508db4efa1775d0beb0704cb56f28695 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 13 Jun 2007 20:28:03 +0000 Subject: Bug 383935: Display how many other users have chosen to see your saved search in their footer - Patch by Frédéric Buclin r=timeless a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/account/prefs/saved-searches.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template') diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index 9af0efef5..52c4ded30 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -112,6 +112,10 @@ >[% group.name FILTER html %] [% END %] + [% IF q.shared_with_users %] + (shared with [% q.shared_with_users FILTER html %] + [%+ q.shared_with_users > 1 ? "users" : "user" %]) + [% END %] [% END %] -- cgit v1.2.3-24-g4f1b