summaryrefslogtreecommitdiffstats
path: root/dist/pages
diff options
context:
space:
mode:
Diffstat (limited to 'dist/pages')
-rwxr-xr-xdist/pages/about.html2
-rwxr-xr-xdist/pages/settings.html61
2 files changed, 31 insertions, 32 deletions
diff --git a/dist/pages/about.html b/dist/pages/about.html
index 3d86337..8a2908c 100755
--- a/dist/pages/about.html
+++ b/dist/pages/about.html
@@ -142,7 +142,7 @@
<div class="row">
<p>
<small>
- ^HEAD 448708182490d551721767bffc34ef35375f5082
+ ^HEAD cbef4f9e7f6b39469d9e6ac77b5a7237f69022ee
</small>
</p>
</div>
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>