]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_secure.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_config_secure.tpl
index 3ce0df97c4468198b91e5db00f8fa3576194259e..2dfc6609f67a199dbc61bc6489f464444bff75d9 100644 (file)
@@ -1,48 +1,47 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_secure"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       width="520" 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>
-               </TD>
-               <TD class="admin_title bottom2 seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <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>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <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>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" height="7" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-               <TD class="admin_footer" colspan="3" align="center"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
+<form 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>
+               </td>
+               <td class="admin_title bottom2 seperator" width="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="7" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <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>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="7" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="10" class="seperator">&nbsp;</td>
+               <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>
+               <td width="10" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="5" height="7" class="seperator bottom2">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+               <td class="admin_footer" colspan="3" align="center"><input
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
                        type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}"></TD>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-       </TR>
-</TABLE>
-</FORM>
+                       value="{--SAVE_SETTINGS--}" /></td>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+       </tr>
+</table>
+</form>
 
-<DIV class="admin_note"><FONT class="admin_note">{--ADMIN_SALT_LENGTH_NOTE--}</FONT>
-</DIV>
+<div class="admin_note">
+       {--ADMIN_SALT_LENGTH_NOTE--}
+</div>