Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / member / member_cash_coupon.tpl
index d41bbe7f9189c98be2009709b5e771c9c180b1ec..626ce38cd3849ca42cdca5acd30c2ad2f3fa832f 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" id="cash_coupon" action="{%url=modules.php?module=login&amp;what=cash_coupon%}" method="post">
+{%form,formIdCash_coupon,formMethodPost=modules.php?module=login&amp;what=cash_coupon%}
 <div class="table dashed">
        <div class="table_header bottom">
                <strong>{--MEMBER_CASH_COUPON_TITLE--}</strong>
@@ -16,9 +16,9 @@
                <input type="submit" class="form_submit" name="ok" value="{--MEMBER_CASH_COUPON--}" />
        </div>
 </div>
-</form>
+{%form_close%}
 
-<form accept-charset="UTF-8" id="change_coupon_status" action="{%url=modules.php?module=login&amp;what=cash_coupon%}" method="post">
+{%form,formIdChange_coupon_status,formMethodPost=modules.php?module=login&amp;what=cash_coupon%}
 <div class="table dashed">
        <div class="table_header bottom">
                <strong>{--MEMBER_COUPON_CHANGE_STATUS_TITLE--}</strong>
@@ -31,5 +31,5 @@
                <input type="submit" class="form_submit" name="change" value="{--MEMBER_CHANGE_COUPON_STATUS--}" />
        </div>
 </div>
-</form>
+{%form_close%}
 </div>