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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
944b3270
Commit
944b3270
authored
Jun 18, 2014
by
Lalit Khattar
Committed by
Byron Jones
Jun 18, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 575211: show_bug.cgi should use field-label.html.tmpl for field headers
r=glob,a=sgreen
parent
ea10fefd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
14 deletions
+7
-14
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+7
-14
No files found.
template/en/default/bug/edit.html.tmpl
View file @
944b3270
...
...
@@ -364,11 +364,10 @@
[% IF Param("usetargetmilestone") && bug.target_milestone %]
<tr>
<th class="field_label">
<label for="target_milestone">
<a href="page.cgi?id=fields.html#target_milestone">
Target Milestone</a></label>:
</th>
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.target_milestone
editable = 1
%]
[% PROCESS select selname = "target_milestone" %]
</tr>
[% END %]
...
...
@@ -547,17 +546,11 @@
[% IF use_keywords %]
<tr>
<th class="field_label">
<label for="keywords" accesskey="k">
<a href="describekeywords.cgi"><u>K</u>eywords</a></label>:
</th>
<td class="field_value" colspan="2">
[% INCLUDE bug/field.html.tmpl
bug = bug, field = bug_fields.keywords, value = bug.keywords
editable = bug.check_can_change_field("keywords", 0, 1),
no_tds = 1
, possible_values = all_keywords
bug = bug, field = bug_fields.keywords, value = bug.keywords
editable = bug.check_can_change_field("keywords", 0, 1),
desc_url = "describekeywords.cgi"
, possible_values = all_keywords
%]
</td>
</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