]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_autopurge.tpl
Naming convention applied to language strings, new API function added:
[mailer.git] / templates / de / html / admin / admin_config_autopurge.tpl
index 1f2d2cc97c508027fa72471cec3e8ec60343b8cf..33d352bd342147f04de8cebf06fdc839687dac57 100644 (file)
@@ -1,13 +1,13 @@
 <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" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        <strong>{--ADMIN_AUTOPURGE_CONFIGURATION--}</strong>
                </td>
        </tr>
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        {--ADMIN_AUTOPURGE_INACTIVE_TITLE--}
                </td>
        </tr>
@@ -24,7 +24,7 @@
                <td class="bottom">$content[ap_in_time]</td>
        </tr>
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        {--ADMIN_AUTOPURGE_UNCONFIRMED_TITLE--}
                </td>
        </tr>
@@ -37,7 +37,7 @@
                <td class="bottom">$content[ap_un_time]</td>
        </tr>
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        {--ADMIN_AUTOPURGE_TASKS_TITLE--}
                </td>
        </tr>
                <td class="bottom">$content[ap_task_time]</td>
        </tr>
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        {--ADMIN_AUTOPURGE_MAILID_TITLE--}
                </td>
        </tr>
        <tr>
-               <td align="right">{--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:</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 align="right">{--ADMIN_OPTION_MAIL_LIFETIME--}:</td>
-               <td>$content[auto_purge]</td>
+               <td align="right">
+                       {--ADMIN_OPTION_MAIL_LIFETIME--}:
+               </td>
+               <td>
+                       $content[auto_purge]
+               </td>
        </tr>
        <tr>
-               <td class="bottom" align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_DEL_MAILS--}:</td>
-               <td class="bottom">$content[ap_notify_del_mails]</td>
+               <td class="bottom" align="right" width="250">
+                       {--ADMIN_AUTOPURGE_NOTIFY_DELETE_MAILS--}:
+               </td>
+               <td class="bottom">
+                       $content[ap_notify_del_mails]
+               </td>
        </tr>
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
-                       {--ADMIN_AUTOPURGE_DEL_MAILS_TITLE--}
+               <td colspan="2" align="center" class="table_header bottom">
+                       {--ADMIN_AUTOPURGE_DELETE_MAILS_TITLE--}
                </td>
        </tr>
        <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS--}</td>
-               <td>$content[ap_del_mails_selection]</td>
+               <td align="right" width="250">
+                       {--ADMIN_AUTOPURGE_DELETE_MAILS--}
+               </td>
+               <td>
+                       $content[ap_del_mails_selection]
+               </td>
        </tr>
        <tr>
-               <td class="bottom" align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS_TIME--}:</td>
-               <td class="bottom">$content[ap_del_mails_time]</td>
+               <td class="bottom" align="right" width="250">
+                       {--ADMIN_AUTOPURGE_DELETE_MAILS_TIME--}:
+               </td>
+               <td class="bottom">
+                       $content[ap_del_mails_time]
+               </td>
        </tr>
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        {--ADMIN_AUTOPURGE_NOTIFICATION_TITLE--}
                </td>
        </tr>
        <tr>
-               <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_INACTIVE--}:</td>
-               <td>$content[ap_notify_inactive]</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_UNCONFIRMED--}:</td>
-               <td>$content[ap_notify_unconfirmed]</td>
+               <td align="right" width="250">
+                       {--ADMIN_AUTOPURGE_NOTIFY_UNCONFIRMED--}:
+               </td>
+               <td>
+                       $content[ap_notify_unconfirmed]
+               </td>
        </tr>
        <tr>
-               <td class="bottom" align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_TASKS--}:</td>
-               <td class="bottom">$content[ap_notify_tasks]</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="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 colspan="2" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>