]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_holiday.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_holiday.tpl
index 2e5b1507d8aca435f3ae1de92971e26eb912e2d5..7047e83e7e7d5a7bce52b3771cfe54f95ec42c3e 100644 (file)
@@ -1,21 +1,22 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=del_holiday" method="POST">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=del_holiday%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td width="10" class="admin_title bottom2 right2" align="center"
-                       height="30"><strong>{--ID_SELECT--}</strong></td>
-               <td width="50" class="admin_title bottom2 right2" align="center"><strong>{--_UID--}:</strong></td>
-               <td width="80" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_TSTART--}:</strong></td>
-               <td width="80" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_TEND--}:</strong></td>
-               <td width="100" class="admin_title bottom2 right2" align="center"><strong>{--HOLIDAY_ADMIN_COMMENTS--}:</strong></td>
-               <td width="100" class="admin_title bottom2 right2" align="center"><strong>{--ACCOUNT_STATUS--}:</strong></td>
-               <td width="160" class="admin_title bottom2" align="center"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+               <td width="10" class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td width="50" class="header_column bottom right" align="center"><strong>{--_UID--}:</strong></td>
+               <td width="80" class="header_column bottom right" align="center"><strong>{--ADMIN_HOLIDAY_TSTART--}:</strong></td>
+               <td width="80" class="header_column bottom right" align="center"><strong>{--ADMIN_HOLIDAY_TEND--}:</strong></td>
+               <td width="100" class="header_column bottom right" align="center"><strong>{--ADMIN_HOLIDAY_COMMENTS--}:</strong></td>
+               <td width="100" class="header_column bottom right" align="center"><strong>{--ACCOUNT_STATUS--}:</strong></td>
+               <td width="160" class="header_column bottom" align="center"><strong>{--LAST_ONLINE_SHORT--}:</strong></td>
        </tr>
-       {!__HOLIDAY_ROWS!}
+       $content
        <tr>
-               <td colspan="7" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="ok" class="admin_delete"
-                       value="{--HOLIDAY_ADMIN_STOP_CHECKED--}" /></td>
+               <td colspan="7" class="table_footer"><input
+                       type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" name="ok" class="form_delete"
+                       value="{--ADMIN_HOLIDAY_STOP_CHECKED--}" /></td>
        </tr>
 </table>
 </form>
+</div>