source: extensions/modus/admin/modus_admin.tpl @ 27118

Last change on this file since 27118 was 26836, checked in by rvelices, 10 years ago

modus ui simplification

File size: 1.1 KB
Line 
1<h2>Modus theme config</h2>
2
3<form method="post" action="">
4
5
6<fieldset><legend>Skin</legend>
7<select name="skin">
8                {html_options options=$available_skins selected=$SKIN}
9</select>
10</fieldset>
11
12<fieldset><legend>Album thumbs size</legend>
13Use square thumbs of <input type="text" size="4" name="album_thumb_size" value="{$ALBUM_THUMB_SIZE}"> pixels. (Leave 0 for default theme presentation)
14</fieldset>
15
16<fieldset><legend>Default photo sizes</legend>
17
18<label>Index Photos :
19        <select name="index_photo_deriv">
20                {html_options options=$available_derivatives selected=$INDEX_PHOTO_DERIV}
21        </select>
22</label>
23<br>
24<label>Index Photos large high density screens :
25        <select name="index_photo_deriv_hdpi">
26                {html_options options=$available_derivatives selected=$INDEX_PHOTO_DERIV_HDPI}
27        </select>
28</label>
29</fieldset>
30
31<fieldset><legend>Full row thumbnail layout</legend>
32Automatically applied for selected derivatives if max_width > max_height*1.5
33
34</fieldset>
35
36<p>
37<input type="submit" value="Submit" />
38</p>
39</form>
40
41<div style="text-align:left;line-height:1em">
42{$THEMECONF_SRC}
43</div>
Note: See TracBrowser for help on using the repository browser.