SQL query and inconsistencies fixed, TODOs.txt updated
[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[login]</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>