a806728263d43d735f14e7d170ea090a090261c5
[mailer.git] / templates / de / html / admin / admin_list_rallyes_row.tpl
1 <TR>
2         <TD align="center" class="switch_sw$content[sw] bottom2 right2"
3                 rowspan="5">$content[select]</TD>
4         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_TITLE--}:</strong><br />
5         $content[title]</TD>
6         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_DESCR2--}:</strong><br />
7         $content[descr]</TD>
8         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_ADMIN_ID--}:</strong><br />
9         <a href="$content[email_link]">$content[alogin]</a></TD>
10         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_TSTART--}:</strong><br />
11         $content[start_date]</TD>
12         <TD align="center" class="switch_sw$content[sw] bottom2"><strong>{--RALLYE_TEND--}:</strong><br />
13         $content[end_date]</TD>
14 </TR>
15 <TR>
16         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_TEMPLATE2--}:</strong><br />
17         $content[template]</TD>
18         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_AUTO_ADD--}:</strong><br />
19         <a
20                 href="{!URL!}/modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;auto=$content[auto]"
21                 title="$content[auto_title]">$content[auto_lnk]</a></TD>
22         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_ACTIVE--}:</strong><br />
23         <a
24                 href="{!URL!}/modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;activate=$content[active]"
25                 title="$content[active_title]">$content[active_lnk]</a></TD>
26         <TD align="center" class="switch_sw$content[sw] bottom2 right2"><strong>{--RALLYE_NOTIFY--}:</strong><br />
27         <a
28                 href="{!URL!}/modules.php?module=admin&amp;what=list_rallyes&amp;rallye=$content[id]&amp;notify=$content[notify]"
29                 title="$content[notify_title]">$content[notify_lnk]</a></TD>
30         <TD align="center" class="switch_sw$content[sw] bottom2"><strong>{--RALLYE_NOTIFIED--}:</strong><br />
31         $content[notified]</TD>
32 </TR>
33 <TR>
34         <TD align="center" class="switch_sw$content[sw] bottom2 right2"
35                 colspan="3"><strong>{--RALLYE_ASSIGNED_PRICES--}:</strong><br />
36         <a
37                 href="{!URL!}/modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye=$content[id]">$content[prices_cnt]</a>
38         </TD>
39         <TD align="center" class="switch_sw$content[sw] bottom2" colspan="2">
40         <strong>{--RALLYE_ASSIGNED_USERS--}:</strong><br />
41         $content[joined]</TD>
42 </TR>
43 <TR>
44         <TD align="center" class="admin_title bottom2" colspan="5" height="35">
45         <strong>{--RALLYE_LIMITATIONS--}:</strong></TD>
46 </TR>
47 <TR>
48         <TD align="center" class="switch_sw$content[sw] bottom2 right2"
49                 colspan="3"><strong>{--RALLYE_MIN_USERS_MINI--}:</strong><br />
50         $content[min_users]</TD>
51         <TD align="center" class="switch_sw$content[sw] bottom2" colspan="2">
52         <strong>{--RALLYE_MIN_PRICES_MINI--}:</strong><br />
53         $content[min_prices]</TD>
54 </TR>