]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_secure.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_config_secure.tpl
index 3ee09ad248c00ced03e7a2283359f850a8f96024..b65d25def1d4067ef97d103afe1a86abb4348577 100644 (file)
@@ -1,20 +1,24 @@
 <div align="center">
-<form accept-charset="utf-8" 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" colspan="3" align="center">
+               <td class="admin_title bottom" colspan="3" align="center">
                        <strong>{--EDIT_SECURITY_SETTINGS--}</strong>
                </td>
        </tr>
        <tr>
-               <td align="right" width="280">{--MIN_PASS_LENGTH--}:</td>
+               <td align="right" width="380">
+                       {--MIN_PASS_LENGTH--}:
+               </td>
                <td>
                        <input type="text" name="pass_len" class="admin_normal" size="3" maxlength="3" value="{?pass_len?}" />
                </td>
        </tr>
        <tr>
-               <td class="bottom2" align="right" width="280">{--ADMIN_SALT_LENGTH--}:</td>
-               <td class="bottom2">
+               <td class="bottom" align="right" width="380">
+                       {--ADMIN_SALT_LENGTH--}:
+               </td>
+               <td class="bottom">
                        <input type="text" name="salt_length" class="admin_normal" size="3" maxlength="3" value="{?salt_length?}" />
                </td>
        </tr>