CSS class admin_footer now centered, a lot templates rewritten
[mailer.git] / templates / de / html / admin / admin_list_rallye_prices.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=list_rallyes"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
4         class="admin_table dashed">
5         <TR>
6                 <TD colspan="5" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_EDIT_DEL_RALLYES--}:</STRONG>
7                 </TD>
8         </TR>
9         <TR>
10                 <TD align="center" width="10" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
11                 <TD align="center" width="100" class="admin_title bottom2 right2"><STRONG>{--RALLYE_TITLE--}:</STRONG></TD>
12                 <TD align="center" width="70" class="admin_title bottom2 right2"><STRONG>{--RALLYE_ADMIN_ID--}:</STRONG></TD>
13                 <TD align="center" width="200" class="admin_title bottom2 right2"><STRONG>{--RALLYE_TSTART--}:</STRONG></TD>
14                 <TD align="center" width="200" class="admin_title bottom2"><STRONG>{--RALLYE_TEND--}:</STRONG></TD>
15         </TR>
16         {!__RALLYE_ROWS!}
17         <TR>
18                 <TD colspan="5" class="admin_footer"><INPUT
19                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
20                 <INPUT type="submit" name="edit" class="admin_submit"
21                         value="{--RALLYE_EDIT_ADMIN--}">&nbsp;* <INPUT type="submit"
22                         name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}">
23                 </TD>
24         </TR>
25 </TABLE>
26 </FORM>
27
28 <DIV class="admin_note"><STRONG>{--RALLYE_EDIT_DEL_NOTE--}</STRONG>
29 </DIV>