]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_secure.tpl
Some rewrites
[mailer.git] / templates / de / html / admin / admin_config_secure.tpl
index 83aa2da79b041d6cb864a0eee5cf6abc10863227..2b38e4928a67a1539f267fffda72fc85b9deb7a8 100644 (file)
@@ -1,6 +1,5 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_secure"
-       method="POST">
-<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_secure" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td class="admin_title bottom2 seperator" width="10" height="30">&nbsp;</td>
                <td class="admin_title bottom2" colspan="3" align="center"><strong>{--EDIT_SECURITY_SETTINGS--}</strong>
@@ -15,7 +14,7 @@
                <td align="right" width="280">{--MIN_PASS_LENGTH--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
                <td><input type="text" name="pass_len" class="admin_normal"
-                       size="3" maxlength="3" value="{!__PASS_LEN!}"></td>
+                       size="3" maxlength="3" value="{?pass_len?}"></td>
                <td width="10" class="seperator">&nbsp;</td>
        </tr>
        <tr>
@@ -26,7 +25,7 @@
                <td align="right" width="280">{--ADMIN_SALT_LENGTH--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
                <td><input type="text" name="salt_length" class="admin_normal"
-                       size="3" maxlength="3" value="{!__SALT_LENGTH!}"></td>
+                       size="3" maxlength="3" value="{?salt_length?}"></td>
                <td width="10" class="seperator">&nbsp;</td>
        </tr>
        <tr>