]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/field_themeselect.tpl
Merge branch 'develop' into bug/6211-fix-contact-nets-all
[friendica.git] / view / theme / frio / templates / field_themeselect.tpl
index 3b2cb780c89193a0d21b9fdfaa63736d685f516b..fc1f7243af55cb5576d3a88c64c2567630bb877c 100644 (file)
@@ -5,6 +5,8 @@
        <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>
+       {{if $field.3}}
        <span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3}}</span>
+       {{/if}}
        {{if $field.5=="preview"}}<div id="theme-preview"></div>{{/if}}
-</div>
\ No newline at end of file
+</div>