Module: bugzilla Branch: master Commit: d378d95008eab37f4f385086c25336b57cc141de URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=d378d95008eab37f4f3850...
Author: Theodore Dubois tblodt@icloud.com Date: Sun Dec 13 18:09:21 2015 -0800
bugzilla: fix theme on sidebar for shared searches.
Fixes bug #38835.
Signed-off-by: Theodore Dubois tblodt@icloud.com Signed-off-by: Jeremy Newman jnewman@codeweavers.com
---
template/en/default/global/sidebar.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/template/en/default/global/sidebar.html.tmpl b/template/en/default/global/sidebar.html.tmpl index d00bf4c..07b81e2 100644 --- a/template/en/default/global/sidebar.html.tmpl +++ b/template/en/default/global/sidebar.html.tmpl @@ -66,9 +66,10 @@ [% print_pipe = 0 %] [% FOREACH q = user.queries_subscribed %] [% IF new_line %] - <tr class="sideMenu"><td> - <em style="color: #555">Shared Searches:</em> - </p></li> + [% INCLUDE global/menu_end.html.tmpl %] + [% INCLUDE global/menu_start.html.tmpl + bt = 'Shared Searches' + %] [% new_line = 0 %] [% END %] <li><p> @@ -76,7 +77,6 @@ href="buglist.cgi?cmdtype=dorem&remaction=run&namedcmd= [% q.name FILTER uri %]&sharer_id= [% q.user.id FILTER uri %]" - class="shared" title="Shared by [% q.user.identity FILTER html %]" >[% q.name FILTER html FILTER no_break %]</a></p></li> [% print_pipe = 1 %]