]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_rallyes_row.tpl
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / templates / de / html / admin / admin_edit_rallyes_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%}" width="305" align="right">{--ADMIN_RALLYE_TITLE--}:</td>
3         <td class="{%template,ColorSwitch%}" width="265" align="center">
4                 <input type="text" class="form_field" name="title[$content[rallye_id]]" size="30" maxlength="255" value="$content[title]" />
5                 <input type="hidden" name="sel[$content[rallye_id]]" value="1" />
6         </td>
7 </tr>
8
9 <tr>
10         <td class="{%template,ColorSwitch%}" align="right" valign="top">{--ADMIN_ENTER_RALLYE_DESCRIPTION--}:</td>
11         <td class="{%template,ColorSwitch%}" align="center">
12                 <textarea name="descr[$content[rallye_id]]" cols="30" rows="6" class="form_field">$content[descr]</textarea>
13         </td>
14 </tr>
15
16 <tr>
17         <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_SELECT_RALLYE_TEMPLATE--}:</td>
18         <td class="{%template,ColorSwitch%}" align="center">
19                 $content[templ]
20         </td>
21 </tr>
22
23 <tr>
24         <td class="{%template,ColorSwitch%}" width="200" align="right" valign="top">{--ADMIN_RALLYE_START_DAY--}:</td>
25         <td class="{%template,ColorSwitch%}" width="290" align="center">
26                 <div>$content[s_day] . $content[s_month] . $content[s_year]</div>
27                 <div>$content[s_hour] : $content[s_min] : 00</div>
28         </td>
29 </tr>
30
31 <tr>
32         <td class="{%template,ColorSwitch%}" width="200" align="right" valign="top">{--ADMIN_RALLYE_END_DAY--}:</td>
33         <td class="{%template,ColorSwitch%}" width="290" align="center">
34                 <div>$content[e_day] . $content[e_month] . $content[e_year]</div>
35                 <div>$content[e_hour] : $content[e_min] : 00</div>
36         </td>
37 </tr>
38
39 <tr>
40         <td class="{%template,ColorSwitch%}" width="305" align="right">{--ADMIN_RALLYE_MIN_USERS_MINI--}:</td>
41         <td class="{%template,ColorSwitch%}" width="265" align="center">
42                 <input type="text" class="form_field" name="min_users[$content[rallye_id]]" size="5" maxlength="20" value="$content[min_users]" />
43         </td>
44 </tr>
45
46 <tr>
47         <td class="{%template,ColorSwitch%} bottom" width="305" align="right">{--ADMIN_RALLYE_MIN_PRICES_MINI--}:</td>
48         <td class="{%template,ColorSwitch%} bottom" width="265" align="center">
49                 <input type="text" class="form_field" name="min_prices[$content[rallye_id]]" size="5" maxlength="20" value="$content[min_prices]" >
50         </td>
51 </tr>