diff options
Diffstat (limited to 'dist/pages/settings.html')
-rwxr-xr-x | dist/pages/settings.html | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/dist/pages/settings.html b/dist/pages/settings.html index 1316581..73a7ead 100755 --- a/dist/pages/settings.html +++ b/dist/pages/settings.html @@ -97,7 +97,7 @@ <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> + <option value="night" id="option-night" data-theme="night">Night / nočna</option> </select> <label><x-su>selectTheme</x-su></label> </div> @@ -112,10 +112,25 @@ <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> + <option value="off" id="option-off" data-errorreporting="off">Off / Izklopljeno</option> </select> <label><x-su>selectErrorReporting</x-su></label> </div> + </div> + + <div class="row"> + <div class="col s12"> + <h5 class="general-text"><x-su>additionalOptions</x-su></h5> + </div> + <div class="col s12"> + <p class="flow-text general-text"><x-du>triggerWarning</x-du></p> + </div> + <div class="valign-wrapper col s12 m12"> + <label> + <input type="checkbox" id="triggered-checkbox" /> + <span><x-su>triggerAgreement</x-su></span> + </label> + </div> </div> </div> </body> |