More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_rallye_prices.tpl
index 99a17e8f850560a19107cab42ace5bbba9915358..84aae706d8f0a872daf24f720f0292f71525ec6f 100644 (file)
@@ -1,27 +1,29 @@
+<div align="center">
 <form action="{!URL!}/modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye={!__RALLYE_ID!}" method="POST" style="margin-bottom: 10px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
-       <TR>
-               <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_PRICES--}</strong>
-               </TD>
-       </TR>
-       <TR>
-               <TD align="center" width="10" class="admin_title bottom2 right2">
-               <strong>{--ID_SELECT--}</strong></TD>
-               <TD align="center" width="50" class="admin_title bottom2 right2">
-               <strong>{--RALLYE_LEVEL--}:</strong></TD>
-               <TD align="center" width="200" class="admin_title bottom2 right2">
-               <strong>{--RALLYE_PRICE_POINTS--}:</strong></TD>
-               <TD align="center" width="320" class="admin_title bottom2"><strong>{--RALLYE_PRICE_INFO--}:</strong>
-               </TD>
-       </TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_PRICES--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" width="10" class="admin_title bottom2 right2">
+               <strong>{--ID_SELECT--}</strong></td>
+               <td align="center" width="50" class="admin_title bottom2 right2">
+               <strong>{--RALLYE_LEVEL--}:</strong></td>
+               <td align="center" width="200" class="admin_title bottom2 right2">
+               <strong>{--RALLYE_PRICE_POINTS--}:</strong></td>
+               <td align="center" width="320" class="admin_title bottom2"><strong>{--RALLYE_PRICE_INFO--}:</strong>
+               </td>
+       </tr>
        {!__PRICE_ROWS!}
-       <TR>
-               <TD colspan="4" class="admin_footer"><INPUT
+       <tr>
+               <td colspan="4" class="admin_footer"><INPUT
                        type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
                <INPUT type="submit" name="edit" class="admin_submit"
                        value="{--RALLYE_EDIT_PRICES--}"> <INPUT type="submit"
                        name="del" class="admin_delete" value="{--RALLYE_DELETE_PRICES--}" />
-               </TD>
-       </TR>
-</TABLE>
+               </td>
+       </tr>
+</table>
 </form>
+</div>