More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_list_holiday.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=del_holiday%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td width="10" class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
6                 <td width="50" class="header_column bottom right" align="center"><strong>{--_UID--}:</strong></td>
7                 <td width="80" class="header_column bottom right" align="center"><strong>{--HOLIDAY_ADMIN_TSTART--}:</strong></td>
8                 <td width="80" class="header_column bottom right" align="center"><strong>{--HOLIDAY_ADMIN_TEND--}:</strong></td>
9                 <td width="100" class="header_column bottom right" align="center"><strong>{--HOLIDAY_ADMIN_COMMENTS--}:</strong></td>
10                 <td width="100" class="header_column bottom right" align="center"><strong>{--ACCOUNT_STATUS--}:</strong></td>
11                 <td width="160" class="header_column bottom" align="center"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
12         </tr>
13         $content
14         <tr>
15                 <td colspan="7" class="admin_footer"><input
16                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
17                 <input type="submit" name="ok" class="admin_delete"
18                         value="{--HOLIDAY_ADMIN_STOP_CHECKED--}" /></td>
19         </tr>
20 </table>
21 </form>
22 </div>