]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country.tpl
Removed deprecated 'hidden' column from mod_reg table.
[mailer.git] / templates / de / html / admin / admin_list_country.tpl
index 0b18f06e5ad617af3ed71bd17b47bd3be1892d5a..cdce09fa3aa369370051d8f6c2d48a6367bb4a17 100644 (file)
@@ -1,30 +1,33 @@
 <div align="center">
-<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>
-       </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="400" 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">
-                       <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>
+{%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>{--ADMIN_LIST_COUNTRIES_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="390" 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">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" class="form_submit" name="change" value="{--ADMIN_DE_ACTIVATE--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT--}" />
+               <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
+       </td>
+</tr>
 </table>
-</form>
+{%form_close%}
 </div>
 
 <div align="center">
-       $content[add_form]
+       {%template,LoadTemplate=admin_add_country%}
 </div>