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:
parent
68297d9480
commit
350b9dd3af
1 changed files with 1 additions and 0 deletions
|
@ -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" -->
|
||||
|
|
Loading…
Reference in a new issue