Lines 140-146
Link Here
|
140 |
<input type="hidden" name="op" value="cud-add_category" /> |
140 |
<input type="hidden" name="op" value="cud-add_category" /> |
141 |
</li> |
141 |
</li> |
142 |
<li> |
142 |
<li> |
143 |
<input type="checkbox" name="is_integer_only" id="is_integer_only"/><label for="is_integer_only">Restrict value to numbers only</label></input> |
143 |
<input type="checkbox" name="is_integer_only" id="is_integer_only"/><label for="is_integer_only">Restrict value to numbers only</label> |
144 |
</li> |
144 |
</li> |
145 |
</ol> |
145 |
</ol> |
146 |
[% ELSIF op == 'edit_form' %] |
146 |
[% ELSIF op == 'edit_form' %] |
Lines 151-159
Link Here
|
151 |
</li> |
151 |
</li> |
152 |
<li> |
152 |
<li> |
153 |
[% IF category.is_integer_only %] |
153 |
[% IF category.is_integer_only %] |
154 |
<input type="checkbox" checked name="is_integer_only" id="is_integer_only"/><label for="is_integer_only">Restrict value to numbers only</label></input> |
154 |
<input type="checkbox" checked name="is_integer_only" id="is_integer_only"/><label for="is_integer_only">Restrict value to numbers only</label> |
155 |
[% ELSE %] |
155 |
[% ELSE %] |
156 |
<input type="checkbox" name="is_integer_only" id="is_integer_only"/><label for="is_integer_only">Restrict value to numbers only</label></input> |
156 |
<input type="checkbox" name="is_integer_only" id="is_integer_only"/><label for="is_integer_only">Restrict value to numbers only</label> |
157 |
[% END %] |
157 |
[% END %] |
158 |
</li> |
158 |
</li> |
159 |
</ol> |
159 |
</ol> |
160 |
- |
|
|