Bug 7046: (RM follow-up) Add Filters

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Martin Renvoize 2020-04-08 13:18:46 +01:00
parent 94ec55d767
commit 78b67d21c5
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -42,9 +42,9 @@
[% SET subtype = st.0 %]
[% SET value = st.1 %]
[% IF subscription.$subtype %]
<option value="[% value %]" selected="selected">
<option value="[% value | html %]" selected="selected">
[% ELSE %]
<option value="[% value %]">
<option value="[% value | html %]">
[% END %]
[% SWITCH subtype %]
[% CASE 'numberlength'%]issues
@ -54,7 +54,7 @@
</option>
[% END %]
</select>
<input type="text" name="sublength" id="sublength" size="3" value="[% subscription.numberlength || subscription.weeklength || subscription.monthlength %]" />(enter amount in numerals)
<input type="text" name="sublength" id="sublength" size="3" value="[% subscription.numberlength || subscription.weeklength || subscription.monthlength | html %]" />(enter amount in numerals)
<input type="hidden" name="issuelengthcount">
</li>