Fixed... :(
[mailer.git] / templates / de / html / admin / admin_list_country.tpl
1 <div align="center">
2 <form accept-charset="utf-8" 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">
6                         <strong>{--ADMIN_LIST_COUNTRIES--}:</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td width="20" align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
11                 <td width="80" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
12                 <td width="400" align="center" class="admin_title bottom2 right2"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
13                 <td width="120" align="center" class="admin_title bottom2"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
14         </tr>
15         $content[rows]
16         <tr>
17                 <td colspan="4" class="admin_footer">
18                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                         <input type="submit" name="change" class="admin_submit" value="{--ADMIN_DE_ACTIVATE--}" />
20                         <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT--}" />
21                         <input type="submit" name="delete" class="admin_delete" value="{--ADMIN_DELETE_ENTRIES--}" />
22                 </td>
23         </tr>
24 </table>
25 </form>
26 </div>
27
28 <div align="center">
29         $content[add_form]
30 </div>