diff options
Diffstat (limited to 'tpl/default/configure.html')
-rw-r--r-- | tpl/default/configure.html | 39 |
1 files changed, 24 insertions, 15 deletions
diff --git a/tpl/default/configure.html b/tpl/default/configure.html index 76a1b9fd..a63c7ad3 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html | |||
@@ -70,6 +70,30 @@ | |||
70 | </div> | 70 | </div> |
71 | </div> | 71 | </div> |
72 | <div class="pure-g"> | 72 | <div class="pure-g"> |
73 | <div class="pure-u-lg-{$ratioLabel} pure-u-1"> | ||
74 | <div class="form-label"> | ||
75 | <label for="language"> | ||
76 | <span class="label-name">{'Language'|t}</span> | ||
77 | </label> | ||
78 | </div> | ||
79 | </div> | ||
80 | <div class="pure-u-lg-{$ratioInput} pure-u-1"> | ||
81 | <div class="form-input"> | ||
82 | <select name="language" id="language" class="align"> | ||
83 | {loop="$languages"} | ||
84 | <option value="{$key}" | ||
85 | {if="$key===$language"} | ||
86 | selected="selected" | ||
87 | {/if} | ||
88 | > | ||
89 | {$value} | ||
90 | </option> | ||
91 | {/loop} | ||
92 | </select> | ||
93 | </div> | ||
94 | </div> | ||
95 | </div> | ||
96 | <div class="pure-g"> | ||
73 | <div class="pure-u-lg-{$ratioLabel} pure-u-1 "> | 97 | <div class="pure-u-lg-{$ratioLabel} pure-u-1 "> |
74 | <div class="form-label"> | 98 | <div class="form-label"> |
75 | <label> | 99 | <label> |
@@ -105,21 +129,6 @@ | |||
105 | </div> | 129 | </div> |
106 | </div> | 130 | </div> |
107 | </div> | 131 | </div> |
108 | <div class="pure-g"> | ||
109 | <div class="pure-u-lg-{$ratioLabel} pure-u-1 "> | ||
110 | <div class="form-label"> | ||
111 | <label for="redirector"> | ||
112 | <span class="label-name">{'Redirector'|t}</span><br> | ||
113 | <span class="label-desc">{'e. g.'|t} <i>http://anonym.to/?</i> {'will mask the HTTP_REFERER'|t}</span> | ||
114 | </label> | ||
115 | </div> | ||
116 | </div> | ||
117 | <div class="pure-u-lg-{$ratioInput} pure-u-1 "> | ||
118 | <div class="form-input"> | ||
119 | <input type="text" name="redirector" id="redirector" size="50" value="{$redirector}"> | ||
120 | </div> | ||
121 | </div> | ||
122 | </div> | ||
123 | <div class="clear"></div> | 132 | <div class="clear"></div> |
124 | <div class="pure-g"> | 133 | <div class="pure-g"> |
125 | <div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile} "> | 134 | <div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile} "> |