]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_secure.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_config_secure.tpl
index 2dfc6609f67a199dbc61bc6489f464444bff75d9..2b38e4928a67a1539f267fffda72fc85b9deb7a8 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=config_secure" method="post">
+<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>
@@ -14,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>
@@ -25,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>