]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_holiday.tpl
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_list_holiday.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=del_holiday%}
3 <table border="0" cellspacing="0" cellpadding="0" class="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>{--_USERID--}:</strong></td>
7         <td width="80" class="header_column bottom right" align="center"><strong>{--ADMIN_HOLIDAY_TSTART--}:</strong></td>
8         <td width="80" class="header_column bottom right" align="center"><strong>{--ADMIN_HOLIDAY_TEND--}:</strong></td>
9         <td width="100" class="header_column bottom right" align="center"><strong>{--ADMIN_HOLIDAY_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>{--LAST_ONLINE_SHORT--}:</strong></td>
12 </tr>
13 $content
14 <tr>
15         <td colspan="7" class="table_footer">
16                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
17                 <input type="submit" name="ok" class="form_delete" value="{--ADMIN_HOLIDAY_STOP_CHECKED--}" />
18         </td>
19 </tr>
20 </table>
21 {%form_close%}
22 </div>