More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_edit_rallyes.tpl
index 4459f92c8057409181f485743d087271f909c468..faf63478849ee426fd34a83b3f5a7cfd74e58b6a 100644 (file)
@@ -1,17 +1,15 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_rallyes"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <strong>{--RALLYE_EDIT_RALLYES--}:</strong></TD>
-       </TR>
+<form action="{!URL!}/modules.php?module=admin&amp;what=list_rallyes" method="POST" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <strong>{--RALLYE_EDIT_RALLYES--}:</strong></td>
+       </tr>
        {!__RALLYE_ROWS!}
-       <TR>
-               <TD colspan="3" class="admin_footer"><INPUT
+       <tr>
+               <td colspan="3" class="admin_footer"><INPUT
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <INPUT type="submit" name="change" class="admin_submit"
-                       value="{--RALLYE_CHANGE_ADMIN--}" /></TD>
-       </TR>
-</TABLE>
+                       value="{--RALLYE_CHANGE_ADMIN--}" /></td>
+       </tr>
+</table>
 </form>