]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_delete_rallyes_row.tpl
Project continued with rewrites:
[mailer.git] / templates / de / html / admin / admin_delete_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">
4                 <strong>$content[title]</strong>
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_RALLYE_DESCRIPTION--}:</td>
10         <td class="{%template,ColorSwitch%}">
11                 <pre>$content[descr]</pre>
12         </td>
13 </tr>
14 <tr>
15         <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_RALLYE_TEMPLATE--}:</td>
16         <td class="{%template,ColorSwitch%}">
17                 <strong>$content[template]</strong>
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">
23                 <strong>$content[start_time]</strong>
24         </td>
25 </tr>
26 <tr>
27         <td class="{%template,ColorSwitch%}" width="200" align="right" valign="top">{--ADMIN_RALLYE_END_DAY--}:</td>
28         <td class="{%template,ColorSwitch%}" width="290">
29                 <strong>$content[end_time]</strong>
30         </td>
31 </tr>
32 <tr>
33         <td class="{%template,ColorSwitch%}" width="305" align="right">{--ADMIN_RALLYE_MIN_USERS_MINI--}:</td>
34         <td class="{%template,ColorSwitch%}" width="265">
35                 <strong>{%pipe,translateComma=$content[min_users]%}</strong>
36         </td>
37 </tr>
38 <tr>
39         <td class="{%template,ColorSwitch%} bottom" width="305" align="right">{--ADMIN_RALLYE_MIN_PRICES_MINI--}:</td>
40         <td class="{%template,ColorSwitch%} bottom" width="265">
41                 <strong>{%pipe,translateComma=$content[min_prices]%}</strong>
42         </td>
43 </tr>