Bug 451758 - Highlight shared searches in userprefs.cgi

r=glob, a=simon


git-svn-id: svn://10.0.0.236/trunk@265096 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2013-11-04 23:46:49 +00:00
parent 44de55c082
commit d51516c424
3 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
8799 8800

View File

@ -576,3 +576,8 @@ form th {
th.left { th.left {
text-align: left; text-align: left;
} }
tr.shared_search {
background-color: #fff7cd;
color: #000;
}

View File

@ -83,7 +83,7 @@
[% Hook.process('saved-row') %] [% Hook.process('saved-row') %]
</tr> </tr>
[% FOREACH q = user.queries %] [% FOREACH q = user.queries %]
<tr> <tr [% 'class="shared_search"' IF q.shared_with_group.id %]>
<td>[% q.name FILTER html %]</td> <td>[% q.name FILTER html %]</td>
<td> <td>
<a href="buglist.cgi?cmdtype=dorem&amp;remaction=run&amp;namedcmd=[% q.name FILTER uri %] <a href="buglist.cgi?cmdtype=dorem&amp;remaction=run&amp;namedcmd=[% q.name FILTER uri %]