]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_country.tpl
Better text here
[mailer.git] / templates / de / html / admin / admin_add_country.tpl
index 11105040ee5b424f1ff77272a6d0ef1a5274e5b5..809e2879c3c590d2a9ae469c74921e47d7036827 100644 (file)
@@ -1,4 +1,4 @@
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_country%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_country%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="430">
        <tr>
                <td class="table_header bottom" colspan="2" align="center">
@@ -8,13 +8,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>