]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_transfer_new.tpl
mailer project continued:
[mailer.git] / templates / de / html / member / member_transfer_new.tpl
index 11372a4bbe44188c8c3217a4606be7a62fa806d2..62abcc96a9efc37ec379ca9dc3bb5b7c1eacb03e 100644 (file)
@@ -1,9 +1,9 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=transfer&amp;mode=new%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=transfer&amp;do=new%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td align="right" class="bottom" height="40"><strong>
-                       {--TRANSFER_SELECT_TARGET_UID--}:</strong>
+                       {--MEMBER_SELECT_TRANSFER_TARGET_USERID--}:</strong>
                </td>
                <td align="center" class="bottom">
                        $content[userid_selection]
@@ -11,7 +11,7 @@
        </tr>
        <tr>
                <td align="right" class="bottom" height="40">
-                       <strong>{--TRANSFER_POINTS_MAXIMUM--}:</strong>
+                       <strong>{--MEMBER_TRANSFER_POINTS_MAXIMUM--}:</strong>
                </td>
                <td class="bottom">
                        {%pipe,translateComma=$content[max_transferable]%} {?POINTS?}
@@ -19,7 +19,7 @@
        </tr>
        <tr>
                <td align="right" class="bottom" height="40">
-                       <strong>{--TRANSFER_POINTS_AMOUNT--}:</strong>
+                       <strong>{--MEMBER_TRANSFER_POINTS_AMOUNT--}:</strong>
                </td>
                <td class="bottom">
                        <input type="text" class="form_field" name="points" size="5" maxlength="10" value="{%pipe,bigintval=$content[points]%}"$content[to_disabled] /> {?POINTS?}
@@ -27,7 +27,7 @@
        </tr>
        <tr>
                <td align="right" class="bottom" height="40">
-                       <strong>{--TRANSFER_POINTS_REASON--}:</strong>
+                       <strong>{--MEMBER_ENTER_TRANSFER_POINTS_REASON--}:</strong>
                </td>
                <td class="bottom">
                        <input type="text" class="form_field" name="reason" size="30" maxlength="255" value="{%pipe,secureString=$content[reason]%}"$content[to_disabled] />
@@ -35,7 +35,7 @@
        </tr>
        <tr>
                <td align="right" class="bottom" height="40">
-                       <strong>{--TRANSFER_POINTS_SECURITY_CODE--}:</strong>
+                       <strong>{--MEMBER_TRANSFER_POINTS_SECURITY_CODE--}:</strong>
                </td>
                <td class="bottom">
                        $content[captcha_code]
@@ -43,7 +43,7 @@
        </tr>
        <tr>
                <td align="right" class="bottom" height="40">
-                       <strong>{--TRANSFER_ENTER_PASSWORD--}:</strong>
+                       <strong>{--MEMBER_ENTER_TRANSFER_PASSWORD--}:</strong>
                </td>
                <td class="bottom">
                        <input type="password" class="form_field" name="password" size="10" maxlength="255"$content[to_disabled] />
@@ -52,7 +52,7 @@
        <tr>
                <td colspan="2" align="center" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}"$content[to_disabled] />
-                       <input type="submit" class="form_submit" name="ok" value="{--TRANSFER_ADD_NEW--}"$content[to_disabled] />
+                       <input type="submit" class="form_submit" name="ok" value="{--MEMBER_TRANSFER_ADD_NEW_SUBMIT--}"$content[to_disabled] />
                </td>
        </tr>
 </table>