]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/field_themeselect.tpl
Merge pull request #6462 from annando/gplus
[friendica.git] / view / templates / field_themeselect.tpl
index cde744594becac0a2687b8da7a8ffadc768188fb..6242cc67119162f99ca3e515735342d0ce67cbce 100644 (file)
@@ -1,14 +1,12 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-       <script>$(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script>
+
+       {{if $field.5}}<script>$(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script>{{/if}}
        <div class='field select'>
                <label for='id_{{$field.0}}'>{{$field.1}}</label>
-               <select name='{{$field.0}}' id='id_{{$field.0}}' {{if $field.5}}onchange="previewTheme(this);"{{/if}} >
+               <select name='{{$field.0}}' id='id_{{$field.0}}' {{if $field.5}}onchange="previewTheme(this);"{{/if}} aria-describedby='{{$field.0}}_tip'>
                        {{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.3}}
+               <span class="field_help" role="tooltip" id="{{$field.0}}_tip">{{$field.3 nofilter}}</span>
+               {{/if}}
+               {{if $field.5}}<div id="theme-preview"></div>{{/if}}
        </div>