]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_holiday.tpl
More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_list_holiday.tpl
index c9ad5ca5b289fdccdb87e276698fc47be3e1f259..a37f69252cba05cf2976fb343ed3bc86f59b2369 100644 (file)
@@ -1,23 +1,21 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=del_holiday"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_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>
-       </TR>
+<form action="{!URL!}/modules.php?module=admin&amp;what=del_holiday" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_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>
+       </tr>
        {!__HOLIDAY_ROWS!}
-       <TR>
-               <TD colspan="7" class="admin_footer"><INPUT
+       <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>
-       </TR>
-</TABLE>
-</FORM>
+               <input type="submit" name="ok" class="admin_delete"
+                       value="{--HOLIDAY_ADMIN_STOP_CHECKED--}" /></td>
+       </tr>
+</table>
+</form>