06bfca980377bc1e799878cd9e65d977af1bd16a
[mailer.git] / templates / de / html / admin / admin_list_country.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_country%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
4 <tr>
5         <td colspan="4" align="center" class="table_header">
6                 <strong>{--ADMIN_LIST_COUNTRIES_TITLE--}:</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td width="30" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
12         <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
13         <td width="390" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
14         <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
15 </tr>
16
17 $content[rows]
18
19 <tr>
20         <td colspan="4" class="table_footer">
21                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
22                 <input type="submit" class="form_submit" name="change" value="{--ADMIN_DE_ACTIVATE--}" />
23                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT--}" />
24                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
25         </td>
26 </tr>
27 </table>
28 {%form_close%}
29 </div>
30
31 <div align="center">
32         $content[add_form]
33 </div>