[bugzilla] bugzilla: fix theme on sidebar for shared searches.

Theodore Dubois tblodt at icloud.com
Sun Dec 13 20:09:21 CST 2015


Fixes bug #38835.

Signed-off-by: Theodore Dubois <tblodt at icloud.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 %]
-- 
2.6.3




More information about the wine-patches mailing list