]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 322906: Flag inclusion and exclusion lists in editflagtypes.cgi should have a...
authorlpsolit%gmail.com <>
Sat, 21 Jan 2006 22:07:03 +0000 (22:07 +0000)
committerlpsolit%gmail.com <>
Sat, 21 Jan 2006 22:07:03 +0000 (22:07 +0000)
template/en/default/admin/flag-type/edit.html.tmpl

index 836a7abe5a09096aa17740b03554ee1f1dd39a33..ad41576cb25ecb6478190aac4ff4ec8eb237118d 100644 (file)
             </td>
             <td style="vertical-align: top;">
               <b>Inclusions:</b><br>
-              [% PROCESS "global/select-menu.html.tmpl" name="inclusion_to_remove" multiple="1" size="4" options=type.inclusions %]<br>
+              [% PROCESS "global/select-menu.html.tmpl" name="inclusion_to_remove" multiple="1" size="7" options=type.inclusions %]<br>
               <input type="submit" name="categoryAction-removeInclusion" value="Remove Inclusion">
             </td>
             <td style="vertical-align: top;">
               <b>Exclusions:</b><br>
-              [% PROCESS "global/select-menu.html.tmpl" name="exclusion_to_remove" multiple="1" size="4" options=type.exclusions %]<br>
+              [% PROCESS "global/select-menu.html.tmpl" name="exclusion_to_remove" multiple="1" size="7" options=type.exclusions %]<br>
               <input type="submit" name="categoryAction-removeExclusion" value="Remove Exclusion">
             </td>
           </tr>