From 03a7c682dde16c39f1fd8eaeed8f6606f18fcceb Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Tue, 30 Oct 2012 17:35:21 -0400 Subject: Bug 286374 - Platform and OS lose their hyperlinks (in create) when viewing r=dkl, a=LpSolit --- template/en/default/bug/edit.html.tmpl | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 71afc09dc..e11e244f6 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -260,20 +260,20 @@ %] - - : - - + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.version editable = 1 %] + [% PROCESS select selname => "version" %] [%############%] [%# PLATFORM #%] [%############%] - - : - + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields. + rep_platform editable = 1 + accesskey = "h" + %] [% INCLUDE bug/field.html.tmpl bug = bug, field = bug_fields.rep_platform, @@ -413,9 +413,11 @@ [% IF Param('useqacontact') %] - - : - + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.qa_contact + editable = 1 + accesskey = "q" + %] [% IF bug.check_can_change_field("qa_contact", 0, 1) %]
@@ -513,9 +515,11 @@ [% IF Param('usestatuswhiteboard') %] - - : - + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.status_whiteboard + editable = 1 + accesskey = "w" + %] [% PROCESS input inputname => "status_whiteboard" size => "40" colspan => 2 %] [% END %] -- cgit v1.2.3-24-g4f1b