]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_user_subid.tpl
It is now not the best, but no display errors
[mailer.git] / templates / de / html / admin / admin_config_user_subid.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_user_subid%}
3 <div class="table dashed">
4         <div class="table_header bottom">
5                 <strong>{--ADMIN_CONFIG_USER_SUBID_TITLE--}</strong>
6         </div>
7
8         <fieldset id="config_ap_subids_since">
9                 <legend>{--ADMIN_CONFIG_USER_SUBID_AUTOPURGE_LEGEND--}</legend>
10
11                 <div>
12                         <label for="ap_subids">{--ADMIN_CONFIG_USER_SUBID_STUFF_AUTOPURGE--}</label>
13                         <div align="center">
14                                 {%template,ConfigurationYesNoSelectionBox=ap_subids%}
15                         </div>
16                 </div>
17
18                 <div>
19                         <label for="ap_subids_since">{--ADMIN_CONFIG_USER_SUBID_STUFF_AUTOPURGE_SINCE--}</label>
20                         <div align="center">
21                                 $content[ap_subids_since]
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>