diff options
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/header-start.html.tmpl | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl index 73d4d2b4d..bc8356c7b 100644 --- a/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl @@ -40,7 +40,7 @@ label.required:before { generate_api_token = 1 style = inline_style style_urls = [ 'skins/standard/attachment.css', - 'skins/custom/create_bug.css' ] + 'skins/standard/create_bug.css' ] javascript_urls = [ 'js/attachment.js', 'js/field.js' ] %] 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 0243345bb..a9d3146f1 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 @@ -19,15 +19,15 @@ [% END %] [%# Change the background/border for bugs/attachments in certain bug groups %] -[% IF template.name == 'attachment/edit.html.tmpl' +[% IF template.name == 'attachment/edit.html.tmpl' || template.name == 'attachment/create.html.tmpl' || template.name == 'attachment/diff-header.html.tmpl' %] - [% style_urls.push("skins/custom/bug_groups.css") %] + [% style_urls.push("skins/standard/bug_groups.css") %] [% IF template.name == 'attachment/edit.html.tmpl' || template.name == 'attachment/diff-header.html.tmpl' %] [% IF bodyclasses == 'no_javascript' %] - [% bodyclasses = ['no_javascript'] %] + [% bodyclasses = ['no_javascript'] %] [% END %] [% FOREACH group = attachment.bug.groups_in %] [% bodyclasses.push("bz_group_$group.name") %] |