Always change column name
[mailer.git] / templates / de / html / admin / admin_config_beg.tpl
index 9d33941cd8a0368566e05408cfc4d5f1179f00ba..d7957cad00cf5faf0612553dc5b4325e620c4fbc 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_beg%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_beg%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
@@ -11,7 +11,7 @@
                        {--ADMIN_BEG_POINTS--}:
                </td>
                <td width="295" align="center">
-                       <input type="text" name="beg_points" class="form_field" size="7" maxlength="10" value="$content[points]" />
+                       <input type="text" class="form_field" name="beg_points" size="7" maxlength="10" value="{?beg_points?}" />
                </td>
        </tr>
        <tr>
@@ -19,7 +19,7 @@
                        {--ADMIN_BEG_POINTS_MAX--}:
                </td>
                <td width="195" align="center">
-                       <input type="text" name="beg_points_max" class="form_field" size="7" maxlength="10" value="$content[points_max]" />
+                       <input type="text" class="form_field" name="beg_points_max" size="7" maxlength="10" value="{?beg_points_max?}" />
                </td>
        </tr>
        <tr>
        </tr>
        <tr>
                <td class="bottom" align="right" height="20">
-                       <input type="radio" name="beg_mode" class="form_field" value="DIRECT"$content[beg_mode_direct] /> {--BEG_MODE_DIRECT--}
+                       <input type="radio" class="form_field" name="beg_mode" value="DIRECT"$content[beg_mode_direct] /> {--BEG_MODE_DIRECT--}
                </td>
                <td class="bottom" align="center">
-                       <input type="radio" name="beg_mode" class="form_field" value="REF"$content[beg_mode_ref] /> {--BEG_MODE_REF--}
+                       <input type="radio" class="form_field" name="beg_mode" value="REF"$content[beg_mode_ref] /> {--BEG_MODE_REF--}
                </td>
        </tr>
        <tr>
@@ -75,8 +75,8 @@
                        {--ADMIN_BEG_RALLYE_ACTIVE--}
                </td>
                <td align="center">
-                       <input type="radio" name="beg_rallye" class="form_field" value="Y"$content[rallye_y] /> {--YES--}<br />
-                       <input type="radio" name="beg_rallye" class="form_field" value="N"$content[rallye_n] /> {--NO--}
+                       <input type="radio" class="form_field" name="beg_rallye" value="Y"$content[rallye_y] /> {--YES--}<br />
+                       <input type="radio" class="form_field" name="beg_rallye" value="N"$content[rallye_n] /> {--NO--}
                </td>
        </tr>
        <tr>
@@ -84,8 +84,8 @@
                        {--ADMIN_BEG_INCLUDE_OWN--}
                </td>
                <td align="center">
-                       <input type="radio" name="beg_include_own" class="form_field" value="Y"$content[include_own_y] /> {--YES--}<br />
-                       <input type="radio" name="beg_include_own" class="form_field" value="N"$content[include_own_n] /> {--NO--}
+                       <input type="radio" class="form_field" name="beg_include_own" value="Y"$content[include_own_y] /> {--YES--}<br />
+                       <input type="radio" class="form_field" name="beg_include_own" value="N"$content[include_own_n] /> {--NO--}
                </td>
        </tr>
        <tr>
@@ -93,7 +93,7 @@
                        {--ADMIN_BEG_RANKS--}
                </td>
                <td align="center">
-                       <input type="text" name="beg_ranks" class="form_field" size="3" maxlength="7" value="{?beg_ranks?}" />
+                       <input type="text" class="form_field" name="beg_ranks" size="3" maxlength="7" value="{?beg_ranks?}" />
                </td>
        </tr>
        <tr>
                        {--ADMIN_BEG_RALLYE_ONLY_ACTIVE--}
                </td>
                <td align="center">
-                       <input type="radio" name="beg_active" class="form_field" value="Y"$content[active_y] /> {--YES--}<br />
-                       <input type="radio" name="beg_active" class="form_field" value="N"$content[active_n] /> {--NO--}
+                       <input type="radio" class="form_field" name="beg_active" value="Y"$content[active_y] /> {--YES--}<br />
+                       <input type="radio" class="form_field" name="beg_active" value="N"$content[active_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_BEG_RALLYE_ENABLE_NOTIFY--}
                </td>
                <td align="center">
-                       <input type="radio" name="beg_rallye_enable_notify" class="form_field" value="Y"$content[rallye_enable_notify_y] /> {--YES--}<br />
-                       <input type="radio" name="beg_rallye_enable_notify" class="form_field" value="N"$content[rallye_enable_notify_n] /> {--NO--}
+                       <input type="radio" class="form_field" name="beg_rallye_enable_notify" value="Y"$content[rallye_enable_notify_y] /> {--YES--}<br />
+                       <input type="radio" class="form_field" name="beg_rallye_enable_notify" value="N"$content[rallye_enable_notify_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_BEG_RALLYE_DISABLE_NOTIFY--}
                </td>
                <td align="center">
-                       <input type="radio" name="beg_rallye_disable_notify" class="form_field" value="Y"$content[rallye_disable_notify_y] /> {--YES--}<br />
-                       <input type="radio" name="beg_rallye_disable_notify" class="form_field" value="N"$content[rallye_disable_notify_n] /> {--NO--}
+                       <input type="radio" class="form_field" name="beg_rallye_disable_notify" value="Y"$content[rallye_disable_notify_y] /> {--YES--}<br />
+                       <input type="radio" class="form_field" name="beg_rallye_disable_notify" value="N"$content[rallye_disable_notify_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_BEG_NEW_MEMBER_NOTIFY--}
                </td>
                <td align="center">
-                       <input type="radio" name="beg_new_member_notify" class="form_field" value="Y"$content[new_member_notify_y] /> {--YES--}<br />
-                       <input type="radio" name="beg_new_member_notify" class="form_field" value="N"$content[new_member_notify_n] /> {--NO--}
+                       <input type="radio" class="form_field" name="beg_new_member_notify" value="Y"$content[new_member_notify_y] /> {--YES--}<br />
+                       <input type="radio" class="form_field" name="beg_new_member_notify" value="N"$content[new_member_notify_n] /> {--NO--}
                </td>
        </tr>
        <tr>
                        {--ADMIN_BEG_NOTIFY_BONUS--}
                </td>
                <td align="center">
-                       <input type="text" name="beg_notify_bonus" class="form_field" size="3" maxlength="7" value="$content[notify_bonus]" />
+                       <input type="text" class="form_field" name="beg_notify_bonus" size="3" maxlength="7" value="{?beg_notify_bonus?}" />
                </td>
        </tr>
        <tr>
        <tr>
                <td colspan="2" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>