More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_refbanner_edit.tpl
index 134d6d8a4e8903d31c713ff1f7a3e1003c4427c2..09be7e99d4694fb8deb90d856073c24b76559655 100644 (file)
@@ -1,22 +1,21 @@
-<form
-       action="{!URL!}/modules.php?module=admin&amp;what=refbanner&amp;mode=edit"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD width="10" class="admin_header bottom2 seperator">&nbsp;</TD>
-               <TD align="center" colspan="3" class="admin_header bottom2"
-                       height="30"><strong>{--EDIT_REFBANNER--}</strong></TD>
-               <TD width="10" class="admin_header bottom2 seperator">&nbsp;</TD>
-       </TR>
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=refbanner&amp;mode=edit" method="POST">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td width="10" class="admin_header bottom2 seperator">&nbsp;</td>
+               <td align="center" colspan="3" class="admin_header bottom2"
+                       height="30"><strong>{--EDIT_REFBANNER--}</strong></td>
+               <td width="10" class="admin_header bottom2 seperator">&nbsp;</td>
+       </tr>
        {!__BANNER_ROWS!}
-       <TR>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-               <TD class="admin_footer" colspan="3"><INPUT
+       <tr>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+               <td class="admin_footer" colspan="3"><INPUT
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--EDIT_PAY--}" /></TD>
-               <TD class="admin_footer seperator" width="10">&nbsp;</TD>
-       </TR>
-</TABLE>
+                       value="{--EDIT_PAY--}" /></td>
+               <td class="admin_footer seperator" width="10">&nbsp;</td>
+       </tr>
+</table>
 </form>
+</div>