summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2012-05-08 12:56:07 +0200
committerGervase Markham <gerv@mozilla.org>2012-05-08 12:56:07 +0200
commitc80b5c35e38a7fefa1df3ea8c02295cb9f126e4f (patch)
treeef9927c6881b150e7e01068a3d11bbee6773bf21 /template
parent08095abadba2df76318e2fadcae442e21e1f2a1c (diff)
downloadbugzilla-c80b5c35e38a7fefa1df3ea8c02295cb9f126e4f.tar.gz
bugzilla-c80b5c35e38a7fefa1df3ea8c02295cb9f126e4f.tar.xz
Bug 726953 - Link the bug alias & summary to fields.html in show_bug.cgi. r=gerv, a=LpSolit.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl18
1 files changed, 9 insertions, 9 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index d8803e677..ba36d0a2f 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -181,13 +181,11 @@
<table id="summary">
<tr>
[% IF bug.check_can_change_field('alias', 0, 1) %]
+ [% INCLUDE "bug/field-label.html.tmpl"
+ field = bug_fields.alias
+ editable = 1
+ %]
<td>
- <label
- for="alias"
- title="a name for the
- [% terms.bug %] that can be used in place of its ID number,
- [%%] e.g. when adding it to a list of dependencies"
- >Alias</label>:</td><td>
[% ELSIF bug.alias %]
<td colspan="2">(
[% ELSE %]
@@ -203,9 +201,11 @@
</tr>
[%# *** Summary *** %]
<tr>
- <td>
- <label accesskey="s" for="short_desc"><u>S</u>ummary</label>:
- </td>
+ [% INCLUDE "bug/field-label.html.tmpl"
+ field = bug_fields.short_desc
+ editable = 1
+ accesskey = "s"
+ %]
<td>
[% PROCESS input inputname => "short_desc" size => "80" colspan => 2
maxlength => 255 spellcheck => "true" no_td => 1 %]