]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_refid.tpl
Next batch of fixed language ids (renamed, see ticket #219)
[mailer.git] / templates / de / html / admin / admin_config_refid.tpl
index ba953773565becee106ded8a5592a06fb959850d..04d97cd78a48042f2487c32833e479341cc337b8 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" 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" class="table dashed">
        <tr>
                <td class="table_header bottom" colspan="2" align="center">
@@ -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>
@@ -56,3 +56,7 @@
 </table>
 </form>
 </div>
+
+<div class="notice">
+       {--ADMIN_CONFIG_REFID_NOTICE--}
+</div>