From d51516c42475de97091da3aa61e0d133e49fb85e Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Mon, 4 Nov 2013 23:46:49 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/skins/standard/global.css | 7 ++++++- .../en/default/account/prefs/saved-searches.html.tmpl | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index e41b4964cfb..0290fae2188 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8799 \ No newline at end of file +8800 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/skins/standard/global.css b/mozilla/webtools/bugzilla/skins/standard/global.css index 151391bd7b3..d8d44ddf06d 100644 --- a/mozilla/webtools/bugzilla/skins/standard/global.css +++ b/mozilla/webtools/bugzilla/skins/standard/global.css @@ -575,4 +575,9 @@ form th { } th.left { text-align: left; -} \ No newline at end of file +} + +tr.shared_search { + background-color: #fff7cd; + color: #000; +} diff --git a/mozilla/webtools/bugzilla/template/en/default/account/prefs/saved-searches.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/account/prefs/saved-searches.html.tmpl index ddc2a945b5d..86df1e277df 100644 --- a/mozilla/webtools/bugzilla/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/account/prefs/saved-searches.html.tmpl @@ -83,7 +83,7 @@ [% Hook.process('saved-row') %] [% FOREACH q = user.queries %] - + [% q.name FILTER html %]