]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_list_country.tpl
index 2452043408f68309e60c2b41c8933933500983ee..70eee16be4754d5d4efefdf09e77b23886d963e1 100644 (file)
@@ -1,30 +1,30 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=list_country"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620"
-       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="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD width="80" align="center" class="admin_title bottom2 right2"><STRONG>{--ADMIN_COUNTRY_CODE--}:</STRONG></TD>
-               <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!}
-       <TR>
-               <TD colspan="4" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
-               <INPUT type="submit" name="change" class="admin_submit"
-                       value="{--ADMIN_DE_ACTIVATE--}">&nbsp;* <INPUT type="submit"
-                       name="edit" class="admin_submit" value="{--ADMIN_EDIT--}">&nbsp;*
-               <INPUT type="submit" name="delete" class="admin_delete"
-                       value="{--ADMIN_DELETE_ENTRIES--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+<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">
+                       <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>
+</table>
+</form>
+</div>
 
-<P>
-       {!__ADD_COUNTRY_FORM!}
-</P>
+<div align="center">
+       $content[add_form]
+</div>