]> 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 f79ec6a991e4fccbbaf4f1edb7b3da849b8a7ceb..25f383b170f78bb201c834ef4f8f804f02260fcd 100644 (file)
@@ -1,49 +1,61 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_refid"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed">
-       <TR>
-               <TD class="admin_title bottom2 seperator" height="30" width="10">&nbsp;</TD>
-               <TD class="admin_title bottom2" colspan="4" align="center"><STRONG>{--EDIT_REGFORM_SETTINGS--}</STRONG>
-               </TD>
-               <TD class="admin_title bottom2 seperator" width="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="6" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right" width="200">{--ADMIN_SELECT_DEF_REFID--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD colspan="2">
-                       {!__MEMBER_SELECTION!}
-               </TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="6" height="7" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="right" width="200">{--ADMIN_SELECT_REFID_TARGRT--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD colspan="2"><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>
-               </SELECT></TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="6" height="7" class="seperator bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="admin_footer seperator">&nbsp;</TD>
-               <TD class="admin_footer" colspan="4" align="center"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
-               <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}"></TD>
-               <TD width="10" class="admin_footer seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+<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_title bottom" colspan="2" align="center">
+                       <strong>{--ADMIN_CONFIG_REFID_TITLE--}</strong>
+               </td>
+       </tr>
+
+       <tr><td colspan="2" height="4" class="seperator">&nbsp;</td></tr>
+
+       <tr>
+               <td align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_DEF_REFID--}:</td>
+               <td align="center">
+                       $content[member_selection]
+               </td>
+       </tr>
+
+       <tr><td colspan="2" height="4" class="seperator">&nbsp;</td></tr>
+
+       <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"$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 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"$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 colspan="2" height="4" class="seperator">&nbsp;</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="{?user_min_confirmed?}" />
+               </td>
+       </tr>
+
+       <tr><td colspan="2" height="4" class="seperator bottom">&nbsp;</td></tr>
+
+       <tr>
+               <td class="admin_footer" colspan="2" align="center">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               </td>
+       </tr>
+</table>
+</form>