]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_refid.tpl
Rewrite of language strings
[mailer.git] / templates / de / html / admin / admin_config_refid.tpl
index ff3e935821bcf851e749cb17adc57b5eade3169a..25f383b170f78bb201c834ef4f8f804f02260fcd 100644 (file)
@@ -1,7 +1,7 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_refid" method="POST">
-<table border="0" cellspacing="0" cellpadding="0" align="center" width="450" class="admin_table dashed">
+<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="admin_table dashed">
        <tr>
-               <td class="admin_title2 bottom2" colspan="2" align="center">
+               <td class="admin_title bottom" colspan="2" align="center">
                        <strong>{--ADMIN_CONFIG_REFID_TITLE--}</strong>
                </td>
        </tr>
@@ -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>
 
                <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>
 
-       <tr><td colspan="2" height="4" class="seperator bottom2">&nbsp;</td></tr>
+       <tr><td colspan="2" height="4" class="seperator bottom">&nbsp;</td></tr>
        <tr><td colspan="2" height="4" class="seperator">&nbsp;</td></tr>
 
        <tr>
                <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>
        <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>
 
-       <tr><td colspan="2" height="4" class="seperator bottom2">&nbsp;</td></tr>
+       <tr><td colspan="2" height="4" class="seperator bottom">&nbsp;</td></tr>
 
        <tr>
                <td class="admin_footer" colspan="2" align="center">