]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_register2.tpl
More rewrites to configuration:
[mailer.git] / templates / de / html / admin / admin_config_register2.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_register2%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td class="table_header bottom" colspan="2" align="center">
6                         <strong>{--ADMIN_CONFIG_REGISTER_TITLE--}</strong>
7                 </td>
8         </tr>
9
10         <tr>
11                 <td align="right" width="250">{--ADMIN_CONFIG_LEAST_CATEGORIES--}:</td>
12                 <td align="center" width="150">
13                         <input type="text" class="form_field" name="least_cats" size="6" maxlength="6" value="{?least_cats?}" />
14                 </td>
15         </tr>
16
17         <tr>
18                 <td align="right" width="250">{--ADMIN_CONFIG_REGISTER_DEFAULT--}:</td>
19                 <td align="center" width="150">{%template,ConfigurationYesNoSelectionBox=register_default%}</td>
20         </tr>
21
22         <tr>
23                 <td align="right">{--ADMIN_CONFIG_REGISTER_DISPLAY_REFID--}:</td>
24                 <td align="center">{%template,ConfigurationYesNoSelectionBox=display_refid%}</td>
25         </tr>
26
27         <tr>
28                 <td align="right">{--ADMIN_CONFIG_REGISTER_IP_TIMEOUT--}:</td>
29                 <td align="center">$content[ip_timeout]</td>
30         </tr>
31
32         <tr>
33                 <td class="bottom" align="right" width="280">{--ADMIN_CONFIG_REGISTER_GENERATE_PASSWORD_EMPTY--}</td>
34                 <td class="bottom" align="center">{%template,ConfigurationYesNoSelectionBox=register_generate_password_empty%}</td>
35         </tr>
36
37         <tr>
38                 <td class="table_footer" colspan="2" align="center">
39                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
40                         <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
41                 </td>
42         </tr>
43 </table>
44 {%form_close%}
45 </div>