source: extensions/theme_switch/trunk/select.tpl @ 16241

Last change on this file since 16241 was 16241, checked in by mistic100, 12 years ago

choose between selectbox or thumbnails grid with a local config option, thumbnail grid use 2.4 drop-downs menus, only an icon appears on toolbar

File size: 250 bytes
Line 
1<li>{strip}{'Interface theme'|@translate}:&nbsp;
2<select onchange="javasript:window.location=this.value">
3{foreach from=$theme_switch item=theme}
4  <option value="{$theme.url}" {$theme.select}>{$theme.name}</option>
5{/foreach}
6</select>
7{/strip}</li>
Note: See TracBrowser for help on using the repository browser.