diff options
author | guy.pyrzak%gmail.com <> | 2008-04-20 00:46:25 +0200 |
---|---|---|
committer | guy.pyrzak%gmail.com <> | 2008-04-20 00:46:25 +0200 |
commit | ab7671cb2a6abf32865781049b772c454575a325 (patch) | |
tree | c24c34bd2701e40d3f25bae81013e9a49d41943a /template/en | |
parent | 8825f9581cfa4f6fdbc2c2cb16e0486e2c119455 (diff) | |
download | bugzilla-ab7671cb2a6abf32865781049b772c454575a325.tar.gz bugzilla-ab7671cb2a6abf32865781049b772c454575a325.tar.xz |
Bug 429767 - short_desc label is controlled by check_can_change_field('alias')
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
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) %] - <label accesskey="s" for="short_desc"><u>S</u>ummary</label>: - [% END %] + <label accesskey="s" for="short_desc"><u>S</u>ummary</label>: [% PROCESS input inputname => "short_desc" size => "60" colspan => 2 maxlength => 255 spellcheck => "true" no_td => 1 %] </span> |