2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_autopurge%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
5 <td colspan="3" align="center" class="admin_title bottom" height="30">
6 <strong>{--ADMIN_AUTOPURGE_CONFIGURATION--}</strong>
10 <td colspan="3" align="center" class="admin_title bottom" height="30">
11 {--ADMIN_AUTOPURGE_INACTIVE_TITLE--}
15 <td colspan="3" class="seperator" height="10"> </td>
18 <td align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE--}</td>
19 <td width="10" class="seperator"> </td>
20 <td>$content[ap_inactive_selection]</td>
23 <td colspan="3" class="seperator" height="5"> </td>
26 <td align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE_SINCE--}:</td>
27 <td width="10" class="seperator"> </td>
28 <td>$content[ap_in_since]</td>
31 <td colspan="3" class="seperator" height="5"> </td>
34 <td align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE_TIME--}:</td>
35 <td width="10" class="seperator"> </td>
36 <td>$content[ap_in_time]</td>
39 <td colspan="3" class="seperator bottom" height="10"> </td>
42 <td colspan="3" align="center" class="admin_title bottom" height="30">
43 {--ADMIN_AUTOPURGE_UNCONFIRMED_TITLE--}
47 <td colspan="3" class="seperator" height="10"> </td>
50 <td align="right" width="250">{--ADMIN_AUTOPURGE_UNCONFIRMED--}</td>
51 <td width="10" class="seperator"> </td>
52 <td>$content[ap_unconfirmed_selection]</td>
55 <td colspan="3" class="seperator" height="5"> </td>
58 <td align="right" width="250">{--ADMIN_AUTOPURGE_UNCONFIRMED_TIME--}:</td>
59 <td width="10" class="seperator"> </td>
60 <td>$content[ap_un_time]</td>
63 <td colspan="3" class="seperator bottom" height="10"> </td>
66 <td colspan="3" align="center" class="admin_title bottom" height="30">
67 {--ADMIN_AUTOPURGE_TASKS_TITLE--}
71 <td colspan="3" class="seperator" height="10"> </td>
74 <td align="right" width="250">{--ADMIN_AUTOPURGE_TASKS--}</td>
75 <td width="10" class="seperator"> </td>
76 <td>$content[ap_tasks_selection]</td>
79 <td colspan="3" class="seperator" height="5"> </td>
82 <td align="right" width="250">{--ADMIN_AUTOPURGE_TASKS_TIME--}:</td>
83 <td width="10" class="seperator"> </td>
84 <td>$content[ap_task_time]</td>
87 <td colspan="3" class="seperator bottom" height="5"> </td>
90 <td colspan="3" align="center" class="admin_title bottom" height="30">
91 {--ADMIN_AUTOPURGE_MAILID_TITLE--}
95 <td colspan="3" height="7" class="seperator"> </td>
98 <td align="right">{--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:</td>
99 <td width="10" class="seperator"> </td>
101 {--YES--}: <input type="radio" name="auto_purge_active" value="Y"$content[auto_purge_active_y] />
102 {--NO--}: <input type="radio" name="auto_purge_active" value="N"$content[auto_purge_active_n] />
106 <td colspan="3" height="7" class="seperator"> </td>
109 <td align="right">{--ADMIN_OPTION_MAIL_LIFETIME--}:</td>
110 <td width="10" class="seperator"> </td>
111 <td>$content[auto_purge]</td>
114 <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_DEL_MAILS--}:</td>
115 <td width="10" class="seperator"> </td>
116 <td>$content[ap_notify_del_mails]</td>
119 <td colspan="3" class="seperator bottom" height="10"> </td>
122 <td colspan="3" align="center" class="admin_title bottom" height="30">
123 {--ADMIN_AUTOPURGE_DEL_MAILS_TITLE--}
127 <td colspan="3" class="seperator" height="10"> </td>
130 <td align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS--}</td>
131 <td width="10" class="seperator"> </td>
132 <td>$content[ap_del_mails_selection]</td>
135 <td colspan="3" class="seperator" height="5"> </td>
138 <td align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS_TIME--}:</td>
139 <td width="10" class="seperator"> </td>
140 <td>$content[ap_del_mails_time]</td>
143 <td colspan="3" class="seperator bottom" height="10"> </td>
146 <td colspan="3" align="center" class="admin_title bottom" height="30">
147 {--ADMIN_AUTOPURGE_NOTIFICATION_TITLE--}
151 <td colspan="3" class="seperator" height="5"> </td>
154 <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_INACTIVE--}:</td>
155 <td width="10" class="seperator"> </td>
156 <td>$content[ap_notify_inactive]</td>
159 <td colspan="3" class="seperator" height="5"> </td>
162 <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_UNCONFIRMED--}:</td>
163 <td width="10" class="seperator"> </td>
164 <td>$content[ap_notify_unconfirmed]</td>
167 <td colspan="3" class="seperator" height="5"> </td>
170 <td align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_TASKS--}:</td>
171 <td width="10" class="seperator"> </td>
172 <td>$content[ap_notify_tasks]</td>
175 <td colspan="3" class="seperator bottom" height="10"> </td>
178 <td colspan="3" class="admin_footer">
179 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
180 <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />