All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_edit_rallyes_row.tpl
1 <tr>
2         <td colspan="3" class="switch_sw$content[sw] seperator" height="5">&nbsp;</td>
3 </tr>
4 <tr>
5         <td class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_TITLE--}:</td>
6         <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
7         <td class="switch_sw$content[sw]" width="265" align="center"><input
8                 type="text" name="title[$content[id]]" class="admin_normal" size="30"
9                 maxlength="255" value="$content[title]"></td>
10 </tr>
11 <tr>
12         <td colspan="3" class="switch_sw$content[sw] seperator" height="3"></td>
13 </tr>
14 <tr>
15         <td class="switch_sw$content[sw]" align="right" valign="top">{--RALLYE_DESCR--}:</td>
16         <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
17         <td class="switch_sw$content[sw]" align="center"><textarea
18                 name="descr[$content[id]]" cols="30" rows="6" class="admin_normal">$content[descr]</textarea>
19         </td>
20 </tr>
21 <tr>
22         <td colspan="3" class="switch_sw$content[sw] seperator" height="3"></td>
23 </tr>
24 <tr>
25         <td class="switch_sw$content[sw]" align="right">{--RALLYE_TEMPLATE--}:</td>
26         <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
27         <td class="switch_sw$content[sw]" align="center">$content[templ]</td>
28 </tr>
29 <tr>
30         <td colspan="3" class="switch_sw$content[sw] seperator" height="3">&nbsp;</td>
31 </tr>
32 <tr>
33         <td class="switch_sw$content[sw]" width="200" align="right"
34                 valign="top">{--RALLYE_START_DAY--}:</td>
35         <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
36         <td class="switch_sw$content[sw]" width="290" align="center">
37         $content[s_day]. $content[s_month]. $content[s_year]<br />
38         $content[s_hour]: $content[s_min]: $content[s_sec]</td>
39 </tr>
40 <tr>
41         <td colspan="3" class="switch_sw$content[sw] seperator" height="3">&nbsp;</td>
42 </tr>
43 <tr>
44         <td class="switch_sw$content[sw]" width="200" align="right"
45                 valign="top">{--RALLYE_END_DAY--}:</td>
46         <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
47         <td class="switch_sw$content[sw]" width="290" align="center">
48         $content[e_day]. $content[e_month]. $content[e_year]<br />
49         $content[e_hour]: $content[e_min]: $content[e_sec]</td>
50 </tr>
51 <tr>
52         <td colspan="3" class="switch_sw$content[sw] bottom2 seperator"
53                 height="5">&nbsp;</td>
54 </tr>
55 <tr>
56         <td colspan="3" class="switch_sw$content[sw] seperator" height="5">&nbsp;</td>
57 </tr>
58 <tr>
59         <td class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_MIN_USERS_MINI--}:</td>
60         <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
61         <td class="switch_sw$content[sw]" width="265" align="center"><input
62                 type="text" name="min_users[$content[id]]" class="admin_normal"
63                 size="5" maxlength="20" value="$content[min_users]"></td>
64 </tr>
65 <tr>
66         <td colspan="3" class="switch_sw$content[sw] bottom2 seperator"
67                 height="5">&nbsp;</td>
68 </tr>
69 <tr>
70         <td colspan="3" class="switch_sw$content[sw] seperator" height="5">&nbsp;</td>
71 </tr>
72 <tr>
73         <td class="switch_sw$content[sw]" width="305" align="right">{--RALLYE_MIN_PRICES_MINI--}:</td>
74         <td class="switch_sw$content[sw] seperator" width="10">&nbsp;</td>
75         <td class="switch_sw$content[sw]" width="265" align="center"><input
76                 type="text" name="min_prices[$content[id]]" class="admin_normal"
77                 size="5" maxlength="20" value="$content[min_prices]"></td>
78 </tr>
79 <tr>
80         <td colspan="3" class="switch_sw$content[sw] bottom2 seperator"
81                 height="5">&nbsp;</td>
82 </tr>