summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorreed%reedloden.com <>2006-12-19 13:05:58 +0100
committerreed%reedloden.com <>2006-12-19 13:05:58 +0100
commit6255b0849421911afd419077f50de44f4ed9a1d8 (patch)
tree58abff4b852d97dff263ba75478cbc0b6bd46b9a /template
parent2c03807eb96b383ea17102215e8fa445d5b9bbd4 (diff)
downloadbugzilla-6255b0849421911afd419077f50de44f4ed9a1d8.tar.gz
bugzilla-6255b0849421911afd419077f50de44f4ed9a1d8.tar.xz
Bug 364065 - "Disabling CC list <select> for logged-out users can make the list unscrollable" [p=reed r=bkor a=myk]
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 82ab6f3d7..5f9d4ccb9 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -740,8 +740,7 @@
<label for="cc"><b>CC</b></label>:
</td>
<td valign="top">
- <select id="cc" name="cc" multiple="multiple" size="5"
- [%- " disabled=\"disabled\"" IF !user.id %]>
+ <select id="cc" name="cc" multiple="multiple" size="5">
[% FOREACH c = bug.cc %]
<option value="[% c FILTER html %]">[% c FILTER html %]</option>
[% END %]