]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_member_menu.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_add_member_menu.tpl
index 337bf92ecd1cbc10eeff7d3d549bfc53527e9beb..34328fb4f5e018334f8ff6b135b03358619bffd6 100644 (file)
@@ -1,10 +1,10 @@
 <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>
                <td align="center" width="245">
-                       <input type="text" name="title" class="form_field" size="30" maxlength="50" />
+                       <input type="text" class="form_field" name="title" size="30" maxlength="50" />
                </td>
        </tr>
        <tr>
@@ -50,5 +50,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>