Even more XHTML fixes #3
[mailer.git] / templates / de / html / admin / admin_list_country.tpl
1 <div align="center">
2 <form action="{!URL!}/modules.php?module=admin&amp;what=list_country" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
4         <tr>
5                 <td colspan="4" align="center" class="admin_title" height="30"><strong>{--ADMIN_LIST_COUNTRIES--}:</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td width="20" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
10                 <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
11                 <td width="400" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
12                 <td width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
13         </tr>
14         {!__COUNTRY_ROWS!}
15         <tr>
16                 <td colspan="4" class="admin_footer"><input
17                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
18                 <input type="submit" name="change" class="admin_submit"
19                         value="{--ADMIN_DE_ACTIVATE--}" /> <input type="submit"
20                         name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
21                 <input type="submit" name="delete" class="admin_delete"
22                         value="{--ADMIN_DELETE_ENTRIES--}" /></td>
23         </tr>
24 </table>
25 </form>
26
27         {!__ADD_COUNTRY_FORM!}
28 </div>