Huge rewrite of default parameters, ext-network continued:
[mailer.git] / templates / de / html / admin / admin_config_beg.tpl
index 2b340baaa7d6b1289496e23e292bb340bce80cd8..4d6024733025eed462411bdef3ec678849057634 100644 (file)
@@ -1,4 +1,4 @@
-<form 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="admin_table dashed" width="500">
        <tr>
                <td colspan="3" align="center" class="admin_title bottom2" height="30">
@@ -44,7 +44,7 @@
                <td align="right" height="20">
                {--ADMIN_CONFIG_BEG_UID_TIMEOUT--}:</td>
                <td class="seperator" width="5">&nbsp;</td>
-               <td align="center">$content[uid_timeout]</td>
+               <td align="center">$content[userid_timeout]</td>
        </tr>
        <tr>
                <td colspan="3" class="seperator" height="5">&nbsp;</td>
                <td align="right" height="20">{--ADMIN_BEG_RALLYE_ACTIVE--}</td>
                <td class="seperator" width="5">&nbsp;</td>
                <td align="center">
-                       <input type="radio" name="beg_rallye" class="admin_normal" value="Y"$content[rallye_yes] />&nbsp;{--YES--}<br />
-                       <input type="radio" name="beg_rallye" class="admin_normal" value="N"$content[rallye_no] />&nbsp;{--NO--}
+                       <input type="radio" name="beg_rallye" class="admin_normal" value="Y"$content[rallye_y] />&nbsp;{--YES--}<br />
+                       <input type="radio" name="beg_rallye" class="admin_normal" value="N"$content[rallye_n] />&nbsp;{--NO--}
                </td>
        </tr>
        <tr>
                <td align="right" height="20">{--ADMIN_BEG_INCLUDE_OWN--}</td>
                <td class="seperator" width="5">&nbsp;</td>
                <td align="center">
-                       <input type="radio" name="beg_include_own" class="admin_normal" value="Y"$content[include_own_yes] />&nbsp;{--YES--}<br />
-                       <input type="radio" name="beg_include_own" class="admin_normal" value="N"$content[include_own_no] />&nbsp;{--NO--}
+                       <input type="radio" name="beg_include_own" class="admin_normal" value="Y"$content[include_own_y] />&nbsp;{--YES--}<br />
+                       <input type="radio" name="beg_include_own" class="admin_normal" value="N"$content[include_own_n] />&nbsp;{--NO--}
                </td>
        </tr>
        <tr>
                <td align="right" height="20">{--ADMIN_BEG_RANKS--}</td>
                <td class="seperator" width="5">&nbsp;</td>
                <td align="center">
-                       <input type="text" name="beg_ranks" class="admin_normal" size="3" maxlength="7" value="$content[ranks]" />
+                       <input type="text" name="beg_ranks" class="admin_normal" size="3" maxlength="7" value="{?beg_ranks?}" />
                </td>
        </tr>
        <tr>
                </td>
                <td class="seperator" width="5">&nbsp;</td>
                <td align="center">
-                       <input type="radio" name="beg_active" class="admin_normal" value="Y"$content[active_yes] />&nbsp;{--YES--}<br />
-                       <input type="radio" name="beg_active" class="admin_normal" value="N"$content[active_no] />&nbsp;{--NO--}
+                       <input type="radio" name="beg_active" class="admin_normal" value="Y"$content[active_y] />&nbsp;{--YES--}<br />
+                       <input type="radio" name="beg_active" class="admin_normal" value="N"$content[active_n] />&nbsp;{--NO--}
                </td>
        </tr>
        <tr>
                </td>
                <td class="seperator" width="5">&nbsp;</td>
                <td align="center">
-                       <select name="beg_pay_mode" size="1">
+                       <select class="admin_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>
                <td align="right" height="20">{--ADMIN_BEG_RAL_EN_NOTIFY--}</td>
                <td class="seperator" width="5">&nbsp;</td>
                <td align="center">
-                       <input type="radio" name="beg_ral_en_notify" class="admin_normal" value="Y"$content[ral_enable_notify_yes] />&nbsp;{--YES--}<br />
-                       <input type="radio" name="beg_ral_en_notify" class="admin_normal" value="N"$content[ral_enable_notify_no] />&nbsp;{--NO--}
+                       <input type="radio" name="beg_ral_en_notify" class="admin_normal" value="Y"$content[ral_enable_notify_y] />&nbsp;{--YES--}<br />
+                       <input type="radio" name="beg_ral_en_notify" class="admin_normal" value="N"$content[ral_enable_notify_n] />&nbsp;{--NO--}
                </td>
        </tr>
        <tr>
                <td align="right" height="20">{--ADMIN_BEG_RAL_DI_NOTIFY--}</td>
                <td class="seperator" width="5">&nbsp;</td>
                <td align="center">
-                       <input type="radio" name="beg_ral_di_notify" class="admin_normal" value="Y"$content[ral_disable_notify_yes] />&nbsp;{--YES--}<br />
-                       <input type="radio" name="beg_ral_di_notify" class="admin_normal" value="N"$content[ral_disable_notify_no] />&nbsp;{--NO--}
+                       <input type="radio" name="beg_ral_di_notify" class="admin_normal" value="Y"$content[ral_disable_notify_y] />&nbsp;{--YES--}<br />
+                       <input type="radio" name="beg_ral_di_notify" class="admin_normal" value="N"$content[ral_disable_notify_n] />&nbsp;{--NO--}
                </td>
        </tr>
        <tr>
                <td align="right" height="20">{--ADMIN_BEG_NEW_MEMBER_NOTIFY--}</td>
                <td class="seperator" width="5">&nbsp;</td>
                <td align="center">
-                       <input type="radio" name="beg_new_mem_notify" class="admin_normal" value="Y"$content[new_member_notify_yes] />&nbsp;{--YES--}<br />
-                       <input type="radio" name="beg_new_mem_notify" class="admin_normal" value="N"$content[new_member_notify_no] />&nbsp;{--NO--}
+                       <input type="radio" name="beg_new_mem_notify" class="admin_normal" value="Y"$content[new_member_notify_y] />&nbsp;{--YES--}<br />
+                       <input type="radio" name="beg_new_mem_notify" class="admin_normal" value="N"$content[new_member_notify_n] />&nbsp;{--NO--}
                </td>
        </tr>
        <tr>