]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/templates/field_themeselect.tpl
removed old comment that is no longer true
[friendica.git] / view / theme / decaf-mobile / templates / field_themeselect.tpl
1
2
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}}" {{if $opt==$field.2}}selected="selected"{{/if}}>{{$val}}</option>{{/foreach}}
7                 </select>
8                 <span class='field_help'>{{$field.3}}</span>
9                 <div id="theme-preview"></div>
10         </div>