]> git.mxchange.org Git - friendica.git/blob - view/templates/field_themeselect.tpl
vier event_form: include bb-tags for editing
[friendica.git] / view / templates / field_themeselect.tpl
1
2         {{if $field.5}}<script>$(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script>{{/if}}
3         <div class='field select'>
4                 <label for='id_{{$field.0}}'>{{$field.1}}</label>
5                 <select name='{{$field.0}}' id='id_{{$field.0}}' {{if $field.5}}onchange="previewTheme(this);"{{/if}} >
6                         {{foreach $field.4 as $opt=>$val}}<option value="{{$opt|escape:'html'}}" {{if $opt==$field.2}}selected="selected"{{/if}}>{{$val}}</option>{{/foreach}}
7                 </select>
8                 <span class='field_help'>{{$field.3}}</span>
9                 {{if $field.5}}<div id="theme-preview"></div>{{/if}}
10         </div>