From 74f15e52e9ac43d4e47d08337aa6574899c00090 Mon Sep 17 00:00:00 2001 From: Mary Umoh Date: Wed, 21 Jun 2017 16:18:56 -0400 Subject: Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css into skins/standard/*.css * Move bug_groups from custom to standard * More modified bug_group files * Combine skin CSS files * Move .png files to standard * Move css from global.css that belongs in index.css * Changes to css placement * All images within skins/standard moved to images folder * Fix font issue * Updates * Updates * Fix mistake --- template/en/default/bug/create/create.html.tmpl | 38 ++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'template/en/default/bug/create') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index ab95c38a7..d969ded64 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -33,7 +33,7 @@ generate_api_token = 1 style_urls = [ 'skins/standard/attachment.css', 'skins/standard/enter_bug.css', - 'skins/custom/create_bug.css' ] + 'skins/standard/create_bug.css' ] javascript_urls = [ "js/attachment.js", "js/util.js", "js/field.js", "js/TUI.js", "js/bug.js", "js/create_bug.js" ] @@ -154,8 +154,8 @@ function set_assign_to() { for (var i = 0; i < flag_rows.length; i++) { // Each flag table row should have one flag form select element // We get the flag type id from the id attribute of the select. - var flag_select = YAHOO.util.Dom.getElementsByClassName('flag_select', - 'select', + var flag_select = YAHOO.util.Dom.getElementsByClassName('flag_select', + 'select', flag_rows[i])[0]; var type_id = flag_select.id.split('-')[1]; var can_set = flag_select.options.length > 1 ? 1 : 0; @@ -181,7 +181,7 @@ function set_assign_to() { var status_comment_required = new Array(); [% FOREACH status = bug_status %] - status_comment_required['[% status.name FILTER js %]'] = + status_comment_required['[% status.name FILTER js %]'] = [% status.comment_required_on_change_from() ? 'true' : 'false' %] [% END %] @@ -218,7 +218,7 @@ TUI_hide_default('attachment_text_field'); value="Hide Advanced Fields" onClick="toggleAdvancedFields()"> [%# Show the link if the browser supports JS %] @@ -245,7 +245,7 @@ TUI_hide_default('attachment_text_field'); [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.component editable = 1 desc_url = component_desc_url - %] + %] @@ -316,7 +316,7 @@ TUI_hide_default('attachment_text_field'); [% INCLUDE bug/field.html.tmpl - bug = default, field = bug_fields.bug_severity, editable = 1, + bug = default, field = bug_fields.bug_severity, editable = 1, value = default.bug_severity %] @@ -372,7 +372,7 @@ TUI_hide_default('attachment_text_field'); [% IF Param('letsubmitterchoosepriority') %] [% INCLUDE bug/field.html.tmpl - bug = default, field = bug_fields.priority, editable = 1, + bug = default, field = bug_fields.priority, editable = 1, value = default.priority %] [% ELSE %]   @@ -414,7 +414,7 @@ TUI_hide_default('attachment_text_field'); [% END %] - + [% IF Param("useqacontact") %] [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.qa_contact editable = 1 @@ -436,7 +436,7 @@ TUI_hide_default('attachment_text_field'); [% INCLUDE "bug/field-label.html.tmpl" - field = bug_fields.cc editable = 1 + field = bug_fields.cc editable = 1 %] [% INCLUDE global/userselect.html.tmpl @@ -493,10 +493,10 @@ TUI_hide_default('attachment_text_field');