From: Sunil Joshi Date: Tue, 30 Oct 2012 21:35:21 +0000 (-0400) Subject: Bug 286374 - Platform and OS lose their hyperlinks (in create) when viewing X-Git-Tag: bugzilla-4.5.1~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03a7c682dde16c39f1fd8eaeed8f6606f18fcceb;p=thirdparty%2Fbugzilla.git Bug 286374 - Platform and OS lose their hyperlinks (in create) when viewing r=dkl, a=LpSolit --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 71afc09dc3..e11e244f64 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 %]