From ab7671cb2a6abf32865781049b772c454575a325 Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Sat, 19 Apr 2008 22:46:25 +0000 Subject: Bug 429767 - short_desc label is controlled by check_can_change_field('alias') Patch By Guy Pyrzak r=mkanat, a=mkanat --- template/en/default/bug/edit.html.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index ce2a7b50e..6b9b94272 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -328,9 +328,7 @@ && bug.alias %] [% END %] [%# *** Summary *** %] - [% IF bug.check_can_change_field('alias', 0, 1) %] - :  - [% END %] + :  [% PROCESS input inputname => "short_desc" size => "60" colspan => 2 maxlength => 255 spellcheck => "true" no_td => 1 %] -- cgit v1.2.3-24-g4f1b