A lot form templates rewritten (star removed. fixes)
[mailer.git] / templates / de / html / admin / admin_list_holiday.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=del_holiday"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
4         class="admin_table dashed">
5         <TR>
6                 <TD width="10" class="admin_title bottom2 right2" align="center"
7                         height="30"><STRONG>{--ID_SELECT--}</STRONG></TD>
8                 <TD width="50" class="admin_title bottom2 right2" align="center"><STRONG>{--_UID--}:</STRONG></TD>
9                 <TD width="80" class="admin_title bottom2 right2" align="center"><STRONG>{--HOLIDAY_ADMIN_TSTART--}:</STRONG></TD>
10                 <TD width="80" class="admin_title bottom2 right2" align="center"><STRONG>{--HOLIDAY_ADMIN_TEND--}:</STRONG></TD>
11                 <TD width="100" class="admin_title bottom2 right2" align="center"><STRONG>{--HOLIDAY_ADMIN_COMMENTS--}:</STRONG></TD>
12                 <TD width="100" class="admin_title bottom2 right2" align="center"><STRONG>{--ACCOUNT_STATUS--}:</STRONG></TD>
13                 <TD width="160" class="admin_title bottom2" align="center"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG></TD>
14         </TR>
15         {!__HOLIDAY_ROWS!}
16         <TR>
17                 <TD colspan="7" class="admin_footer"><INPUT
18                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                 <INPUT type="submit" name="ok" class="admin_delete"
20                         value="{--HOLIDAY_ADMIN_STOP_CHECKED--}" /></TD>
21         </TR>
22 </TABLE>
23 </FORM>