]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_country.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_add_country.tpl
index 809e2879c3c590d2a9ae469c74921e47d7036827..69f02c4699d37fca0324ee36c588ffe9981c0007 100644 (file)
@@ -1,4 +1,5 @@
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_country%}" method="post">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_country%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="430">
        <tr>
                <td class="table_header bottom" colspan="2" align="center">
@@ -30,8 +31,9 @@
        <tr>
                <td class="table_footer" colspan="2" align="center">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="add" class="form_submit" value="{--ADMIN_ADD_COUNTRY--}" />
+                       <input type="submit" class="form_submit" name="add" value="{--ADMIN_ADD_COUNTRY--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>