More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_list_holiday.tpl
index 443903bb4b9000690648105bf7d9946eaa475b10..de947f32c9ea30b13584fe8561317cba5539ff38 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>
+                       value="{--HOLIDAY_ADMIN_STOP_CHECKED--}" /></td>
+       </tr>
+</table>
 </form>