]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_list_country.tpl
index df03681c8786de43c65f6e418eb5c82bc3772733..519f88b7c7a6da2b3d4e693ad331308160b97e7e 100644 (file)
@@ -1,5 +1,5 @@
-<div align="center>
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_country" method="POST">
+<div align="center">
+<form 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>
        </tr>
        {!__COUNTRY_ROWS!}
        <tr>
-               <td colspan="4" class="admin_footer"><INPUT
+               <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"
+               <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"
+               <input type="submit" name="delete" class="admin_delete"
                        value="{--ADMIN_DELETE_ENTRIES--}" /></td>
        </tr>
 </table>