Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_bonus.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_bonus%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="table_header bottom">
6                         {--ADMIN_CONFIG_BONUS_RALLYE_TITLE--}
7                 </td>
8         </tr>
9         <tr>
10                 <td class="bottom" align="right">
11                         {--ADMIN_CONFIG_BONUS_RALLYE_IS_ACTIVE--}
12                 </td>
13                 <td class="bottom" align="center">
14                         {%template,ConfigurationYesNoSelectionBox=bonus_active%}
15                 </td>
16         </tr>
17         <tr>
18                 <td class="bottom" align="right">
19                         {--ADMIN_CONFIG_BONUS_RALLYE_INCLUDE_ONW--}
20                 </td>
21                 <td class="bottom" align="center">
22                         {%template,ConfigurationYesNoSelectionBox=bonus_include_own%}
23                 </td>
24         </tr>
25         <tr>
26                 <td class="bottom" align="right">
27                         {--ADMIN_CONFIG_BONUS_RALLYE_CLICK_INCLUDE--}
28                 </td>
29                 <td class="bottom" align="center">
30                         {%template,ConfigurationYesNoSelectionBox=include_bonus_click%}
31                 </td>
32         </tr>
33         <tr>
34                 <td class="bottom" align="right">
35                         {--ADMIN_CONFIG_BONUS_RALLYE_LOGIN_INCLUDE--}
36                 </td>
37                 <td class="bottom" align="center">
38                         {%template,ConfigurationYesNoSelectionBox=include_bonus_login%}
39                 </td>
40         </tr>
41         <tr>
42                 <td class="bottom" align="right">
43                         {--ADMIN_CONFIG_BONUS_RALLYE_ORDER_INCLUDE--}
44                 </td>
45                 <td class="bottom" align="center">
46                         {%template,ConfigurationYesNoSelectionBox=include_bonus_order%}
47                 </td>
48         </tr>
49         <tr>
50                 <td class="bottom" align="right">
51                         {--ADMIN_CONFIG_BONUS_RALLYE_STATS_INCLUDE--}
52                 </td>
53                 <td class="bottom" align="center">
54                         {%template,ConfigurationYesNoSelectionBox=include_bonus_stats%}
55                 </td>
56         </tr>
57         <tr>
58                 <td class="bottom" align="right">
59                         {--ADMIN_CONFIG_BONUS_RALLYE_REFERRAL_INCLUDE--}
60                 </td>
61                 <td class="bottom" align="center">
62                         {%template,ConfigurationYesNoSelectionBox=include_bonus_ref%}
63                 </td>
64         </tr>
65         <tr>
66                 <td colspan="2" align="center" class="table_header bottom">
67                         {--ADMIN_CONFIG_BONUS_TITLE--}
68                 </td>
69         </tr>
70         <tr>
71                 <td align="right">
72                         {--ADMIN_CONFIG_BONUS_ORDER--}
73                 </td>
74                 <td align="center">
75                         <input type="text" class="form_field" name="bonus_order" size="8" maxlength="20" value="{%config,translateComma=bonus_order%}" />
76                         <span class="notice">({?POINTS?})</span>
77                 </td>
78         </tr>
79         <tr>
80                 <td align="right">
81                         {--ADMIN_CONFIG_BONUS_REFERRAL--}
82                 </td>
83                 <td align="center">
84                         <input type="text" class="form_field" name="bonus_ref" size="8" maxlength="20" value="{%config,translateComma=bonus_ref%}" />
85                         <span class="notice">({?POINTS?})</span>
86                 </td>
87         </tr>
88         <tr>
89                 <td align="right">
90                         {--ADMIN_CONFIG_BONUS_STATS--}
91                 </td>
92                 <td align="center">
93                         <input type="text" class="form_field" name="bonus_stats" size="8" maxlength="20" value="{%config,translateComma=bonus_stats%}" />
94                         <span class="notice">({?POINTS?})</span>
95                 </td>
96         </tr>
97         <tr>
98                 <td class="bottom" align="right">
99                         {--ADMIN_CONFIG_BONUS_LOGIN--}
100                 </td>
101                 <td class="bottom" align="center">
102                         <input type="text" class="form_field" name="login_bonus" size="8" maxlength="20" value="{%config,translateComma=login_bonus%}" />
103                         <span class="notice">({?POINTS?})</span>
104                 </td>
105         </tr>
106         <tr>
107                 <td colspan="2" class="table_header bottom" align="center">
108                         {--ADMIN_CONFIG_BONUS_TURBO_TITLE--}
109                 </td>
110         </tr>
111         <tr>
112                 <td align="right">{--ADMIN_CONFIG_BONUS_TURBO--}</td>
113                 <td align="center">
114                         <input type="text" class="form_field" name="turbo_bonus" size="10" maxlength="20" value="{%config,translateComma=turbo_bonus%}" />
115                         <span class="notice">({?POINTS?})</span>
116                 </td>
117         </tr>
118         <tr>
119                 <td class="bottom" align="right" valign="top">
120                         {--ADMIN_CONFIG_TURBO_RATES--}<br />
121                         <br />
122                         <div align="left">
123                                 <ol>
124                                         <li>{--ADMIN_CONFIG_TURBO_RATES_NOTICE1--}</li>
125                                         <li>{--ADMIN_CONFIG_TURBO_RATES_NOTICE2--}</li>
126                                         <li>{--ADMIN_CONFIG_TURBO_RATES_NOTICE3--}</li>
127                                         <li>{--ADMIN_CONFIG_TURBO_RATES_NOTICE4--}</li>
128                                 </ol>
129                         </div>
130                 </td>
131                 <td class="bottom" align="center" valign="top">$content[trates_list]</td>
132         </tr>
133         <tr>
134                 <td colspan="2" class="table_header bottom" align="center">
135                         {--ADMIN_CONFIG_BONUS_TURBO_TIMEOUT_TITLE--}
136                 </td>
137         </tr>
138         <tr>
139                 <td align="right">{--ADMIN_CONFIG_BONUS_LOGIN_TIMEOUT--}</td>
140                 <td align="center">$content[login_timeout_selection]</td>
141         </tr>
142         <tr>
143                 <td class="bottom" align="right">{--ADMIN_CONFIG_BONUS_TIMEOUT--}</td>
144                 <td class="bottom" align="center">$content[bonus_timeout_selection]</td>
145         </tr>
146         <tr>
147                 <td colspan="2" class="table_header bottom" align="center">
148                         {--ADMIN_CONFIG_BONUS_TURBO_MISC_TITLE--}
149                 </td>
150         </tr>
151         <tr>
152                 <td align="right">{--ADMIN_CONFIG_BONUS_TURBO_RANKS--}</td>
153                 <td align="center">
154                         <input type="text" class="form_field" name="bonus_ranks" size="3" maxlength="5" value="{?bonus_ranks?}" />
155                 </td>
156         </tr>
157         <tr>
158                 <td align="right">{--ADMIN_CONFIG_BONUS_TURBO_LINES--}</td>
159                 <td align="center">
160                         <input type="text" class="form_field" name="bonus_lines" size="3" maxlength="5" value="{?bonus_lines?}" />
161                 </td>
162         </tr>
163         <tr>
164                 <td class="bottom" align="right">{--ADMIN_CONFIG_BONUS_USERID--}</td>
165                 <td class="bottom" align="center">
166                         $content[bonus_userid]
167                 </td>
168         </tr>
169         <tr>
170                 <td colspan="2" class="table_header bottom" align="center">
171                         {--ADMIN_CONFIG_BONUS_RALLYE_NOTIFTICATIONS--}
172                 </td>
173         </tr>
174         <tr>
175                 <td align="right">
176                         {--ADMIN_CONFIG_BONUS_RALLYE_ENABLE_NOTIFY--}
177                 </td>
178                 <td align="center">
179                         {%template,ConfigurationYesNoSelectionBox=bonus_enable_notify%}
180                 </td>
181         </tr>
182         <tr>
183                 <td align="right">
184                         {--ADMIN_CONFIG_BONUS_RALLYE_DISABLE_NOTIFY--}
185                 </td>
186                 <td align="center">
187                         {%template,ConfigurationYesNoSelectionBox=bonus_disable_notify%}
188                 </td>
189         </tr>
190         <tr>
191                 <td align="right">
192                         {--ADMIN_CONFIG_BONUS_RALLYE_NEW_MEMBER_NOTIFY--}
193                 </td>
194                 <td align="center">
195                         {%template,ConfigurationYesNoSelectionBox=bonus_new_member_notify%}
196                 </td>
197         </tr>
198         <tr>
199                 <td align="right">
200                         {--ADMIN_CONFIG_BONUS_RALLYE_NOTIFY_POINTS--}
201                 </td>
202                 <td align="center">
203                         <input type="text" class="form_field" name="bonus_notify_points" size="8" maxlength="20" value="{%config,translateComma=bonus_notify_points%}" />
204                         <span class="notice">({?POINTS?})</span>
205                 </td>
206         </tr>
207         <tr>
208                 <td class="bottom" align="right">
209                         {--ADMIN_CONFIG_BONUS_RALLYE_NOTIFY_WAIT--}
210                 </td>
211                 <td class="bottom" align="center">
212                         $content[wait_selection]
213                 </td>
214         </tr>
215         <tr>
216                 <td colspan="2" class="table_footer">
217                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
218                         <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
219                 </td>
220         </tr>
221 </table>
222 {%form_close%}
223 </div>