Naming convention on language strings applied, ACL handling fixed:
[mailer.git] / templates / de / html / admin / admin_config_beg.tpl
index 49e80b80658a7963b2a4b4c6a5f77d865951f009..9f3fb008a5f1301f7295835396d580417f9e39c7 100644 (file)
@@ -3,12 +3,12 @@
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_EDIT_BEG_SETTINGS--}</strong>
+                       <strong>{--ADMIN_CONFIG_BEG_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td align="right" width="200" height="20">
-                       {--ADMIN_BEG_POINTS--}:
+                       {--ADMIN_CONFIG_BEG_POINTS--}:
                </td>
                <td width="295" align="center">
                        <input type="text" class="form_field" name="beg_points" size="7" maxlength="10" value="{%config,translateComma=beg_points%}" />
@@ -16,7 +16,7 @@
        </tr>
        <tr>
                <td align="right" width="300" height="20">
-                       {--ADMIN_BEG_POINTS_MAX--}:
+                       {--ADMIN_CONFIG_BEG_POINTS_MAX--}:
                </td>
                <td width="195" align="center">
                        <input type="text" class="form_field" name="beg_points_max" size="7" maxlength="10" value="{%config,translateComma=beg_points_max%}" />
@@ -47,7 +47,7 @@
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right" height="20">{--ADMIN_BEG_USERID--}:</td>
+               <td class="bottom" align="right" height="20">{--ADMIN_CONFIG_BEG_USERID--}:</td>
                <td class="bottom" align="center">
                        $content[beg_userid]
                </td>
        </tr>
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_EDIT_BEG_RALLYE_SETTINGS--}</strong>
+                       <strong>{--ADMIN_CONFIG_BEG_RALLYE_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td align="right" height="20">
-                       {--ADMIN_BEG_RALLYE_ACTIVE--}
+                       {--ADMIN_CONFIG_BEG_RALLYE_ACTIVE--}
                </td>
                <td align="center">
                        <input type="radio" class="form_field" name="beg_rallye" value="Y"$content[rallye_y] /> {--YES--}<br />
@@ -83,7 +83,7 @@
        </tr>
        <tr>
                <td align="right" height="20">
-                       {--ADMIN_BEG_INCLUDE_OWN--}
+                       {--ADMIN_CONFIG_BEG_INCLUDE_OWN--}
                </td>
                <td align="center">
                        <input type="radio" class="form_field" name="beg_include_own" value="Y"$content[include_own_y] /> {--YES--}<br />
@@ -92,7 +92,7 @@
        </tr>
        <tr>
                <td align="right" height="20">
-                       {--ADMIN_BEG_RANKS--}
+                       {--ADMIN_CONFIG_BEG_RANKS--}
                </td>
                <td align="center">
                        <input type="text" class="form_field" name="beg_ranks" size="3" maxlength="7" value="{?beg_ranks?}" />
        </tr>
        <tr>
                <td align="right" height="20">
-                       {--ADMIN_BEG_RALLYE_ONLY_ACTIVE--}
+                       {--ADMIN_CONFIG_BEG_RALLYE_ONLY_ACTIVE--}
                </td>
                <td align="center">
                        <input type="radio" class="form_field" name="beg_active" value="Y"$content[active_y] /> {--YES--}<br />
        </tr>
        <tr>
                <td class="bottom" align="right" height="20">
-                       {--ADMIN_BEG_PAY_MODE--}
+                       {--ADMIN_CONFIG_BEG_PAY_MODE--}
                </td>
                <td class="bottom" align="center">
                        <select class="form_select" name="beg_pay_mode" size="1">
-                               <option value="IMG"$content[pay_mode_img]>{--ADMIN_BEG_PAY_MODE_IMG--}</option>
-                               <option value="JS"$content[pay_mode_js]>{--ADMIN_BEG_PAY_MODE_JS--}</option>
-                               <option value="BOTH"$content[pay_mode_both]>{--ADMIN_BEG_PAY_MODE_BOTH--}</option>
-                               <option value="NONE"$content[pay_mode_none]>{--ADMIN_BEG_PAY_MODE_NONE--}</option>
+                               <option value="IMG"$content[pay_mode_img]>{--ADMIN_CONFIG_BEG_PAY_MODE_IMG--}</option>
+                               <option value="JS"$content[pay_mode_js]>{--ADMIN_CONFIG_BEG_PAY_MODE_JS--}</option>
+                               <option value="BOTH"$content[pay_mode_both]>{--ADMIN_CONFIG_BEG_PAY_MODE_BOTH--}</option>
+                               <option value="NONE"$content[pay_mode_none]>{--ADMIN_CONFIG_BEG_PAY_MODE_NONE--}</option>
                        </select>
                </td>
        </tr>
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_EDIT_BEG_RALLYE_NOTIFICATIONS--}</strong>
+                       <strong>{--ADMIN_CONFIG_BEG_RALLYE_NOTIFICATIONS_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td align="right" height="20">
-                       {--ADMIN_BEG_RALLYE_ENABLE_NOTIFY--}
+                       {--ADMIN_CONFIG_BEG_RALLYE_ENABLE_NOTIFY--}
                </td>
                <td align="center">
                        <input type="radio" class="form_field" name="beg_rallye_enable_notify" value="Y"$content[rallye_enable_notify_y] /> {--YES--}<br />
        </tr>
        <tr>
                <td align="right" height="20">
-                       {--ADMIN_BEG_RALLYE_DISABLE_NOTIFY--}
+                       {--ADMIN_CONFIG_BEG_RALLYE_DISABLE_NOTIFY--}
                </td>
                <td align="center">
                        <input type="radio" class="form_field" name="beg_rallye_disable_notify" value="Y"$content[rallye_disable_notify_y] /> {--YES--}<br />
        </tr>
        <tr>
                <td align="right" height="20">
-                       {--ADMIN_BEG_NEW_MEMBER_NOTIFY--}
+                       {--ADMIN_CONFIG_BEG_NEW_MEMBER_NOTIFY--}
                </td>
                <td align="center">
                        <input type="radio" class="form_field" name="beg_new_member_notify" value="Y"$content[new_member_notify_y] /> {--YES--}<br />
        </tr>
        <tr>
                <td align="right" height="20">
-                       {--ADMIN_BEG_NOTIFY_BONUS--}
+                       {--ADMIN_CONFIG_BEG_NOTIFY_BONUS--}
                </td>
                <td align="center">
                        <input type="text" class="form_field" name="beg_notify_bonus" size="3" maxlength="7" value="{%config,translateComma=beg_notify_bonus%}" />
        </tr>
        <tr>
                <td class="bottom" align="right" height="20">
-                       {--ADMIN_BEG_NOTIFY_WAIT--}
+                       {--ADMIN_CONFIG_BEG_NOTIFY_WAIT--}
                </td>
                <td class="bottom" align="center">
                        $content[wait_selection]