]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_payout_form.tpl
Extension ext-booking is basicly finished
[mailer.git] / templates / de / html / member / member_payout_form.tpl
index e59d4c1a50816601d3a8fb5bb4b707feba49704d..cbfdb38f9c293a97ffffb395bc376320f31837a1 100644 (file)
@@ -1,4 +1,5 @@
-<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=payout&amp;payout=$content[payout]%}" method="post">
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=payout&amp;payout=$content[payout]%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" width="440" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
        <tr>
                <td height="25" align="right">{--MEMBER_PAYOUT_TARGET_BANK--}:</td>
                <td>
-                       <input type="text" class="form_field" name="bank" class="form_field" ize="20" maxlength="255" />
+                       <input type="text" class="form_field" name="bank" ize="20" maxlength="255" />
                </td>
        </tr>
        <tr>
                <td height="25" align="right">{--MEMBER_PAYOUT_OPTIONAL_PASSWORD--}:</td>
                <td>
-                       <input type="password" class="form_field" name="password" class="form_field" ize="10" maxlength="255" />
+                       <input type="password" class="form_field" name="password" ize="10" maxlength="255" />
                </td>
        </tr>
        <tr>
                <td colspan="2" align="center" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="ok" value="{--MEMBER_PAYOUT_SEND_NOW--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--MEMBER_PAYOUT_SEND_SUBMIT--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>
 
 <div class="notice">
        <div class="para">
-               {--MEMBER_PAYOUT_MEMBER_NOTE--}
+               {--MEMBER_PAYOUT_MEMBER_NOTICE--}
        </div>
 
        <div class="para">
-               <a href="{%url=agb.php%}" target="_blank">{--MEMBER_PAYOUT_REMEMBER_TERMS--}</a>
+               <a href="{%template,GetTermsConditionsLink%}" target="_blank">{--MEMBER_PAYOUT_REMEMBER_TERMS--}</a>
        </div>
 </div>