]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_blacklist.tpl
3648fff52168598395e8b05210366aacc6eb0520
[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="url_blacklist">{--ADMIN_CONFIG_URL_BLACKLIST_ENABLED--}</label>
20                         <div align="center">
21                                 {%template,ConfigurationYesNoSelectionBox=url_blacklist%}
22                         </div>
23                 </div>
24         </fieldset>
25
26         <div class="table_footer top">
27                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
28                 <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
29         </div>
30 </div>
31 {%form_close%}
32 </div>
33
34 <div class="notice">
35         {--ADMIN_CONFIG_BLACKLIST_NOTICE--}
36 </div>