Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / member / member_earning_popup_row.tpl
index 210b63377fdc9f6b91061857688cd1eeb1f5e268..c1368cec61d31f41fd200f5e696ee52f9bf69f40 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" id="earning_$content[earning_id]" action="{%url=modules.php?module=login&amp;what=earning%}" method="post">
+{form,formIdEarning_$content[earning_id],formMethodPost=modules.php?module=login&amp;what=earning%}
 <div class="table dashed">
 <div class="table_header bottom">
        <strong>{%message,MEMBER_EARNING_POPUP_FORM_TITLE=$content[earning_provider]%}</strong>
@@ -24,5 +24,5 @@
        <input type="submit" class="form_submit" name="ok" value="{--MEMBER_EARNING_CHANGE_SUBMIT--}" />
 </div>
 </div>
-</form>
+{%form_close%}
 </div>