]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_blacklist.tpl
7ab90d77160033dba42b788650827d007b0704b4
[mailer.git] / templates / de / html / admin / admin_config_blacklist.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_blacklist%}
3 <div class="table dashed">
4         <div class="table_header bottom">
5                 <strong>{--ADMIN_CONFIG_BLACKLIST_TITLE--}</strong>
6         </div>
7
8         <fieldset id="config_order_member_fields">
9                 <legend>{--ADMIN_CONFIG_BLACKLIST_LEGEND--}</legend>
10
11                 <div>
12                         <label class="admin_label" for="email_blacklist">{--ADMIN_CONFIG_EMAIL_BLACKLIST_ENABLED--}</label>
13                         <div align="center">
14                                 {%template,ConfigurationYesNoSelectionBox=email_blacklist%}
15                         </div>
16                 </div>
17
18                 <div>
19                         <label class="admin_label" for="ip_blacklist">{--ADMIN_CONFIG_IP_BLACKLIST_ENABLED--}</label>
20                         <div align="center">
21                                 {%template,ConfigurationYesNoSelectionBox=ip_blacklist%}
22                         </div>
23                 </div>
24
25                 <div>
26                         <label class="admin_label" for="url_blacklist">{--ADMIN_CONFIG_URL_BLACKLIST_ENABLED--}</label>
27                         <div align="center">
28                                 {%template,ConfigurationYesNoSelectionBox=url_blacklist%}
29                         </div>
30                 </div>
31         </fieldset>
32
33         <div class="table_footer top">
34                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
35                 <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
36         </div>
37 </div>
38 {%form_close%}
39 </div>
40
41 <div class="notice">
42         {--ADMIN_CONFIG_BLACKLIST_NOTICE--}
43 </div>