From c80b5c35e38a7fefa1df3ea8c02295cb9f126e4f Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Tue, 8 May 2012 11:56:07 +0100 Subject: Bug 726953 - Link the bug alias & summary to fields.html in show_bug.cgi. r=gerv, a=LpSolit. --- template/en/default/bug/edit.html.tmpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'template/en/default/bug/edit.html.tmpl') 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 @@ [% IF bug.check_can_change_field('alias', 0, 1) %] + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.alias + editable = 1 + %] [%# *** Summary *** %] - + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.short_desc + editable = 1 + accesskey = "s" + %]
- : [% ELSIF bug.alias %] ( [% ELSE %] @@ -203,9 +201,11 @@
- : - [% PROCESS input inputname => "short_desc" size => "80" colspan => 2 maxlength => 255 spellcheck => "true" no_td => 1 %] -- cgit v1.2.3-24-g4f1b