Commit c856f1ec authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 322906: Flag inclusion and exclusion lists in editflagtypes.cgi should have…

Bug 322906: Flag inclusion and exclusion lists in editflagtypes.cgi should have a size of 7 instead of 4 - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
parent fb8598cd
...@@ -121,12 +121,12 @@ ...@@ -121,12 +121,12 @@
</td> </td>
<td style="vertical-align: top;"> <td style="vertical-align: top;">
<b>Inclusions:</b><br> <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"> <input type="submit" name="categoryAction-removeInclusion" value="Remove Inclusion">
</td> </td>
<td style="vertical-align: top;"> <td style="vertical-align: top;">
<b>Exclusions:</b><br> <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"> <input type="submit" name="categoryAction-removeExclusion" value="Remove Exclusion">
</td> </td>
</tr> </tr>
......
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