More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_rallye_edit.tpl
index 82100aceffae5e1b6eb7c68c6ec83f7cfe54e794..73c5dfb8b82682a2affd5914c42cd6e99ec8174d 100644 (file)
@@ -1,28 +1,30 @@
+<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="500" class="admin_table dashed">
-       <TR>
-               <TD colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_SELECTED_PRICES--}</strong>
-               </TD>
-       </TR>
-       <TR>
-               <TD width="120" align="center" width="50"
+<table border="0" cellspacing="0" cellpadding="0" width="500" class="admin_table dashed">
+       <tr>
+               <td colspan="4" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_SELECTED_PRICES--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="120" align="center" width="50"
                        class="admin_title bottom2 right2"><strong>{--RALLYE_ID--}:</strong>
-               </TD>
-               <TD width="65" align="center" width="50"
+               </td>
+               <td width="65" align="center" width="50"
                        class="admin_title bottom2 right2"><strong>{--RALLYE_LEVEL--}:</strong>
-               </TD>
-               <TD width="185" align="center" width="200"
+               </td>
+               <td width="185" align="center" width="200"
                        class="admin_title bottom2 right2"><strong>{--RALLYE_PRICE_POINTS--}:</strong>
-               </TD>
-               <TD width="130" align="center" width="320" class="admin_title bottom2">
-               <strong>{--RALLYE_PRICE_INFO--}:</strong></TD>
-       </TR>
+               </td>
+               <td width="130" 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="{--CLEAR_FORM--}" />
                <INPUT type="submit" name="change" class="admin_submit"
-                       value="{--RALLYE_CHANGE_PRICES--}" /></TD>
-       </TR>
-</TABLE>
+                       value="{--RALLYE_CHANGE_PRICES--}" /></td>
+       </tr>
+</table>
 </form>
+</div>