Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / templates / de / html / admin / admin_add_rallye_prices.tpl
index ea87defd7902d124674caf6ad776072821f9e1e3..73a5302ee68265614a696c9c494ed2df54b0c2f5 100644 (file)
@@ -1,51 +1,51 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye=$content"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
+<div align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye=$content" method="post" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" width="480"
        class="admin_table dashed">
-       <TR>
-               <TD colspan="3" align="center" height="30" class="admin_title bottom2">
-               <STRONG>{--RALLYE_CONFIG_PRICES_1--}$content{--RALLYE_CONFIG_PRICES_2--}:</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="3" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="340" align="right">{--RALLYE_PRICE_LEVEL--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD width="130"><INPUT type="text" name="level"
-                       class="admin_normal" size="5" maxlength="20"></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="3" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="3" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--RALLYE_PRICE_POINTS--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="points" class="admin_normal"
-                       size="8" maxlength="20"></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="3" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right">{--RALLYE_PRICE_INFOS--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD><INPUT type="text" name="info" class="admin_normal" size="15"
-                       maxlength="255"></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" height="3" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="admin_footer"><INPUT
+       <tr>
+               <td colspan="3" align="center" height="30" class="admin_title bottom2">
+                       <strong>{--RALLYE_CONFIG_PRICES_1--}$content{--RALLYE_CONFIG_PRICES_2--}:</strong>
+               </td>
+       </tr>
+       <tr>
+               <td colspan="3" height="3" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td width="340" align="right">{--RALLYE_PRICE_LEVEL--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td width="130"><input type="text" name="level"
+                       class="admin_normal" size="5" maxlength="20"></td>
+       </tr>
+       <tr>
+               <td colspan="3" height="3" class="seperator bottom2">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="3" height="3" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="right">{--RALLYE_PRICE_POINTS--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td><input type="text" name="points" class="admin_normal"
+                       size="8" maxlength="20"></td>
+       </tr>
+       <tr>
+               <td colspan="3" height="3" class="seperator">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="right">{--RALLYE_PRICE_INFOS--}:</td>
+               <td width="10" class="seperator">&nbsp;</td>
+               <td><input type="text" name="info" class="admin_normal" size="15"
+                       maxlength="255"></td>
+       </tr>
+       <tr>
+               <td colspan="3" height="3" class="seperator bottom2">&nbsp;</td>
+       </tr>
+       <tr>
+               <td colspan="3" class="admin_footer"><input
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="add" class="admin_submit"
-                       value="{--ADD_RALLYE_PRICE--}" /></TD>
-       </TR>
-</TABLE>
-</FORM>
+               <input type="submit" name="add" class="admin_submit"
+                       value="{--ADD_RALLYE_PRICE--}" /></td>
+       </tr>
+</table>
+</form>
+</div>