]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_form.tpl
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / templates / de / html / admin / admin_list_country_form.tpl
index 273439a6996b8a6f445b67f51146c1daa803fb17..24a5213c655ba0668d80b75decd48c3a7cbdf644 100644 (file)
@@ -1,22 +1,25 @@
-<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">
-                       <strong>$content[title]:</strong>
-               </td>
-       </tr>
-       <tr>
-               <td width="20" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
-               <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
-               <td width="300" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
-               <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
-       </tr>
-       $content[rows]
-       <tr>
-               <td colspan="4" class="admin_footer">
-                       $content[reset]
-                       <input type="submit" name="$content[mode]" class="$content[class]" value="$content[submit]" />
-               </td>
-       </tr>
+{%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="table_header">
+               <strong>$content[title]:</strong>
+       </td>
+</tr>
+
+<tr>
+       <td width="30" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+       <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
+       <td width="280" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
+       <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
+</tr>
+
+$content[rows]
+
+<tr>
+       <td colspan="4" class="table_footer">
+               $content[reset]
+               <input type="submit" name="$content[do]" class="$content[class]" value="$content[submit]" />
+       </td>
+</tr>
 </table>
-</form>
+{%form_close%}