]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_refid.tpl
Large code cleanups:
[mailer.git] / templates / de / html / admin / admin_config_refid.tpl
index d9e0d7f8f99d644d7ce5224342dfb141a5e15670..04d97cd78a48042f2487c32833e479341cc337b8 100644 (file)
@@ -8,40 +8,40 @@
        </tr>
 
        <tr>
-               <td align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_DEF_REFID--}:</td>
+               <td align="right" width="200" style="padding-right:5px">{--ADMIN_CONFIG_SELECT_DEFAULT_REFID--}:</td>
                <td align="center">
-                       $content[form_selection]
+                       $content[def_refid]
                </td>
        </tr>
 
        <tr>
-               <td align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_REFID_TARGRT--}:</td>
-               <td align="center">
+               <td class="bottom" align="right" width="200" style="padding-right:5px">{--ADMIN_CONFIG_SELECT_REFID_TARGRT--}:</td>
+               <td class="bottom" align="center">
                        <select name="refid_target" size="1" class="form_select">
-                               <option value="register"$content[refid_target_register]>{--ADMIN_REFERAL_TARGET_REGISTER--}</option>
-                               <option value="index"$content[refid_target_index]>{--ADMIN_REFERAL_TARGET_INDEX--}</option>
+                               <option value="register"$content[refid_target_register]>{--ADMIN_CONFIG_REFERRAL_TARGET_REGISTER--}</option>
+                               <option value="index"$content[refid_target_index]>{--ADMIN_CONFIG_REFERRAL_TARGET_INDEX--}</option>
                        </select>
                </td>
        </tr>
 
        <tr>
-               <td class="bottom" align="right" width="200" style="padding-right:5px">{--ADMIN_RANDOM_ZERO_REFID--}</td>
-               <td class="bottom" align="center">
-                       <select name="select_user_zero_refid" size="1" class="form_select">
-                               <option value="Y"$content[select_user_zero_refid_y]>{--ADMIN_RANDOM_REFID_ENABLED--}</option>
-                               <option value="N"$content[select_user_zero_refid_n]>{--ADMIN_RANDOM_REFID_DISABLED--}</option>
-                       </select>
+               <td class="table_header bottom" colspan="2" align="center">
+                       <strong>{--ADMIN_CONFIG_RANDOM_REFID_TITLE--}</strong>
                </td>
        </tr>
 
        <tr>
-               <td class="table_header bottom" colspan="2" align="center">
-                       <strong>{--ADMIN_CONFIG_RANDOM_REFID_TITLE--}</strong>
+               <td align="right" width="200" style="padding-right:5px">{--ADMIN_CONFIG_RANDOM_ZERO_REFID--}</td>
+               <td align="center">
+                       <select name="select_user_zero_refid" size="1" class="form_select">
+                               <option value="Y"$content[select_user_zero_refid_y]>{--ADMIN_CONFIG_RANDOM_REFID_ENABLED--}</option>
+                               <option value="N"$content[select_user_zero_refid_n]>{--ADMIN_CONFIG_RANDOM_REFID_DISABLED--}</option>
+                       </select>
                </td>
        </tr>
 
        <tr>
-               <td class="bottom" align="right" width="200" style="padding-right:5px">{--ADMIN_RANDOM_MIN_CONFIRMED--}</td>
+               <td class="bottom" align="right" width="200" style="padding-right:5px">{--ADMIN_CONFIG_RANDOM_MIN_CONFIRMED--}</td>
                <td class="bottom" align="center">
                        <input type="text" class="form_field" name="user_min_confirmed" size="3" maxlength="3" value="{?user_min_confirmed?}" />
                </td>