]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/smarty3/field_themeselect.tpl
e201c16e18182b5fffb4a268b2a8bc5031ca2436
[friendica.git] / view / theme / frost / smarty3 / field_themeselect.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6         <div class='field select'>
7                 <label for='id_{{$field.0}}'>{{$field.1}}</label>
8                 <select name='{{$field.0}}' id='id_{{$field.0}}' {{if $field.5}}onchange="previewTheme(this);"{{/if}} >
9                         {{foreach $field.4 as $opt=>$val}}<option value="{{$opt}}" {{if $opt==$field.2}}selected="selected"{{/if}}>{{$val}}</option>{{/foreach}}
10                 </select>
11                 <span class='field_help'>{{$field.3}}</span>
12                 <div id="theme-preview"></div>
13         </div>