]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_payout_form_banner.tpl
Renamed function, used more "pool functions":
[mailer.git] / templates / de / html / member / member_payout_form_banner.tpl
index 7046e35b77b265309b207979b97c25c3765ad164..b7315f75fda60bca71f79bd8cd589a242b2d6bec 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=payout&amp;payout=$content[payout]%}" method="post">
+{%form,formMethodPost=modules.php?module=login&amp;what=payout&amp;payout=$content[payout]%}
 <table border="0" cellspacing="0" cellpadding="0" width="440" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
        <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>
+{%form_close%}
 
-<!-- Hinweise zur "Auszahlung" in Bannerviews, Textlinkklicks, etc. //-->
-<div class="notice">(*):&nbsp;{--PAYOUT_BANNER_NOTE--}</div>
-<!-- Hinweise zur "Auszahlung" in Bannerviews, Textlinkklicks, etc. //-->
+<div class="notice">
+       (*):&nbsp;{--PAYOUT_BANNER_NOTICE--}
+</div>
 </div>