diff options
author | rstular <rok@stular.eu> | 2020-05-20 20:47:22 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-05-20 20:47:22 +0200 |
commit | 8e8a1ece2e95e3817739b0ded93eac5214ba49b6 (patch) | |
tree | 9c20ec5f12942c1a7292d83b2fd295b8e82f779e /dist/pages | |
parent | Indentation fix (diff) | |
download | beziapp-8e8a1ece2e95e3817739b0ded93eac5214ba49b6.tar beziapp-8e8a1ece2e95e3817739b0ded93eac5214ba49b6.tar.gz beziapp-8e8a1ece2e95e3817739b0ded93eac5214ba49b6.tar.bz2 beziapp-8e8a1ece2e95e3817739b0ded93eac5214ba49b6.tar.lz beziapp-8e8a1ece2e95e3817739b0ded93eac5214ba49b6.tar.xz beziapp-8e8a1ece2e95e3817739b0ded93eac5214ba49b6.tar.zst beziapp-8e8a1ece2e95e3817739b0ded93eac5214ba49b6.zip |
Diffstat (limited to 'dist/pages')
-rwxr-xr-x | dist/pages/about.html | 2 | ||||
-rwxr-xr-x | dist/pages/messaging.html | 2 | ||||
-rwxr-xr-x | dist/pages/settings.html | 19 |
3 files changed, 19 insertions, 4 deletions
diff --git a/dist/pages/about.html b/dist/pages/about.html index 24bdb01..3d5f05a 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@ <div class="row"> <p> <small> - ^HEAD 22bc85704a637175361d7447634f605d6a9102a1 + ^HEAD db70845685ffe5fa725530ca03ba4c72e822e450 </small> </p> </div> diff --git a/dist/pages/messaging.html b/dist/pages/messaging.html index d90e53d..e5c85e5 100755 --- a/dist/pages/messaging.html +++ b/dist/pages/messaging.html @@ -145,7 +145,7 @@ <span><x-su>encryptMessage</x-su></span> </label> </div> - </div> + </div> <div class="row"> <div class="col s12 m12"> <div class="input-field" id="encryption-key-input" hidden> 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> |