We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9becb commit 00041b0Copy full SHA for 00041b0
UI/Configuration/settings.html
@@ -13,16 +13,7 @@
13
<th align="right">[% ITEM.label %]</th>
14
<td colspan="[% ITEM.info ? 1 : 2 %]" style='white-space:nowrap'>
15
[%
16
- IF ITEM.name == 'password_duration';
17
- PROCESS input element_data = {
18
- name = ITEM.name,
19
- type = 'text',
20
- value = form.${ITEM.name},
21
- size = 5,
22
- 'data-dojo-type' = 'dijit/form/NumberTextBox',
23
- 'data-dojo-props' = 'constraints:{min:0.00001,max:3653}',
24
- };
25
- ELSIF ITEM.type == 'YES_NO' OR ITEM.type == 'YES_NO_AUTO';
+ IF ITEM.type == 'YES_NO' OR ITEM.type == 'YES_NO_AUTO';
26
IF form.${ITEM.name} == 'auto';
27
AUTO="CHECKED";
28
YES=undef;
0 commit comments