diff --git a/view/templates/field_input.tpl b/view/templates/field_input.tpl index b66f5f702..399cf0c43 100644 --- a/view/templates/field_input.tpl +++ b/view/templates/field_input.tpl @@ -2,7 +2,7 @@
- {{if $field.3}} + {{if $field.3}} {{$field.3 nofilter}} - {{/if}} + {{/if}}
diff --git a/view/templates/field_select.tpl b/view/templates/field_select.tpl index 2016a0bb7..c174078e2 100644 --- a/view/templates/field_select.tpl +++ b/view/templates/field_select.tpl @@ -1,11 +1,12 @@ -
- {{if $field.3}} + {{if $field.3}} {{$field.3 nofilter}} - {{/if}} + {{/if}}
diff --git a/view/templates/field_select_raw.tpl b/view/templates/field_select_raw.tpl index 1f4630e99..534ec34fc 100644 --- a/view/templates/field_select_raw.tpl +++ b/view/templates/field_select_raw.tpl @@ -1,11 +1,10 @@ - -
- - {{$field.4 nofilter}} - {{if $field.3}} + {{if $field.3}} {{$field.3 nofilter}} - {{/if}} + {{/if}}
diff --git a/view/templates/field_textarea.tpl b/view/templates/field_textarea.tpl index 2ee145b0c..eadcbe56c 100644 --- a/view/templates/field_textarea.tpl +++ b/view/templates/field_textarea.tpl @@ -1,9 +1,8 @@ - -
- - - {{if $field.3}} +
+ + + {{if $field.3}} {{$field.3 nofilter}} - {{/if}} + {{/if}}
diff --git a/view/templates/field_themeselect.tpl b/view/templates/field_themeselect.tpl index 6242cc671..922797eb2 100644 --- a/view/templates/field_themeselect.tpl +++ b/view/templates/field_themeselect.tpl @@ -1,12 +1,18 @@ - {{if $field.5}}{{/if}} -
- - + {{foreach $field.4 as $opt=>$val}} + + {{/foreach}} - {{if $field.3}} + {{if $field.3}} {{$field.3 nofilter}} - {{/if}} - {{if $field.5}}
{{/if}} + {{/if}} + {{if $field.5}} +
+ {{/if}}
diff --git a/view/templates/field_yesno.tpl b/view/templates/field_yesno.tpl index 182efcf18..64f081664 100644 --- a/view/templates/field_yesno.tpl +++ b/view/templates/field_yesno.tpl @@ -1,12 +1,12 @@ -
- -
- - +
+ + diff --git a/view/theme/frio/templates/field_input.tpl b/view/theme/frio/templates/field_input.tpl index 78c3b0b1e..1a92393a8 100644 --- a/view/theme/frio/templates/field_input.tpl +++ b/view/theme/frio/templates/field_input.tpl @@ -1,11 +1,11 @@ -
+
{{if !isset($label) || $label != false }} - + {{/if}} - + {{if $field.3}} - {{$field.3 nofilter}} + {{$field.3 nofilter}} {{/if}} -
-
+
+
diff --git a/view/theme/frio/templates/field_select.tpl b/view/theme/frio/templates/field_select.tpl index 2a609ed71..25cfd652c 100644 --- a/view/theme/frio/templates/field_select.tpl +++ b/view/theme/frio/templates/field_select.tpl @@ -1,10 +1,12 @@ -
+
- {{if $field.3}} + {{if $field.3}} {{$field.3 nofilter}} - {{/if}} -
+ {{/if}} +
diff --git a/view/theme/frio/templates/field_select_raw.tpl b/view/theme/frio/templates/field_select_raw.tpl index bbd8368f2..7cae7144b 100644 --- a/view/theme/frio/templates/field_select_raw.tpl +++ b/view/theme/frio/templates/field_select_raw.tpl @@ -1,10 +1,10 @@ -
- - +
+ + {{if $field.3}} - {{$field.3 nofilter}} + {{$field.3 nofilter}} {{/if}} -
+
diff --git a/view/theme/frio/templates/field_textarea.tpl b/view/theme/frio/templates/field_textarea.tpl index baf2e8448..769a8357a 100644 --- a/view/theme/frio/templates/field_textarea.tpl +++ b/view/theme/frio/templates/field_textarea.tpl @@ -1,9 +1,9 @@
- - {{if $field.3}} + + {{if $field.3}} {{$field.3 nofilter}} - {{/if}} + {{/if}}
diff --git a/view/theme/frio/templates/field_themeselect.tpl b/view/theme/frio/templates/field_themeselect.tpl index 78c179436..f71b19131 100644 --- a/view/theme/frio/templates/field_themeselect.tpl +++ b/view/theme/frio/templates/field_themeselect.tpl @@ -1,12 +1,18 @@ -{{if $field.5=="preview"}}{{/if}} -
- - +{{if $field.5=="preview"}} + +{{/if}} +
+ + {{if $field.3}} - {{$field.3 nofilter}} + {{$field.3 nofilter}} {{/if}} - {{if $field.5=="preview"}}
{{/if}} -
+ {{if $field.5=="preview"}} +
+ {{/if}} +