Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_config_refid.tpl
index feaf2a73f564cb601185f13154e7a8be900f56b2..562c8abf25ec242136666d428bf67e2e414c1d0c 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=config_refid" method="post">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_refid" method="post">
 <table border="0" cellspacing="0" cellpadding="0" width="450" class="admin_table dashed">
        <tr>
                <td class="admin_title2 bottom2" colspan="2" align="center">
@@ -11,7 +11,7 @@
        <tr>
                <td align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_DEF_REFID--}:</td>
                <td align="center">
-                       {!__MEMBER_SELECTION!}
+                       $content[member_selection]
                </td>
        </tr>
 
@@ -21,8 +21,8 @@
                <td align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_REFID_TARGRT--}:</td>
                <td align="center">
                        <select name="refid_target" size="1" class="admin_select">
-                               <option value="register"{!__DEF_RT_REGISTER!}">{--ADMIN_REF_TARGET_REGISTER--}</option>
-                               <option value="index"{!__DEF_RT_INDEX!}">{--ADMIN_REF_TARGET_INDEX--}</option>
+                               <option value="register"$content[refid_target_register]">{--ADMIN_REF_TARGET_REGISTER--}</option>
+                               <option value="index"$content[refid_target_index]">{--ADMIN_REF_TARGET_INDEX--}</option>
                        </select>
                </td>
        </tr>
@@ -34,8 +34,8 @@
                <td align="right" width="200" style="padding-right:5px">{--ADMIN_RANDOM_ZERO_REFID--}:</td>
                <td align="center">
                        <select name="select_user_zero_refid" size="1" class="admin_select">
-                               <option value="Y"{!__RAND_REFID_Y!}">{--ADMIN_RAND_REFID_ENABLED--}</option>
-                               <option value="N"{!__RAND_REFID_N!}">{--ADMIN_RAND_REFID_DISABLED--}</option>
+                               <option value="Y"$content[select_user_zero_refid_y]">{--ADMIN_RAND_REFID_ENABLED--}</option>
+                               <option value="N"$content[select_user_zero_refid_n]">{--ADMIN_RAND_REFID_DISABLED--}</option>
                        </select>
                </td>
        </tr>
@@ -45,7 +45,7 @@
        <tr>
                <td align="right" width="200" style="padding-right:5px">{--ADMIN_RANDOM_MIN_CONFIRMED--}:</td>
                <td align="center">
-                       <input type="text" name="user_min_confirmed" class="admin_normal" size="3" maxlength="3" value="$content[user_min_confirmed]" />
+                       <input type="text" name="user_min_confirmed" class="admin_normal" size="3" maxlength="3" value="{?user_min_confirmed?}" />
                </td>
        </tr>