summaryrefslogtreecommitdiffstats
path: root/dist/pages/settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'dist/pages/settings.html')
-rwxr-xr-xdist/pages/settings.html61
1 files changed, 30 insertions, 31 deletions
diff --git a/dist/pages/settings.html b/dist/pages/settings.html
index afc93bd..1316581 100755
--- a/dist/pages/settings.html
+++ b/dist/pages/settings.html
@@ -88,37 +88,36 @@
</div>
</div>
- <div class="row">
- <div class="col s12">
- <h5 class="general-text"><x-su>theme</x-su></h5>
- </div>
- <div class="input-field col s12">
- <i class="material-icons prefix">palette</i>
- <select class="theme-select input-select" id="select-theme">
- <option value="light" id="option-light" data-theme="light" selected><x-su>themeLight</x-su></option>
- <option value="dark" id="option-dark" data-theme="dark"><x-su>themeDark</x-su></option>
- <option value="night" id="option-night" data-theme="night"><x-su>themeNight</x-su></option>
- </select>
- <label><x-su>selectTheme</x-su></label>
- </div>
- </div>
-
-
- <div class="row">
- <div class="col s12">
- <h5 class="general-text"><x-su>errorReporting</x-su></h5>
- </div>
- <div class="input-field col s12">
- <i class="material-icons prefix">report_problem</i>
- <select class="errorreporting-select input-select" id="select-errorreporting">
- <option value="on" id="option-on" data-errorreporting="on" selected><x-su>on</x-su></option>
- <option value="off" id="option-off" data-errorreporting="off"><x-su>off</x-su></option>
- </select>
- <label><x-su>selectErrorReporting</x-su></label>
- </div>
- </div>
-
- </div>
+ <div class="row">
+ <div class="col s12">
+ <h5 class="general-text"><x-su>theme</x-su></h5>
+ </div>
+ <div class="input-field col s12">
+ <i class="material-icons prefix">palette</i>
+ <select class="theme-select input-select" id="select-theme">
+ <option value="light" id="option-light" data-theme="light" selected>Light / svetla</option>
+ <option value="dark" id="option-dark" data-theme="dark">Dark / temna</option>
+ <option value="night" id="option-night" data-theme="night">Night / nočna</x-su></option>
+ </select>
+ <label><x-su>selectTheme</x-su></label>
+ </div>
+ </div>
+
+
+ <div class="row">
+ <div class="col s12">
+ <h5 class="general-text"><x-su>errorReporting</x-su></h5>
+ </div>
+ <div class="input-field col s12">
+ <i class="material-icons prefix">report_problem</i>
+ <select class="errorreporting-select input-select" id="select-errorreporting">
+ <option value="on" id="option-on" data-errorreporting="on" selected>On / Vklopljeno</option>
+ <option value="off" id="option-off" data-errorreporting="off">Off / Izklopljeno</option>
+ </select>
+ <label><x-su>selectErrorReporting</x-su></label>
+ </div>
+ </div>
+ </div>
</body>
</html>