X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_config_autopurge.tpl;h=ffab6fa1a7869631fed8f2628cd0e2993a600720;hp=e90c43ee2feeac94aa0ec67c851b115a4d9dab6e;hb=00790481119eefa7a54a8dda1cb191fdf4f29226;hpb=258bb8c82f21617f7f90bff8023602a11b986f7e diff --git a/templates/de/html/admin/admin_config_autopurge.tpl b/templates/de/html/admin/admin_config_autopurge.tpl index e90c43ee2f..ffab6fa1a7 100644 --- a/templates/de/html/admin/admin_config_autopurge.tpl +++ b/templates/de/html/admin/admin_config_autopurge.tpl @@ -1,185 +1,127 @@
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- {--ADMIN_AUTOPURGE_CONFIGURATION--} -
- {--ADMIN_AUTOPURGE_INACTIVE_TITLE--} -
 
{--ADMIN_AUTOPURGE_INACTIVE--} $content[ap_inactive_selection]
 
{--ADMIN_AUTOPURGE_INACTIVE_SINCE--}: $content[ap_in_since]
 
{--ADMIN_AUTOPURGE_INACTIVE_TIME--}: $content[ap_in_time]
 
- {--ADMIN_AUTOPURGE_UNCONFIRMED_TITLE--} -
 
{--ADMIN_AUTOPURGE_UNCONFIRMED--} $content[ap_unconfirmed_selection]
 
{--ADMIN_AUTOPURGE_UNCONFIRMED_TIME--}: $content[ap_un_time]
 
- {--ADMIN_AUTOPURGE_TASKS_TITLE--} -
 
{--ADMIN_AUTOPURGE_TASKS--} $content[ap_tasks_selection]
 
{--ADMIN_AUTOPURGE_TASKS_TIME--}: $content[ap_task_time]
 
- {--ADMIN_AUTOPURGE_MAILID_TITLE--} -
 
{--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:  - {--YES--}:  - {--NO--}:  -
 
{--ADMIN_OPTION_MAIL_LIFETIME--}: $content[auto_purge]
{--ADMIN_AUTOPURGE_NOTIFY_DEL_MAILS--}: $content[ap_notify_del_mails]
 
- {--ADMIN_AUTOPURGE_DEL_MAILS_TITLE--} -
 
{--ADMIN_AUTOPURGE_DEL_MAILS--} $content[ap_del_mails_selection]
 
{--ADMIN_AUTOPURGE_DEL_MAILS_TIME--}: $content[ap_del_mails_time]
 
- {--ADMIN_AUTOPURGE_NOTIFICATION_TITLE--} -
 
{--ADMIN_AUTOPURGE_NOTIFY_INACTIVE--}: $content[ap_notify_inactive]
 
{--ADMIN_AUTOPURGE_NOTIFY_UNCONFIRMED--}: $content[ap_notify_unconfirmed]
 
{--ADMIN_AUTOPURGE_NOTIFY_TASKS--}: $content[ap_notify_tasks]
 
-
+{%form,formMethodPost=modules.php?module=admin&what=config_autopurge%} +
+
+ {--ADMIN_CONFIG_AUTOPURGE_TITLE--} +
+ +
+ {--ADMIN_CONFIG_AUTOPURGE_INACTIVE_LEGEND--} + +
+ +
{%template,ConfigurationYesNoSelectionBox=ap_inactive_selection%}
+
+ +
+ +
$content[ap_in_since]
+
+ +
+ +
$content[ap_in_time]
+
+
+ +
+ {--ADMIN_CONFIG_AUTOPURGE_UNCONFIRMED_LEGEND--} + +
+ +
{%template,ConfigurationYesNoSelectionBox=ap_unconfirmed_selection%}
+
+ +
+ +
$content[ap_un_time]
+
+
+ +
+ {--ADMIN_CONFIG_AUTOPURGE_TASKS_LEGEND--} + +
+ +
{%template,ConfigurationYesNoSelectionBox=ap_tasks_selection%}
+
+ +
+ +
$content[ap_task_time]
+
+
+ +
+ {--ADMIN_CONFIG_AUTOPURGE_MAILID_LEGEND--} + +
+ +
{%template,ConfigurationYesNoSelectionBox=auto_purge%}
+
+ +
+ +
$content[auto_purge]
+
+ +
+ +
{%template,ConfigurationYesNoSelectionBox=ap_notify_del_mails%}
+
+
+ +
+ {--ADMIN_CONFIG_AUTOPURGE_DELETE_MAILS_LEGEND--} + +
+ +
{%template,ConfigurationYesNoSelectionBox=ap_del_mails_selection%}
+
+ +
+ +
$content[ap_del_mails_time]
+
+
+ +
+ {--ADMIN_CONFIG_AUTOPURGE_SERVER_NAME_LOG_LEGEND--} + +
+ +
{%template,ConfigurationYesNoSelectionBox=ap_server_name%}
+
+ +
+ +
$content[ap_server_name_since]
+
+
+ +
+ {--ADMIN_CONFIG_AUTOPURGE_NOTIFICATION_LEGEND--} + +
+ +
{%template,ConfigurationYesNoSelectionBox=ap_notify_inactive%}
+
+ +
+ +
{%template,ConfigurationYesNoSelectionBox=ap_notify_unconfirmed%}
+
+ +
+ +
{%template,ConfigurationYesNoSelectionBox=ap_notify_tasks%}
+
+
+ + +
+{%form_close%}