Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_add_member_menu.tpl
index ba7bc2186873dda26a3d6a78eda5439818da6137..34328fb4f5e018334f8ff6b135b03358619bffd6 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=mem_add%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=mem_add%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td align="right" width="245">{--ADMIN_ENTER_TITLE--}:</td>
@@ -50,5 +50,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>