]> 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 11105040ee5b424f1ff77272a6d0ef1a5274e5b5..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">
@@ -8,13 +9,13 @@
        <tr>
                <td align="right" width="300">{--ADMIN_ENTER_COUNTRY_CODE--}:</td>
                <td width="100">
-                       <input type="text" name="code" class="form_field" size="2" maxlength="2" />
+                       <input type="text" class="form_field" name="code" size="2" maxlength="2" />
                </td>
        </tr>
        <tr>
                <td align="right" width="200">{--ADMIN_ENTER_COUNTRY_NAME--}:</td>
                <td>
-                       <input type="text" name="descr" class="form_field" size="10" maxlength="255" />
+                       <input type="text" class="form_field" name="descr" size="10" maxlength="255" />
                </td>
        </tr>
        <tr>
@@ -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>