Commit 6255b084 authored by reed%reedloden.com's avatar reed%reedloden.com

Bug 364065 - "Disabling CC list <select> for logged-out users can make the list…

Bug 364065 - "Disabling CC list <select> for logged-out users can make the list unscrollable" [p=reed r=bkor a=myk]
parent 2c03807e
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment