]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_form.tpl
Added missing parameter which allows to add the SQL statements not just to 'install...
[mailer.git] / templates / de / html / admin / admin_list_country_form.tpl
index 4d46a8f5ae01c9e789a7f4a291d1d636530026c0..ec460aa1a061b9c3d1f0128bf1a0fab32266234c 100644 (file)
@@ -1,7 +1,7 @@
-<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">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_country%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
        <tr>
-               <td colspan="4" align="center" class="admin_title" height="30">
+               <td colspan="4" align="center" class="table_header">
                        <strong>$content[title]:</strong>
                </td>
        </tr>
        </tr>
        $content[rows]
        <tr>
-               <td colspan="4" class="admin_footer">
+               <td colspan="4" class="table_footer">
                        $content[reset]
-                       <input type="submit" name="$content[mode]" class="$content[class]" value="$content[submit]" />
+                       <input type="submit" name="$content[do]" class="$content[class]" value="$content[submit]" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}