Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
03a7c682
Commit
03a7c682
authored
Oct 30, 2012
by
Sunil Joshi
Committed by
Dave Lawrence
Oct 30, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 286374 - Platform and OS lose their hyperlinks (in create) when viewing
r=dkl, a=LpSolit
parent
45c34733
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
14 deletions
+18
-14
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+18
-14
No files found.
template/en/default/bug/edit.html.tmpl
View file @
03a7c682
...
...
@@ -260,20 +260,20 @@
%]
</tr>
<tr>
<th class="field_label">
<label for="version">Version</label>:
</th>
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.version editable = 1 %]
[% PROCESS select selname => "version" %]
</tr>
[%############%]
[%# PLATFORM #%]
[%############%]
<tr>
<th class="field_label">
<label for="rep_platform" accesskey="h">
[% field_descs.rep_platform FILTER html %]</label>:
</th>
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.
rep_platform editable = 1
accesskey = "h"
%]
<td class="field_value">
[% INCLUDE bug/field.html.tmpl
bug = bug, field = bug_fields.rep_platform,
...
...
@@ -413,9 +413,11 @@
[% IF Param('useqacontact') %]
<tr>
<th class="field_label">
<label for="qa_contact" accesskey="q"><u>Q</u>A Contact</label>:
</th>
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.qa_contact
editable = 1
accesskey = "q"
%]
<td>
[% IF bug.check_can_change_field("qa_contact", 0, 1) %]
<div id="bz_qa_contact_edit_container" class="bz_default_hidden">
...
...
@@ -513,9 +515,11 @@
[% IF Param('usestatuswhiteboard') %]
<tr>
<th class="field_label">
<label for="status_whiteboard" accesskey="w"><u>W</u>hiteboard</label>:
</th>
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.status_whiteboard
editable = 1
accesskey = "w"
%]
[% PROCESS input inputname => "status_whiteboard" size => "40" colspan => 2 %]
</tr>
[% END %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment