]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/field_themeselect.tpl
add settings sections and add contacts; other tweaks and fixes
[friendica.git] / view / theme / frost / field_themeselect.tpl
1
2         <div class='field select'>
3                 <label for='id_$field.0'>$field.1</label>
4                 <select name='$field.0' id='id_$field.0' {{ if $field.5 }}onchange="previewTheme(this);"{{ endif }} >
5                         {{ for $field.4 as $opt=>$val }}<option value="$opt" {{ if $opt==$field.2 }}selected="selected"{{ endif }}>$val</option>{{ endfor }}
6                 </select>
7                 <span class='field_help'>$field.3</span>
8                 <div id="theme-preview"></div>
9         </div>