diff options
author | lpsolit%gmail.com <> | 2007-06-13 22:28:03 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-06-13 22:28:03 +0200 |
commit | 836b976e508db4efa1775d0beb0704cb56f28695 (patch) | |
tree | 93dd3be5f4bffe3c729cc52e3ebc93319294938c /template/en/default | |
parent | 1649198d3c217952f5eeb5a94bd13a42891a2386 (diff) | |
download | bugzilla-836b976e508db4efa1775d0beb0704cb56f28695.tar.gz bugzilla-836b976e508db4efa1775d0beb0704cb56f28695.tar.xz |
Bug 383935: Display how many other users have chosen to see your saved search in their footer - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/account/prefs/saved-searches.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
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 %]</option> [% END %] </select> + [% IF q.shared_with_users %] + (shared with [% q.shared_with_users FILTER html %] + [%+ q.shared_with_users > 1 ? "users" : "user" %]) + [% END %] </td> [% END %] </tr> |