From 772417a31bf376afb762b1d0179ed104cfe50200 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Tue, 26 Apr 2016 01:01:10 +0200 Subject: [PATCH] add input field templates --- templates/field_input.tpl | 7 +++++++ templates/field_password.tpl | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 templates/field_input.tpl create mode 100644 templates/field_password.tpl diff --git a/templates/field_input.tpl b/templates/field_input.tpl new file mode 100644 index 000000000..181360271 --- /dev/null +++ b/templates/field_input.tpl @@ -0,0 +1,7 @@ + +
+ + + {{$field.3}} +
+
diff --git a/templates/field_password.tpl b/templates/field_password.tpl new file mode 100644 index 000000000..87b689bd5 --- /dev/null +++ b/templates/field_password.tpl @@ -0,0 +1,6 @@ + +
+ + {{if $field.4}} {{$field.4}} {{/if}} + {{$field.3}} +