Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / admin / admin_config_autopurge.tpl
index 4f90b66e62051c03ae3064808c6a00a904bdb3aa..adc35b5f22b9c5313907b09a78f91cb04334059e 100644 (file)
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_autopurge" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="510" class="admin_table dashed">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_autopurge%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_AUTOPURGE_CONFIGURATION--}</strong>
                </td>
        </tr>
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <td colspan="2" align="center" class="admin_title bottom">
                        {--ADMIN_AUTOPURGE_INACTIVE_TITLE--}
                </td>
        </tr>
-       <tr>
-               <td colspan="3" class="seperator" height="10">&nbsp;</td>
-       </tr>
        <tr>
                <td align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE--}</td>
-               <td width="10" class="seperator">&nbsp;</td>
                <td>$content[ap_inactive_selection]</td>
        </tr>
-       <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
        <tr>
                <td align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE_SINCE--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
                <td>$content[ap_in_since]</td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE_TIME--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td>$content[ap_in_time]</td>
-       </tr>
-       <tr>
-               <td colspan="3" class="seperator bottom2" height="10">&nbsp;</td>
+               <td class="bottom" align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE_TIME--}:</td>
+               <td class="bottom">$content[ap_in_time]</td>
        </tr>
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <td colspan="2" align="center" class="admin_title bottom">
                        {--ADMIN_AUTOPURGE_UNCONFIRMED_TITLE--}
                </td>
        </tr>
-       <tr>
-               <td colspan="3" class="seperator" height="10">&nbsp;</td>
-       </tr>
        <tr>
                <td align="right" width="250">{--ADMIN_AUTOPURGE_UNCONFIRMED--}</td>
-               <td width="10" class="seperator">&nbsp;</td>
                <td>$content[ap_unconfirmed_selection]</td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_UNCONFIRMED_TIME--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td>$content[ap_un_time]</td>
+               <td class="bottom" align="right" width="250">{--ADMIN_AUTOPURGE_UNCONFIRMED_TIME--}:</td>
+               <td class="bottom">$content[ap_un_time]</td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator bottom2" height="10">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <td colspan="2" align="center" class="admin_title bottom">
                        {--ADMIN_AUTOPURGE_TASKS_TITLE--}
                </td>
        </tr>
-       <tr>
-               <td colspan="3" class="seperator" height="10">&nbsp;</td>
-       </tr>
        <tr>
                <td align="right" width="250">{--ADMIN_AUTOPURGE_TASKS--}</td>
-               <td width="10" class="seperator">&nbsp;</td>
                <td>$content[ap_tasks_selection]</td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_TASKS_TIME--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td>$content[ap_task_time]</td>
-       </tr>
-       <tr>
-               <td colspan="3" class="seperator bottom2" height="5">&nbsp;</td>
+               <td class="bottom" align="right" width="250">{--ADMIN_AUTOPURGE_TASKS_TIME--}:</td>
+               <td class="bottom">$content[ap_task_time]</td>
        </tr>
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <td colspan="2" align="center" class="admin_title bottom">
                        {--ADMIN_AUTOPURGE_MAILID_TITLE--}
                </td>
        </tr>
        <tr>
-               <td colspan="3" height="7" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right">{--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
+               <td align="right">
+                       {--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:
+               </td>
                <td>
-                       {--YES--}:&nbsp;<input type="radio" name="auto_purge_active" value="Y"$content[auto_purge_active_y] />
-                       {--NO--}:&nbsp;<input type="radio" name="auto_purge_active" value="N"$content[auto_purge_active_n] />
+                       <input type="radio" name="auto_purge_active" value="Y"$content[auto_purge_active_y] /> {--YES--}<br />
+                       <input type="radio" name="auto_purge_active" value="N"$content[auto_purge_active_n] /> {--NO--}
                </td>
        </tr>
        <tr>
-               <td colspan="3" height="7" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right">{--ADMIN_OPTION_MAIL_LIFETIME--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td>$content[auto_purge]</td>
-       </tr>
-       <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_DEL_MAILS--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td>$content[ap_notify_del_mails]</td>
+               <td align="right">
+                       {--ADMIN_OPTION_MAIL_LIFETIME--}:
+               </td>
+               <td>
+                       $content[auto_purge]
+               </td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator bottom2" height="10">&nbsp;</td>
+               <td class="bottom" align="right" width="250">
+                       {--ADMIN_AUTOPURGE_NOTIFY_DEL_MAILS--}:
+               </td>
+               <td class="bottom">
+                       $content[ap_notify_del_mails]
+               </td>
        </tr>
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <td colspan="2" align="center" class="admin_title bottom">
                        {--ADMIN_AUTOPURGE_DEL_MAILS_TITLE--}
                </td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="10">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS--}</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td>$content[ap_del_mails_selection]</td>
-       </tr>
-       <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS_TIME--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td>$content[ap_del_mails_time]</td>
+               <td align="right" width="250">
+                       {--ADMIN_AUTOPURGE_DEL_MAILS--}
+               </td>
+               <td>
+                       $content[ap_del_mails_selection]
+               </td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator bottom2" height="10">&nbsp;</td>
+               <td class="bottom" align="right" width="250">
+                       {--ADMIN_AUTOPURGE_DEL_MAILS_TIME--}:
+               </td>
+               <td class="bottom">
+                       $content[ap_del_mails_time]
+               </td>
        </tr>
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <td colspan="2" align="center" class="admin_title bottom">
                        {--ADMIN_AUTOPURGE_NOTIFICATION_TITLE--}
                </td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_INACTIVE--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td>$content[ap_notify_inactive]</td>
-       </tr>
-       <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_UNCONFIRMED--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td>$content[ap_notify_unconfirmed]</td>
-       </tr>
-       <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+               <td align="right" width="250">
+                       {--ADMIN_AUTOPURGE_NOTIFY_INACTIVE--}:
+               </td>
+               <td>
+                       $content[ap_notify_inactive]
+               </td>
        </tr>
        <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_TASKS--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td>$content[ap_notify_tasks]</td>
+               <td align="right" width="250">
+                       {--ADMIN_AUTOPURGE_NOTIFY_UNCONFIRMED--}:
+               </td>
+               <td>
+                       $content[ap_notify_unconfirmed]
+               </td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator bottom2" height="10">&nbsp;</td>
+               <td class="bottom" align="right" width="250">
+                       {--ADMIN_AUTOPURGE_NOTIFY_TASKS--}:
+               </td>
+               <td class="bottom">
+                       $content[ap_notify_tasks]
+               </td>
        </tr>
        <tr>
-               <td colspan="3" class="admin_footer">
+               <td colspan="2" class="admin_footer">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                        <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
                </td>