diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-05 13:03:58 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-05 13:03:58 +0100 |
commit | c62e4bcdcadda47565f1ed3c25a4084a56629db0 (patch) | |
tree | 7bc8f2c12dca82e4df96e04ded9bb6037f8002cb /view/tpl/field_themeselect.tpl | |
parent | b9a1b01c923c14848ece9aae55a435b4bba816a8 (diff) | |
download | volse-hubzilla-c62e4bcdcadda47565f1ed3c25a4084a56629db0.tar.gz volse-hubzilla-c62e4bcdcadda47565f1ed3c25a4084a56629db0.tar.bz2 volse-hubzilla-c62e4bcdcadda47565f1ed3c25a4084a56629db0.zip |
can not use element id more than once
Diffstat (limited to 'view/tpl/field_themeselect.tpl')
-rwxr-xr-x | view/tpl/field_themeselect.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_themeselect.tpl b/view/tpl/field_themeselect.tpl index 2159df0d2..250f9fcf1 100755 --- a/view/tpl/field_themeselect.tpl +++ b/view/tpl/field_themeselect.tpl @@ -5,5 +5,5 @@ {{foreach $field.4 as $opt=>$val}}<option value="{{$opt}}" {{if $opt==$field.2}}selected="selected"{{/if}}>{{$val}}</option>{{/foreach}} </select> <span class='field_help'>{{$field.3}}</span> - <div id="theme-preview"></div> + {{if $field.5=='preview'}}<div id="theme-preview"></div>{{/if}} </div> |