Commit 03a7c682 authored by Sunil Joshi's avatar Sunil Joshi Committed by Dave Lawrence

Bug 286374 - Platform and OS lose their hyperlinks (in create) when viewing

r=dkl, a=LpSolit
parent 45c34733
...@@ -260,20 +260,20 @@ ...@@ -260,20 +260,20 @@
%] %]
</tr> </tr>
<tr> <tr>
<th class="field_label"> [% INCLUDE "bug/field-label.html.tmpl"
<label for="version">Version</label>: field = bug_fields.version editable = 1 %]
</th>
[% PROCESS select selname => "version" %] [% PROCESS select selname => "version" %]
</tr> </tr>
[%############%] [%############%]
[%# PLATFORM #%] [%# PLATFORM #%]
[%############%] [%############%]
<tr> <tr>
<th class="field_label"> [% INCLUDE "bug/field-label.html.tmpl"
<label for="rep_platform" accesskey="h"> field = bug_fields.
[% field_descs.rep_platform FILTER html %]</label>: rep_platform editable = 1
</th> accesskey = "h"
%]
<td class="field_value"> <td class="field_value">
[% INCLUDE bug/field.html.tmpl [% INCLUDE bug/field.html.tmpl
bug = bug, field = bug_fields.rep_platform, bug = bug, field = bug_fields.rep_platform,
...@@ -413,9 +413,11 @@ ...@@ -413,9 +413,11 @@
[% IF Param('useqacontact') %] [% IF Param('useqacontact') %]
<tr> <tr>
<th class="field_label"> [% INCLUDE "bug/field-label.html.tmpl"
<label for="qa_contact" accesskey="q"><u>Q</u>A Contact</label>: field = bug_fields.qa_contact
</th> editable = 1
accesskey = "q"
%]
<td> <td>
[% IF bug.check_can_change_field("qa_contact", 0, 1) %] [% IF bug.check_can_change_field("qa_contact", 0, 1) %]
<div id="bz_qa_contact_edit_container" class="bz_default_hidden"> <div id="bz_qa_contact_edit_container" class="bz_default_hidden">
...@@ -513,9 +515,11 @@ ...@@ -513,9 +515,11 @@
[% IF Param('usestatuswhiteboard') %] [% IF Param('usestatuswhiteboard') %]
<tr> <tr>
<th class="field_label"> [% INCLUDE "bug/field-label.html.tmpl"
<label for="status_whiteboard" accesskey="w"><u>W</u>hiteboard</label>: field = bug_fields.status_whiteboard
</th> editable = 1
accesskey = "w"
%]
[% PROCESS input inputname => "status_whiteboard" size => "40" colspan => 2 %] [% PROCESS input inputname => "status_whiteboard" size => "40" colspan => 2 %]
</tr> </tr>
[% END %] [% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment