Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_list_country.tpl
index 519f88b7c7a6da2b3d4e693ad331308160b97e7e..4960fa468cf4d63558e74aaee2a3c41f1e642fc0 100644 (file)
@@ -1,8 +1,9 @@
 <div align="center">
-<form 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="admin_table dashed" align="center">
        <tr>
-               <td colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_LIST_COUNTRIES--}:</strong>
+               <td colspan="4" align="center" class="admin_title" height="30">
+                       <strong>{--ADMIN_LIST_COUNTRIES--}:</strong>
                </td>
        </tr>
        <tr>
                <td width="400" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
                <td width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
        </tr>
-       {!__COUNTRY_ROWS!}
+       $content[rows]
        <tr>
-               <td colspan="4" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="change" class="admin_submit"
-                       value="{--ADMIN_DE_ACTIVATE--}" /> <input type="submit"
-                       name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
-               <input type="submit" name="delete" class="admin_delete"
-                       value="{--ADMIN_DELETE_ENTRIES--}" /></td>
+               <td colspan="4" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="change" class="admin_submit" value="{--ADMIN_DE_ACTIVATE--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
+                       <input type="submit" name="delete" class="admin_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
+               </td>
        </tr>
 </table>
 </form>
+</div>
 
-       {!__ADD_COUNTRY_FORM!}
+<div align="center">
+       $content[add_form]
 </div>