diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2011-12-08 21:38:43 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2011-12-08 21:38:43 +0100 |
commit | 0389e5d8cd50e276c91c790243fac38e55077c47 (patch) | |
tree | 956f5e6781c690bdbaa01699e809ab736c3a3ebf /extensions/BMO | |
parent | 9be2e2fd1e937e1ba883da75069dbcc331691558 (diff) | |
download | bugzilla-0389e5d8cd50e276c91c790243fac38e55077c47.tar.gz bugzilla-0389e5d8cd50e276c91c790243fac38e55077c47.tar.xz |
Bug 691672 - Apply the background color for security bugs to attachment details pages for those bugs as well
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/header-start.html.tmpl | 6 |
1 files changed, 1 insertions, 5 deletions
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') %] |