From 8d89dde9086d857c1e3256db0a64946e87fcf83c Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 17 Mar 2015 15:12:21 +0100 Subject: update templates --- view/tpl/field_input.tpl | 2 +- view/tpl/field_password.tpl | 2 +- view/tpl/field_radio.tpl | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/field_input.tpl b/view/tpl/field_input.tpl index e4756c218..4dfa83699 100755 --- a/view/tpl/field_input.tpl +++ b/view/tpl/field_input.tpl @@ -1,6 +1,6 @@
- {{if $field.4}} {{$field.4}} {{/if}} + {{if $field.4}} {{$field.4}} {{/if}} {{$field.3}}
diff --git a/view/tpl/field_password.tpl b/view/tpl/field_password.tpl index c9f4c5f6d..d19bc9414 100755 --- a/view/tpl/field_password.tpl +++ b/view/tpl/field_password.tpl @@ -1,5 +1,5 @@
- + {{if $field.4}} {{$field.4}} {{/if}} {{$field.3}}
diff --git a/view/tpl/field_radio.tpl b/view/tpl/field_radio.tpl index a92324cad..6b5f52de6 100755 --- a/view/tpl/field_radio.tpl +++ b/view/tpl/field_radio.tpl @@ -1,5 +1,8 @@ -
- - - {{$field.3}} +
+ + {{$field.3}}
+
-- cgit v1.2.3