aboutsummaryrefslogtreecommitdiffstats
path: root/root/base/password
diff options
context:
space:
mode:
Diffstat (limited to 'root/base/password')
-rw-r--r--root/base/password14
1 files changed, 14 insertions, 0 deletions
diff --git a/root/base/password b/root/base/password
new file mode 100644
index 0000000..ba3f389
--- /dev/null
+++ b/root/base/password
@@ -0,0 +1,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;
+
+%]