]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_guest_menu.tpl
Introduced 'per-what-word-wrapping
[mailer.git] / templates / de / html / admin / admin_add_guest_menu.tpl
index 22fac0251630b4570589b055e818e49f7ce5ecb9..0c2424aca9e602891f50b3940c0e5809f0035c82 100644 (file)
@@ -1,10 +1,10 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=guest_add%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=guest_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>