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" align="center">
5 <strong>{--ADMIN_ORDER_SETTINGS--}:</strong>
10 <td align="center" width="275" class="bottom">
11 {--ADMIN_ORDER_MAX_ORDER_SELECT--}
16 <td class="bottom" align="center" width="275">
17 {--ADMIN_ORDER_MAX--}: <input type="radio" name="order_max_full" class="admin_normal" value="MAX"$content[order_max_full_max] />
19 <td class="bottom" align="center" width="275">
20 {--ADMIN_ORDER_ORDER--}: <input type="radio" name="order_max_full" class="admin_normal" value="ORDER"$content[order_max_full_order] />
25 <td align="right" width="340">{--ADMIN_OPTION_MAX_UNCONFIRMED_MAILS--}:</td>
27 <input type="text" name="unconfirmed" class="admin_normal" size="10" maxlength="10" value="{?unconfirmed?}" />
32 <td align="right">{--ADMIN_OPTION_MAX_TEXT_LENGTH--}:</td>
34 <input type="text" name="max_tlength" class="admin_normal" size="10" maxlength="100" value="{?max_tlength?}" />
39 <td align="right">{--ADMIN_OPTION_CHECK_EMAIL_TEXT--}:</td>
42 {--YES--}: <input type="radio" name="test_text" value="N"$content[test_text_y] />
43 {--NO--}: <input type="radio" name="test_text" value="Y"$content[test_text_n] />
49 <td align="right">{--ADMIN_OPTION_CHECK_EMAIL_SUBJ--}:</td>
52 {--YES--}: <input type="radio" name="test_subj" value="Y"$content[test_subj_y] />
53 {--NO--}: <input type="radio" name="test_subj" value="N"$content[test_subj_n] />
59 <td align="right">{--ADMIN_OPTION_URL_BLACKLIST--}:</td>
62 {--YES--}: <input type="radio" name="url_blacklist" value="Y"$content[url_blacklist_y] />
63 {--NO--}: <input type="radio" name="url_blacklist" value="N"$content[url_blacklist_n] />
69 <td class="bottom" align="right" width="275">{--ADMIN_REPAY_ON_DELETE_MODE--}</td>
70 <td class="bottom" align="center" width="275">
71 <select name="repay_deleted_mails" class="admin_select" size="1">
72 <option value="REPAY"$content[repay_deleted_mails_repay]>{--ADMIN_CFG_REPAY_POINTS_REPAY--}</option>
73 <option value="JACKPOT"$content[repay_deleted_mails_jackpot]>{--ADMIN_CFG_REPAY_POINTS_JACKPOT--}</option>
74 <option value="SHRED"$content[repay_deleted_mails_shred]>{--ADMIN_CFG_REPAY_POINTS_SHRED--}</option>
80 <td colspan="5" height="30" class="admin_title bottom" align="center">
81 <strong>{--ADMIN_ORDER_SELECTION_SETTINGS--}:</strong>
86 <td align="right" width="275">
87 {--ADMIN_ORDER_SELECTION_COLUMN--}:
89 <td align="center" width="275">
90 <select name="order_select" class="admin_select" size="1">
91 $content[order_selection]
97 <td class="bottom" align="right" width="275">{--ADMIN_ORDER_SELECTION_MODE--}:</td>
98 <td class="bottom" align="center" width="275">
99 <select name="order_mode" class="admin_select" size="1">
100 <option value="ASC"$content[order_mode_asc]">{--SORT_ASCENDING--}</option>
101 <option value="DESC"$content[order_mode_desc]">{--SORT_DESCENDING--}</option>
107 <td colspan="5" height="30" class="admin_title bottom" align="center">
108 <strong>{--ADMIN_ORDER_MISC_SETTINGS--}:</strong>
113 <td class="bottom" align="right" width="275">
114 {--ADMIN_ORDER_MIN_RECEIVER_PER_ORDER--}:
116 <td class="bottom" align="center" width="275">
117 <input type="input" name="order_min" class="admin_normal" value="{?order_min?}" size="5" maxlength="20" />
122 <td colspan="2" align="center" class="admin_footer">
123 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
124 <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />