diff options
Diffstat (limited to 'tpl/default/configure.html')
-rw-r--r-- | tpl/default/configure.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tpl/default/configure.html b/tpl/default/configure.html index 450fe4ca..15551511 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html | |||
@@ -46,6 +46,28 @@ | |||
46 | </div> | 46 | </div> |
47 | </div> | 47 | </div> |
48 | <div class="pure-g"> | 48 | <div class="pure-g"> |
49 | <div class="pure-u-lg-{$ratioLabel} pure-u-1"> | ||
50 | <div class="form-label"> | ||
51 | <label for="titleLink"> | ||
52 | <span class="label-name">{'Theme'|t}</span> | ||
53 | </label> | ||
54 | </div> | ||
55 | </div> | ||
56 | <div class="pure-u-lg-{$ratioInput} pure-u-1"> | ||
57 | <div class="form-input"> | ||
58 | <select name="theme" id="theme"> | ||
59 | {loop="$theme_available"} | ||
60 | <option value="{$value}" | ||
61 | {if="$value===$theme"} | ||
62 | selected="selected" | ||
63 | {/if} | ||
64 | > | ||
65 | {/loop} | ||
66 | </select> | ||
67 | </div> | ||
68 | </div> | ||
69 | </div> | ||
70 | <div class="pure-g"> | ||
49 | <div class="pure-u-lg-{$ratioLabel} pure-u-1 "> | 71 | <div class="pure-u-lg-{$ratioLabel} pure-u-1 "> |
50 | <div class="form-label"> | 72 | <div class="form-label"> |
51 | <label> | 73 | <label> |