mailer project continued:
[mailer.git] / templates / de / html / admin / admin_add_rallye_prices.tpl
index 64abd933dcfe830ff2afa49394b7973e2f2f51c8..79b60b25d6140b3335198c79f0e979497eb22531 100644 (file)
@@ -1,33 +1,33 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye=$content%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_rallye_prices&amp;rallye_id=$content%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
-                       <strong>{%message,RALLYE_CONFIG_PRICES,$content%}:</strong>
+               <td colspan="2" align="center" class="table_header bottom">
+                       <strong>{%message,ADMIN_LIST_RALLYE_PRICES_TITLE,$content%}:</strong>
                </td>
        </tr>
        <tr>
-               <td align="right">{--RALLYE_PRICE_LEVEL--}:</td>
+               <td align="right">{--ADMIN_ENTER_RALLYE_PRICE_LEVEL--}:</td>
                <td>
-                       <input type="text" name="level" class="admin_normal" size="5" maxlength="20" />
+                       <input type="text" class="form_field" name="level" size="5" maxlength="20" />
                </td>
        </tr>
        <tr>
-               <td align="right">{--RALLYE_PRICE_POINTS--}:</td>
+               <td align="right">{--ADMIN_RALLYE_PRICE_POINTS--}:</td>
                <td>
-                       <input type="text" name="points" class="admin_normal" size="8" maxlength="20" />
+                       <input type="text" class="form_field" name="points" size="8" maxlength="20" />
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--RALLYE_PRICE_INFOS--}:</td>
+               <td class="bottom" align="right">{--ADMIN_RALLYE_PRICE_INFOS--}:</td>
                <td class="bottom">
-                       <input type="text" name="info" class="admin_normal" size="15" maxlength="255" />
+                       <input type="text" class="form_field" name="info" size="15" maxlength="255" />
                </td>
        </tr>
        <tr>
-               <td colspan="2" 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 colspan="2" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="add" class="form_submit" value="{--ADMIN_ADD_RALLYE_PRICE_SUBMIT--}" />
                </td>
        </tr>
 </table>