diff options
author | Christian Klinger | 2016-06-15 17:18:20 +0200 |
---|---|---|
committer | Christian Klinger | 2016-06-15 17:18:20 +0200 |
commit | 98e6ef3df9c31cb5b9fb49c9d38fca4f9c2680f6 (patch) | |
tree | 6515e06b6c6ef6db5c9dded37a97b4143b22cd95 /modules-available/dozmod | |
parent | Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into mo... (diff) | |
download | slx-admin-98e6ef3df9c31cb5b9fb49c9d38fca4f9c2680f6.tar.gz slx-admin-98e6ef3df9c31cb5b9fb49c9d38fca4f9c2680f6.tar.xz slx-admin-98e6ef3df9c31cb5b9fb49c9d38fca4f9c2680f6.zip |
Updated the no-autofill-hack.
Diffstat (limited to 'modules-available/dozmod')
-rw-r--r-- | modules-available/dozmod/templates/mailconfig.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/dozmod/templates/mailconfig.html b/modules-available/dozmod/templates/mailconfig.html index b19776c0..56850637 100644 --- a/modules-available/dozmod/templates/mailconfig.html +++ b/modules-available/dozmod/templates/mailconfig.html @@ -9,8 +9,8 @@ <p>[BETA] Diese Funktionalität ist neu. Wir bitten um Nachsicht, falls es Situationen gibt, in denen zu viele oder zu wenige Nachrichten verschickt werden.</p> <form action="?do=DozMod" method="post" id="mailconf"> - <input type="text" name="prevent_autofill" id="prevent_autofill" value="" style="display:none;"> - <input type="password" name="password_fake" id="password_fake" value="" style="display:none;"> + <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"> <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}}"> @@ -88,4 +88,4 @@ function slxTestConfig() { function checkRes(text) { $('#test-output').css('display', '').text(text); } -// --> </script>
\ No newline at end of file +// --> </script> |