More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_list_rallyes_row.tpl
1 <tr>
2         <td align="center" class="switch_sw$content[sw] bottom right" rowspan="5">$content[select]</td>
3         <td align="center" class="switch_sw$content[sw] bottom right">
4                 <strong>{--RALLYE_TITLE--}:</strong><br />
5                 $content[title]
6         </td>
7         <td align="center" class="switch_sw$content[sw] bottom right">
8                 <strong>{--RALLYE_DESCR2--}:</strong><br />
9                 $content[descr]
10         </td>
11         <td align="center" class="switch_sw$content[sw] bottom right">
12                 <strong>{--RALLYE_ADMIN_ID--}:</strong><br />
13                 $content[admin_link]
14         </td>
15         <td align="center" class="switch_sw$content[sw] bottom right">
16                 <strong>{--RALLYE_TSTART--}:</strong><br />
17                 $content[start_date]
18         </td>
19         <td align="center" class="switch_sw$content[sw] bottom">
20                 <strong>{--RALLYE_TEND--}:</strong><br />
21                 $content[end_date]
22         </td>
23 </tr>
24 <tr>
25         <td align="center" class="switch_sw$content[sw] bottom right">
26                 <strong>{--RALLYE_TEMPLATE2--}:</strong><br />
27                 $content[template]
28         </td>
29         <td align="center" class="switch_sw$content[sw] bottom right">
30                 <strong>{--RALLYE_AUTO_ADD--}:</strong><br />
31                 <a href="{%url=modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;auto=$content[auto]%}" title="$content[auto_title]">$content[auto_lnk]</a>
32         </td>
33         <td align="center" class="switch_sw$content[sw] bottom right">
34                 <strong>{--RALLYE_ACTIVE--}:</strong><br />
35                 <a href="{%url=modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;activate=$content[active]%}" title="$content[active_title]">$content[active_lnk]</a>
36         </td>
37         <td align="center" class="switch_sw$content[sw] bottom right">
38                 <strong>{--RALLYE_NOTIFY--}:</strong><br />
39                 <a ref="{%url=modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;notify=$content[notify]%}" title="$content[notify_title]">$content[notify_lnk]</a>
40         </td>
41         <td align="center" class="switch_sw$content[sw] bottom">
42                 <strong>{--RALLYE_NOTIFIED--}:</strong><br />
43                 $content[notified]
44         </td>
45 </tr>
46 <tr>
47         <td align="center" class="switch_sw$content[sw] bottom right" colspan="3">
48                 <strong>{--RALLYE_ASSIGNED_PRICES--}:</strong><br />
49                 <a href="{%url=modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye=$content[id]%}">$content[prices_cnt]</a>
50         </td>
51         <td align="center" class="switch_sw$content[sw] bottom" colspan="2">
52                 <strong>{--RALLYE_ASSIGNED_USERS--}:</strong><br />
53                 $content[joined]
54         </td>
55 </tr>
56 <tr>
57         <td align="center" class="admin_title bottom" colspan="5" height="35">
58                 <strong>{--RALLYE_LIMITATIONS--}:</strong>
59         </td>
60 </tr>
61 <tr>
62         <td align="center" class="switch_sw$content[sw] bottom right" colspan="3">
63                 <strong>{--RALLYE_MIN_USERS_MINI--}:</strong><br />
64                 $content[min_users]
65         </td>
66         <td align="center" class="switch_sw$content[sw] bottom" colspan="2">
67                 <strong>{--RALLYE_MIN_PRICES_MINI--}:</strong><br />
68                 $content[min_prices]
69         </td>
70 </tr>