diff options
Diffstat (limited to 'tpl/default/configure.html')
-rw-r--r-- | tpl/default/configure.html | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tpl/default/configure.html b/tpl/default/configure.html index 2f54a085..d6536d47 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html | |||
@@ -55,7 +55,7 @@ | |||
55 | </div> | 55 | </div> |
56 | <div class="pure-u-lg-{$ratioInput} pure-u-1"> | 56 | <div class="pure-u-lg-{$ratioInput} pure-u-1"> |
57 | <div class="form-input"> | 57 | <div class="form-input"> |
58 | <select name="theme" id="theme"> | 58 | <select name="theme" id="theme" class="align"> |
59 | {loop="$theme_available"} | 59 | {loop="$theme_available"} |
60 | <option value="{$value}" | 60 | <option value="{$value}" |
61 | {if="$value===$theme"} | 61 | {if="$value===$theme"} |
@@ -222,19 +222,6 @@ | |||
222 | </form> | 222 | </form> |
223 | 223 | ||
224 | {include="page.footer"} | 224 | {include="page.footer"} |
225 | |||
226 | <script> | ||
227 | (function (window, document) { | ||
228 | var toRemove = document.getElementById('timezone-remove'); | ||
229 | var firstSelect = toRemove.getElementsByTagName('select')[0]; | ||
230 | var secondSelect = toRemove.getElementsByTagName('select')[1]; | ||
231 | toRemove.parentNode.removeChild(toRemove); | ||
232 | var toAdd = document.getElementById('timezone-add'); | ||
233 | var newTimezone = '<span class="timezone-continent">Continent ' + firstSelect.outerHTML + '</span>'; | ||
234 | newTimezone += ' <span class="timezone-country">Country ' + secondSelect.outerHTML + '</span>'; | ||
235 | toAdd.innerHTML = newTimezone; | ||
236 | })(this, this.document); | ||
237 | </script> | ||
238 | </body> | 225 | </body> |
239 | </html> | 226 | </html> |
240 | 227 | ||