constant inclusion in templates begun to rewrite. SMTP setup to installation added
[mailer.git] / templates / de / html / admin / admin_config_order_form.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_order"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
4         class="admin_table dashed" width="580">
5         <TR>
6                 <TD class="admin_title bottom2 seperator" height="30" width="10">&nbsp;</TD>
7                 <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--ORDER_ADMIN_SETTINGS--}:</STRONG>
8                 </TD>
9                 <TD class="admin_title bottom2 seperator" width="10">&nbsp;</TD>
10         </TR>
11         <TR>
12                 <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
13         </TR>
14         <TR>
15                 <TD width="10" class="seperator">&nbsp;</TD>
16                 <TD align="center" width="275" colspan="3">
17                 {--ORDER_MAX_ORDER_SELECT--}</TD>
18                 <TD width="10" class="seperator">&nbsp;</TD>
19         </TR>
20         <TR>
21                 <TD colspan="5" height="7" class="seperator bottom2">&nbsp;</TD>
22         </TR>
23         <TR>
24                 <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
25         </TR>
26         <TR>
27                 <TD width="10" class="seperator">&nbsp;</TD>
28                 <TD align="center" width="275">{--ORDER_ADMIN_MAX--}:&nbsp;<INPUT
29                         type="radio" name="order_max_full" class="admin_normal" value="MAX"{--__MAX_DEFAULT--}>
30                 </TD>
31                 <TD width="10" class="seperator">&nbsp;</TD>
32                 <TD align="center" width="275">{--ORDER_ADMIN_ORDER--}:&nbsp;<INPUT
33                         type="radio" name="order_max_full" class="admin_normal" value="ORDER"{--__ORDER_DEFAULT--}>
34                 </TD>
35                 <TD width="10" class="seperator">&nbsp;</TD>
36         </TR>
37         <TR>
38                 <TD colspan="5" height="7" class="seperator bottom2">&nbsp;</TD>
39         </TR>
40         <TR>
41                 <TD colspan="5" height="30" class="admin_title bottom2" align="center">
42                 <STRONG>{--ORDER_ADMIN_MISC_SETTINGS--}:</STRONG></TD>
43         </TR>
44         <TR>
45                 <TD colspan="5" height="7" class="seperator">&nbsp;</TD>
46         </TR>
47         <TR>
48                 <TD width="10" class="seperator">&nbsp;</TD>
49                 <TD align="right" width="275">
50                 {--ORDER_MIN_RECEIVER_PER_ORDER--}:</TD>
51                 <TD width="10" class="seperator">&nbsp;</TD>
52                 <TD align="center" width="275"><INPUT type="input"
53                         name="order_min" class="admin_normal" value="{--__MIN_VALUE!}"
54                         size="5" maxlength="20"></TD>
55                 <TD width="10" class="seperator">&nbsp;</TD>
56         </TR>
57         <TR>
58                 <TD colspan="5" height="7" class="seperator bottom2">&nbsp;</TD>
59         </TR>
60         <TR>
61                 <TD width="10" class="admin_footer seperator">&nbsp;</TD>
62                 <TD class="admin_footer" colspan="3" align="center"><INPUT
63                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
64                 <INPUT type="submit" name="ok" class="admin_submit"
65                         value="{--SAVE_SETTINGS--}"></TD>
66                 <TD width="10" class="admin_footer seperator">&nbsp;</TD>
67         </TR>
68 </TABLE>
69 </FORM>