Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / admin / admin_config_autopurge.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=config_autopurge"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0" width="510"
5         class="admin_table dashed">
6         <TR>
7                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
8                 <STRONG>{--ADMIN_AUTOPURGE_CONFIGURATION--}</STRONG></TD>
9         </TR>
10         <TR>
11                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
12                 {--ADMIN_AUTOPURGE_INACTIVE_TITLE--}</TD>
13         </TR>
14         <TR>
15                 <TD colspan="3" class="seperator" height="10">&nbsp;</TD>
16         </TR>
17         <TR>
18                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE--}</TD>
19                 <TD width="10" class="seperator">&nbsp;</TD>
20                 <TD>{!__AP_INACTIVE_SELECTION!}</TD>
21         </TR>
22         <TR>
23                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
24         </TR>
25         <TR>
26                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE_SINCE--}:</TD>
27                 <TD width="10" class="seperator">&nbsp;</TD>
28                 <TD>{!__AP_IN_SINCE!}</TD>
29         </TR>
30         <TR>
31                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
32         </TR>
33         <TR>
34                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_INACTIVE_TIME--}:</TD>
35                 <TD width="10" class="seperator">&nbsp;</TD>
36                 <TD>{!__AP_IN_TIME!}</TD>
37         </TR>
38         <TR>
39                 <TD colspan="3" class="seperator bottom2" height="10">&nbsp;</TD>
40         </TR>
41         <TR>
42                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
43                 {--ADMIN_AUTOPURGE_UNCONFIRMED_TITLE--}</TD>
44         </TR>
45         <TR>
46                 <TD colspan="3" class="seperator" height="10">&nbsp;</TD>
47         </TR>
48         <TR>
49                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_UNCONFIRMED--}</TD>
50                 <TD width="10" class="seperator">&nbsp;</TD>
51                 <TD>{!__AP_UNCONFIRMED_SELECTION!}</TD>
52         </TR>
53         <TR>
54                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
55         </TR>
56         <TR>
57                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_UNCONFIRMED_TIME--}:</TD>
58                 <TD width="10" class="seperator">&nbsp;</TD>
59                 <TD>{!__AP_UN_TIME!}</TD>
60         </TR>
61         <TR>
62                 <TD colspan="3" class="seperator bottom2" height="10">&nbsp;</TD>
63         </TR>
64         <TR>
65                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
66                 {--ADMIN_AUTOPURGE_TASKS_TITLE--}</TD>
67         </TR>
68         <TR>
69                 <TD colspan="3" class="seperator" height="10">&nbsp;</TD>
70         </TR>
71         <TR>
72                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_TASKS--}</TD>
73                 <TD width="10" class="seperator">&nbsp;</TD>
74                 <TD>{!__AP_TASKS_SELECTION!}</TD>
75         </TR>
76         <TR>
77                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
78         </TR>
79         <TR>
80                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_TASKS_TIME--}:</TD>
81                 <TD width="10" class="seperator">&nbsp;</TD>
82                 <TD>{!__AP_TASK_TIME!}</TD>
83         </TR>
84         <TR>
85                 <TD colspan="3" class="seperator bottom2" height="5">&nbsp;</TD>
86         </TR>
87         <TR>
88                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
89                 {--ADMIN_AUTOPURGE_MAILID_TITLE--}</TD>
90         </TR>
91         <TR>
92                 <TD colspan="3" height="7" class="seperator">&nbsp;</TD>
93         </TR>
94         <TR>
95                 <TD align="right">{--ADMIN_OPTION_AUTOPURGE_ACTIVE--}:</TD>
96                 <TD width="10" class="seperator">&nbsp;</TD>
97                 <TD><SPAN class="nobr"> {--YES--}:&nbsp;<INPUT
98                         type="radio" name="auto_purge_active" value="Y"{--_CFG_AP_ACTIVE_Y--}>&nbsp;
99                 {--NO--}:&nbsp;<INPUT type="radio" name="auto_purge_active" value="N"{--_CFG_AP_ACTIVE_N--}>
100                 </SPAN></TD>
101         </TR>
102         <TR>
103                 <TD colspan="3" height="7" class="seperator">&nbsp;</TD>
104         </TR>
105         <TR>
106                 <TD align="right">{--ADMIN_OPTION_MAIL_LIFETIME--}:</TD>
107                 <TD width="10" class="seperator">&nbsp;</TD>
108                 <TD>{!_CFG_AUTO_PURGE!}</TD>
109         </TR>
110         <TR>
111                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_DEL_MAILS--}:</TD>
112                 <TD width="10" class="seperator">&nbsp;</TD>
113                 <TD>{!__AP_NOTIFY_DEL_MAILS!}</TD>
114         </TR>
115         <TR>
116                 <TD colspan="3" class="seperator bottom2" height="10">&nbsp;</TD>
117         </TR>
118         <TR>
119                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
120                 {--ADMIN_AUTOPURGE_DEL_MAILS_TITLE--}</TD>
121         </TR>
122         <TR>
123                 <TD colspan="3" class="seperator" height="10">&nbsp;</TD>
124         </TR>
125         <TR>
126                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS--}</TD>
127                 <TD width="10" class="seperator">&nbsp;</TD>
128                 <TD>{!__AP_DEL_MAILS_SELECTION!}</TD>
129         </TR>
130         <TR>
131                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
132         </TR>
133         <TR>
134                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_DEL_MAILS_TIME--}:</TD>
135                 <TD width="10" class="seperator">&nbsp;</TD>
136                 <TD>{!__AP_DEL_MAILS_TIME!}</TD>
137         </TR>
138         <TR>
139                 <TD colspan="3" class="seperator bottom2" height="10">&nbsp;</TD>
140         </TR>
141         <TR>
142                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
143                 {--ADMIN_AUTOPURGE_NOTIFICATION_TITLE--}</TD>
144         </TR>
145         <TR>
146                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
147         </TR>
148         <TR>
149                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_INACTIVE--}:</TD>
150                 <TD width="10" class="seperator">&nbsp;</TD>
151                 <TD>{!__AP_NOTIFY_INACTIVE!}</TD>
152         </TR>
153         <TR>
154                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
155         </TR>
156         <TR>
157                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_UNCONFIRMED--}:</TD>
158                 <TD width="10" class="seperator">&nbsp;</TD>
159                 <TD>{!__AP_NOTIFY_UNCONFIRMED!}</TD>
160         </TR>
161         <TR>
162                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
163         </TR>
164         <TR>
165                 <TD align="right" width="250">{--ADMIN_AUTOPURGE_NOTIFY_TASKS--}:</TD>
166                 <TD width="10" class="seperator">&nbsp;</TD>
167                 <TD>{!__AP_NOTIFY_TASKS!}</TD>
168         </TR>
169         <TR>
170                 <TD colspan="3" class="seperator bottom2" height="10">&nbsp;</TD>
171         </TR>
172         <TR>
173                 <TD colspan="3" class="admin_footer"><INPUT
174                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
175                         type="submit" name="ok" class="admin_submit"
176                         value="{--SAVE_SETTINGS--}"></TD>
177         </TR>
178 </TABLE>
179 </FORM>