From 3e336837512e9436658cbed6aa239d2019569c6f Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 4 Sep 2012 16:19:36 -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(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index f829bbb3d..573c7ddeb 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -260,9 +260,9 @@ %] - - : - + + : + [% PROCESS select selname => "version" %] @@ -270,10 +270,10 @@ [%# PLATFORM #%] [%############%] - + : - + [% field_descs.rep_platform FILTER html %]: + [% INCLUDE bug/field.html.tmpl bug = bug, field = bug_fields.rep_platform, @@ -299,9 +299,9 @@ [% BLOCK section_status %] - - Status: - + + Status: + [% display_value("bug_status", bug.bug_status) FILTER html %] @@ -330,10 +330,10 @@ [%# Importance (priority and severity) #%] [%###############################################################%] - + : - + Importance: + [% INCLUDE bug/field.html.tmpl bug = bug, field = bug_fields.priority, @@ -349,11 +349,11 @@ [% IF Param("usetargetmilestone") && bug.target_milestone %] - + : - + [% PROCESS select selname = "target_milestone" %] [% END %] @@ -367,9 +367,9 @@ [% BLOCK section_people %] - - Assigned To: - + + Assigned To: + [% IF bug.check_can_change_field("assigned_to", 0, 1) %]
@@ -416,9 +416,9 @@ [% IF Param('useqacontact') %] - - : - + + : + [% IF bug.check_can_change_field("qa_contact", 0, 1) %]
@@ -511,19 +511,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 @@ -551,9 +551,9 @@ [% BLOCK section_duplicates %] [% RETURN UNLESS bug.duplicates.size %] - + : - + [% FOREACH dupe = bug.duplicates %] @@ -696,18 +696,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) @@ -721,9 +721,9 @@ [%############################################################################%] [% BLOCK section_cclist %] - - - + + + [% IF user.id %] [% IF NOT bug.cc || NOT bug.cc.contains(user.login) %] @@ -843,9 +843,9 @@ [% END %] [% IF show_bug_flags %] - - - + + + @@ -1065,9 +1065,9 @@ - + -- cgit v1.2.3-24-g4f1b
- Status: - + Status: + [% PROCESS bug/knob.html.tmpl %]