diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-11-05 09:34:24 +1000 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2013-11-05 09:34:24 +1000 |
commit | 53819aceb30501345fcec6b93b8a1980f0659545 (patch) | |
tree | d1fa3013a1c0c21d81c0ad4778949300f8ef8988 /template | |
parent | 5063970f41f2582a11b177a6cc235252606edf9c (diff) | |
download | bugs-53819aceb30501345fcec6b93b8a1980f0659545.tar bugs-53819aceb30501345fcec6b93b8a1980f0659545.tar.gz bugs-53819aceb30501345fcec6b93b8a1980f0659545.tar.bz2 bugs-53819aceb30501345fcec6b93b8a1980f0659545.tar.xz bugs-53819aceb30501345fcec6b93b8a1980f0659545.zip |
Bug 451758 - Highlight shared searches in userprefs.cgi
r=glob, a=simon
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/saved-searches.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index ddc2a945b..86df1e277 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -83,7 +83,7 @@ [% Hook.process('saved-row') %] </tr> [% FOREACH q = user.queries %] - <tr> + <tr [% 'class="shared_search"' IF q.shared_with_group.id %]> <td>[% q.name FILTER html %]</td> <td> <a href="buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=[% q.name FILTER uri %] |