diff options
author | rstular <rok@stular.eu> | 2020-05-20 19:39:13 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-05-20 19:39:13 +0200 |
commit | 0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921 (patch) | |
tree | 689e9395aaef4cf57fc22f0fd4d74edbb7c65a75 /dist/pages | |
parent | Night theme (diff) | |
parent | should be ok to merge (diff) | |
download | beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.tar beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.tar.gz beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.tar.bz2 beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.tar.lz beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.tar.xz beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.tar.zst beziapp-0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921.zip |
Diffstat (limited to '')
-rwxr-xr-x | dist/pages/about.html | 2 | ||||
-rwxr-xr-x | dist/pages/settings.html | 61 |
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> |