]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_transfer_new.tpl
Lock reason now saved in DB, deleted accounts shall be locked for re-registering...
[mailer.git] / templates / de / html / member / member_transfer_new.tpl
index 644df997debc5f5e9a91f2fcc0cf0847dbe2549b..7d09bfd320a5e43f578a78d2441508bd75424aba 100644 (file)
@@ -1,22 +1,19 @@
-<FORM
-       action="{!URL!}/modules.php?module=login&amp;what=transfer&amp;mode=new"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
-       class="guest_table dashed">
+<FORM action="{!URL!}/modules.php?module=login&amp;what=transfer&amp;mode=new" method="POST" style="margin-bottom: 0px">
+<TABLE border="0" cellspacing="0" cellpadding="0" width="520" class="guest_table dashed">
        <TR>
                <TD align="right" width="220" class="bottom2" height="40"><STRONG>{--TRANSFER_SELECT_TARGET_UID--}:</STRONG>
                </TD>
                <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
                <TD width="10" class="bottom2 seperator">&nbsp;</TD>
                <TD align="center" width="280" class="bottom2">
-               {--__TRANSFER_USERID_SELECTION--}</TD>
+               {!__TRANSFER_USERID_SELECTION!}</TD>
        </TR>
        <TR>
                <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_POINTS_MAXIMUM--}:</STRONG>
                </TD>
                <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
                <TD width="10" class="bottom2 seperator">&nbsp;</TD>
-               <TD class="bottom2">{--__TRANSFER_MAX_VALUE!} {!POINTS!}</TD>
+               <TD class="bottom2">{!__TRANSFER_MAX_VALUE!} {!POINTS!}</TD>
        </TR>
        <TR>
                <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_POINTS_AMOUNT--}:</STRONG>
@@ -25,7 +22,7 @@
                <TD width="10" class="bottom2 seperator">&nbsp;</TD>
                <TD class="bottom2"><INPUT type="text" name="points"
                        class="member_normal" size="5" maxlength="10"
-                       value="{--__TRANSFER_POINTS_VALUE!}"{--__TRANSFER_TO_DISABLED--}>
+                       value="{!__TRANSFER_POINTS_VALUE!}"{!__TRANSFER_TO_DISABLED!}>
                {!POINTS!}</TD>
        </TR>
        <TR>
@@ -35,7 +32,7 @@
                <TD width="10" class="bottom2 seperator">&nbsp;</TD>
                <TD class="bottom2"><INPUT type="text" name="reason"
                        class="member_normal" size="30" maxlength="255"
-                       value="{--__TRANSFER_REASON_VALUE!}"{--__TRANSFER_TO_DISABLED--}>
+                       value="{!__TRANSFER_REASON_VALUE!}"{!__TRANSFER_TO_DISABLED!}>
                </TD>
        </TR>
        <TR>
@@ -43,7 +40,7 @@
                </TD>
                <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
                <TD width="10" class="bottom2 seperator">&nbsp;</TD>
-               <TD class="bottom2">{--__TRANSFER_IMAGE_INPUT--}</TD>
+               <TD class="bottom2">{!__TRANSFER_IMAGE_INPUT!}</TD>
        </TR>
        <TR>
                <TD align="right" class="bottom2" height="40"><STRONG>{--TRANSFER_ENTER_PASSWORD--}:</STRONG>
                <TD width="10" class="bottom2 right2 seperator">&nbsp;</TD>
                <TD width="10" class="bottom2 seperator">&nbsp;</TD>
                <TD class="bottom2"><INPUT type="password" name="password"
-                       class="member_normal" size="10" maxlength="255"{--__TRANSFER_TO_DISABLED--}>
+                       class="member_normal" size="10" maxlength="255"{!__TRANSFER_TO_DISABLED!}>
                </TD>
        </TR>
        <TR>
                <TD colspan="4" align="center" class="member_footer"><INPUT
-                       type="reset" class="member_reset" value="{--CLEAR_FORM--}"{--__TRANSFER_TO_DISABLED--}>&nbsp;*
+                       type="reset" class="member_reset" value="{--CLEAR_FORM--}"{!__TRANSFER_TO_DISABLED!}>
                <INPUT type="submit" name="ok" class="member_submit"
-                       value="{--TRANSFER_ADD_NEW--}"{--__TRANSFER_TO_DISABLED--}></TD>
+                       value="{--TRANSFER_ADD_NEW--}"{!__TRANSFER_TO_DISABLED!}></TD>
        </TR>
 </TABLE>
 </FORM>