More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_maintenance_form.tpl
index e8ca2ba858e3716c1704714202126c5120666c69..5679c42bdcbb325f7b9dcd5803ca77f3766c3aa9 100644 (file)
@@ -1,24 +1,24 @@
 <form action="{!URL!}/modules.php?module=admin&amp;what=maintenance"
        method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="380"
+<table border="0" cellspacing="0" cellpadding="0" width="380"
        class="admin_table dashed" align="center">
-       <TR>
-               <TD align="center" class="admin_title bottom2" height="30">
-               {--ADMIN_MAINTENANCE_MODE_INTRO--}</TD>
-       </TR>
-       <TR>
-               <TD class="seperator" height="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="center">{--ADMIN_MAINTENANCE_MODE--}</TD>
-       </TR>
-       <TR>
-               <TD class="seperator bottom2" height="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD class="admin_footer" height="30"><INPUT
+       <tr>
+               <td align="center" class="admin_title bottom2" height="30">
+               {--ADMIN_MAINTENANCE_MODE_INTRO--}</td>
+       </tr>
+       <tr>
+               <td class="seperator" height="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="center">{--ADMIN_MAINTENANCE_MODE--}</td>
+       </tr>
+       <tr>
+               <td class="seperator bottom2" height="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td class="admin_footer" height="30"><INPUT
                        type="submit" name="ok" class="admin_delete"
-                       value="{--ADMIN_CHANGE_MAINTENANCE_MODE--}"></TD>
-       </TR>
-</TABLE>
+                       value="{--ADMIN_CHANGE_MAINTENANCE_MODE--}"></td>
+       </tr>
+</table>
 </form>
\ No newline at end of file