1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_order%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4 <td class="admin_title bottom seperator" height="30" width="10"> </td>
5 <td class="admin_title bottom" colspan="3" align="center">
6 <strong>{--ADMIN_ORDER_SETTINGS--}:</strong>
8 <td class="admin_title bottom seperator" width="10"> </td>
11 <td colspan="5" height="7" class="seperator"> </td>
14 <td width="10" class="seperator"> </td>
15 <td align="center" width="275" colspan="3">
16 {--ADMIN_ORDER_MAX_ORDER_SELECT--}</td>
17 <td width="10" class="seperator"> </td>
20 <td colspan="5" height="7" class="seperator bottom"> </td>
23 <td colspan="5" height="7" class="seperator"> </td>
26 <td width="10" class="seperator"> </td>
27 <td align="center" width="275">{--ADMIN_ORDER_MAX--}: <input
28 type="radio" name="order_max_full" class="admin_normal" value="MAX"$content[order_max_full_max] />
30 <td width="10" class="seperator"> </td>
31 <td align="center" width="275">{--ADMIN_ORDER_ORDER--}: <input
32 type="radio" name="order_max_full" class="admin_normal" value="ORDER"$content[order_max_full_order] />
34 <td width="10" class="seperator"> </td>
37 <td colspan="5" height="7" class="seperator bottom"> </td>
40 <td colspan="5" height="30" class="admin_title bottom" align="center">
41 <strong>{--ADMIN_ORDER_MISC_SETTINGS--}:</strong>
45 <td colspan="5" height="7" class="seperator"> </td>
48 <td width="10" class="seperator"> </td>
49 <td align="right" width="275">
50 {--ADMIN_ORDER_MIN_RECEIVER_PER_ORDER--}:
52 <td width="10" class="seperator"> </td>
53 <td align="center" width="275">
54 <input type="input" name="order_min" class="admin_normal" value="{?order_min?}" size="5" maxlength="20" />
56 <td width="10" class="seperator"> </td>
59 <td colspan="5" height="7" class="seperator bottom"> </td>
62 <td width="10" class="admin_footer seperator"> </td>
63 <td class="admin_footer" colspan="3" align="center"><input
64 type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
65 <input type="submit" name="ok" class="admin_submit"
66 value="{--SAVE_SETTINGS--}" /></td>
67 <td width="10" class="admin_footer seperator"> </td>