]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 364065 - "Disabling CC list <select> for logged-out users can make the list unscr...
authorreed%reedloden.com <>
Tue, 19 Dec 2006 12:05:58 +0000 (12:05 +0000)
committerreed%reedloden.com <>
Tue, 19 Dec 2006 12:05:58 +0000 (12:05 +0000)
template/en/default/bug/edit.html.tmpl

index 82ab6f3d75c054ecfc68785e28486abab16ec15d..5f9d4ccb9429f5bb8cc0c31bce5620e27602ac88 100644 (file)
           <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 %]