aboutsummaryrefslogtreecommitdiffstats
path: root/root/base/password
blob: ba3f3891568c490f11aa89f0bfd4d1113b717a53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[%

PROCESS field_base;

control_block = 'passwordfield_control';

BLOCK passwordfield_control;

  %]<input type="password" [% IF id_attr; 'id="'; id_attr; '"'; END; connect_control(self, 'value');
  ' value="'; self.value | html; '"'; process_attrs(attrs) %] />[%

END;

%]