]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/field_themeselect.tpl
Merge pull request #4754 from annando/frio-accessibility
[friendica.git] / view / theme / frio / templates / field_themeselect.tpl
index 04f4e82b1c20435ac462a20f89c68741f1f88000..3b2cb780c89193a0d21b9fdfaa63736d685f516b 100644 (file)
@@ -1,10 +1,10 @@
 
-{{if $field.5=="preview"}}<script>$(document).ready(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script>{{/if}}
+{{if $field.5=="preview"}}<script type="text/javascript">$(document).ready(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script>{{/if}}
 <div class="form-group field select">
        <label for="id_{{$field.0}}">{{$field.1}}</label>
        <select class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" {{if $field.5=="preview"}}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="help-block" id="{{$field.0}}_tip">{{$field.3}}</span>
+       <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span>
        {{if $field.5=="preview"}}<div id="theme-preview"></div>{{/if}}
 </div>
\ No newline at end of file