]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/field_themeselect.tpl
Merge pull request #2916 from tobiasd/20160925-changes
[friendica.git] / view / theme / frio / templates / field_themeselect.tpl
index 04f4e82b1c20435ac462a20f89c68741f1f88000..7ecdf57e6483a8c8bb65badfaeb281403ab6281e 100644 (file)
@@ -5,6 +5,6 @@
        <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