Allowing people to search on all itemtypes when adding a serial subscription, workaround for the fact you cant limit by itemtype

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Chris Cormack 2008-07-15 12:44:44 +12:00 committed by Joshua Ferraro
parent 68297d9480
commit 350b9dd3af

View file

@ -21,6 +21,7 @@
<!-- ITEMTYPE LIMITS -->
<p>Limit type to:
<select name="itemtypelimit">
<option value="">All</option>
<!--TMPL_LOOP Name="itemtypeloop"-->
<option value="<!--TMPL_VAR Name="code" -->" />
<!--TMPL_VAR Name="description" -->