From ba43c21a0dd500245063ec9aee1a8dac98a45340 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 4 Sep 2012 16:30:30 -0400 Subject: Bug 675171 - standardize font weight for field labels r=glob, a=LpSolit --- template/en/default/bug/edit.html.tmpl | 88 +++++++++++++++++----------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 6ad406af9..3e09f4392 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -305,9 +305,9 @@ %] - - : - + + : + [% PROCESS select selname => "version" %] @@ -315,9 +315,9 @@ [%# PLATFORM #%] [%############%] - - : - + + : + [% INCLUDE bug/field.html.tmpl bug = bug, field = bug_fields.rep_platform, @@ -343,9 +343,9 @@ [% BLOCK section_status %] - - Status: - + + Status: + [% display_value("bug_status", bug.bug_status) FILTER html %] @@ -364,19 +364,19 @@ [% IF Param('usestatuswhiteboard') %] - - : - + + : + [% PROCESS input inputname => "status_whiteboard" size => "40" colspan => 2 %] [% END %] [% IF use_keywords %] - + : - + Keywords: + [% INCLUDE bug/field.html.tmpl bug = bug, field = bug_fields.keywords, value = bug.keywords @@ -398,10 +398,10 @@ [%# Importance (priority and severity) #%] [%###############################################################%] - + : - + Importance: + [% INCLUDE bug/field.html.tmpl bug = bug, field = bug_fields.priority, @@ -417,11 +417,11 @@ [% IF Param("usetargetmilestone") && bug.target_milestone %] - + : - + [% PROCESS select selname = "target_milestone" %] [% END %] @@ -435,9 +435,9 @@ [% BLOCK section_people %] - - Assigned To: - + + Assigned To: + [% IF bug.check_can_change_field("assigned_to", 0, 1) %]
@@ -484,9 +484,9 @@ [% IF Param('useqacontact') %] - - : - + + : + [% IF bug.check_can_change_field("qa_contact", 0, 1) %]
@@ -588,9 +588,9 @@ [% BLOCK section_duplicates %] [% RETURN UNLESS bug.duplicates.size %] - + : - + [% FOREACH dupe = bug.duplicates %] @@ -733,18 +733,18 @@ [% BLOCK section_dates %] - - Reported: - + + Reported: + [% bug.creation_ts FILTER time %] by [% INCLUDE global/user.html.tmpl who = bug.reporter %] - - Modified: - + + Modified: + [% bug.delta_ts FILTER time FILTER replace(':\d\d$', '') FILTER replace(':\d\d ', ' ')%] ([%# terms.Bug %]History) @@ -758,9 +758,9 @@ [%############################################################################%] [% BLOCK section_cclist %] - - - + + + [% IF user.id %] [% IF NOT bug.cc || NOT bug.cc.contains(user.login) %] @@ -892,9 +892,9 @@ [% END %] [% IF show_bug_flags %] - - - + + + [% IF bug.flag_types.size > 0 %] [% PROCESS "flag/list.html.tmpl" flag_no_header = 1 @@ -1112,9 +1112,9 @@ - + -- cgit v1.2.3-24-g4f1b
- Status: - + Status: + [% PROCESS bug/knob.html.tmpl %]