From 0389e5d8cd50e276c91c790243fac38e55077c47 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 8 Dec 2011 15:38:43 -0500 Subject: Bug 691672 - Apply the background color for security bugs to attachment details pages for those bugs as well --- .../BMO/template/en/default/hook/global/header-start.html.tmpl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'extensions/BMO/template/en/default/hook') diff --git a/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl b/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl index af6c63123..369f3aeff 100644 --- a/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl +++ b/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl @@ -14,7 +14,7 @@ [% IF template.name == 'attachment/edit.html.tmpl' || template.name == 'attachment/create.html.tmpl' || template.name == 'attachment/diff-header.html.tmpl' %] - [% style_urls.push("skins/standard/bug_groups.css") %] + [% style_urls.push("skins/custom/bug_groups.css") %] [% IF template.name == 'attachment/edit.html.tmpl' || template.name == 'attachment/diff-header.html.tmpl' %] @@ -33,10 +33,6 @@ [% END %] [% END %] -[% IF template.name == 'bug/show-header.html.tmpl' %] -[% style_urls.push("skins/standard/bug_groups.css") %] -[% END %] - [% IF user.in_group('editusers') || user.bless_groups.size > 0 %] [% yui.push('container', 'menu') %] [% style_urls.push('js/yui/assets/skins/sam/menu.css') %] -- cgit v1.2.3-24-g4f1b