HTML->XHTML preparation (still *A LOT* to convert
[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>