mailer project continued:
[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 <tr>
9         <td class="{%template,ColorSwitch%}" align="right" valign="top">{--ADMIN_ENTER_RALLYE_DESCRIPTION--}:</td>
10         <td class="{%template,ColorSwitch%}" align="center">
11                 <textarea name="descr[$content[rallye_id]]" cols="30" rows="6" class="form_field">$content[descr]</textarea>
12         </td>
13 </tr>
14 <tr>
15         <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_SELECT_RALLYE_TEMPLATE--}:</td>
16         <td class="{%template,ColorSwitch%}" align="center">
17                 $content[templ]
18         </td>
19 </tr>
20 <tr>
21         <td class="{%template,ColorSwitch%}" width="200" align="right" valign="top">{--ADMIN_RALLYE_START_DAY--}:</td>
22         <td class="{%template,ColorSwitch%}" width="290" align="center">
23                 <div>$content[s_day] . $content[s_month] . $content[s_year]</div>
24                 <div>$content[s_hour] : $content[s_min] : 00</div>
25         </td>
26 </tr>
27 <tr>
28         <td class="{%template,ColorSwitch%}" width="200" align="right" valign="top">{--ADMIN_RALLYE_END_DAY--}:</td>
29         <td class="{%template,ColorSwitch%}" width="290" align="center">
30                 <div>$content[e_day] . $content[e_month] . $content[e_year]</div>
31                 <div>$content[e_hour] : $content[e_min] : 00</div>
32         </td>
33 </tr>
34 <tr>
35         <td class="{%template,ColorSwitch%}" width="305" align="right">{--ADMIN_RALLYE_MIN_USERS_MINI--}:</td>
36         <td class="{%template,ColorSwitch%}" width="265" align="center">
37                 <input type="text" class="form_field" name="min_users[$content[rallye_id]]" size="5" maxlength="20" value="$content[min_users]" />
38         </td>
39 </tr>
40 <tr>
41         <td class="{%template,ColorSwitch%} bottom" width="305" align="right">{--ADMIN_RALLYE_MIN_PRICES_MINI--}:</td>
42         <td class="{%template,ColorSwitch%} bottom" width="265" align="center">
43                 <input type="text" class="form_field" name="min_prices[$content[rallye_id]]" size="5" maxlength="20" value="$content[min_prices]" >
44         </td>
45 </tr>