summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorguy.pyrzak%gmail.com <>2008-04-20 00:46:25 +0200
committerguy.pyrzak%gmail.com <>2008-04-20 00:46:25 +0200
commitab7671cb2a6abf32865781049b772c454575a325 (patch)
treec24c34bd2701e40d3f25bae81013e9a49d41943a /template
parent8825f9581cfa4f6fdbc2c2cb16e0486e2c119455 (diff)
downloadbugzilla-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')
-rw-r--r--template/en/default/bug/edit.html.tmpl4
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>:&nbsp;
- [% END %]
+ <label accesskey="s" for="short_desc"><u>S</u>ummary</label>:&nbsp;
[% PROCESS input inputname => "short_desc" size => "60" colspan => 2
maxlength => 255 spellcheck => "true" no_td => 1 %]
</span>