diff options
author | Simon Rettberg | 2016-10-27 18:55:32 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-10-27 18:55:32 +0200 |
commit | 4e66a3c62feb383d5e9d8aa0e5c88affdf50eca5 (patch) | |
tree | 7250c8cdea0d0f2b9d7804f1bb805863e3469680 /modules-available/dozmod | |
parent | [sysconfig] Fix query when setting room config-module to "inherit" (diff) | |
download | slx-admin-4e66a3c62feb383d5e9d8aa0e5c88affdf50eca5.tar.gz slx-admin-4e66a3c62feb383d5e9d8aa0e5c88affdf50eca5.tar.xz slx-admin-4e66a3c62feb383d5e9d8aa0e5c88affdf50eca5.zip |
Move fake pw fields further out of view
Diffstat (limited to 'modules-available/dozmod')
-rw-r--r-- | modules-available/dozmod/templates/mailconfig.html | 4 | ||||
-rw-r--r-- | modules-available/dozmod/templates/runtimeconfig.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules-available/dozmod/templates/mailconfig.html b/modules-available/dozmod/templates/mailconfig.html index 69622796..4f8b81fa 100644 --- a/modules-available/dozmod/templates/mailconfig.html +++ b/modules-available/dozmod/templates/mailconfig.html @@ -7,8 +7,8 @@ <div class="panel-body"> <p>{{lang_mailDescription}}</p> <form action="?do=DozMod" method="post" id="mailconf"> - <input type="text" name="prevent_autofill" id="prevent_autofill" value="" style="position:absolute;top:-200px" tabindex="-1"> - <input type="password" name="password_fake" id="password_fake" value="" style="position:absolute;top:-200px" tabindex="-1"> + <input type="text" name="prevent_autofill" id="prevent_autofill" value="" style="position:absolute;top:-2000px" tabindex="-1"> + <input type="password" name="password_fake" id="password_fake" value="" style="position:absolute;top:-2000px" tabindex="-1"> <div class="input-group"> <label class="input-group-addon slx-ga2" for="host-id">{{lang_host}} *</label> <input type="text" name="host" id ="host-id" class="form-control" placeholder="smtp.example.com" value="{{host}}"> diff --git a/modules-available/dozmod/templates/runtimeconfig.html b/modules-available/dozmod/templates/runtimeconfig.html index 011fcac4..e538dee8 100644 --- a/modules-available/dozmod/templates/runtimeconfig.html +++ b/modules-available/dozmod/templates/runtimeconfig.html @@ -8,8 +8,8 @@ <h3>{{lang_defaultPermissions}}</h3> <p><i>{{lang_descriptionPermissionConfig}}</i></p> <form action="?do=DozMod" method="post" id="runtimeconf" role="form"> - <input type="text" name="prevent_autofill" id="prevent_autofill" value="" style="position:absolute;top:-200px" tabindex="-1"> - <input type="password" name="password_fake" id="password_fake" value="" style="position:absolute;top:-200px" tabindex="-1"> + <input type="text" name="prevent_autofill" id="prevent_autofill" value="" style="position:absolute;top:-2000px" tabindex="-1"> + <input type="password" name="password_fake" id="password_fake" value="" style="position:absolute;top:-2000px" tabindex="-1"> <fieldset class="form-group"> |