- obsolete templates/scripts removed
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_list_country.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=list_country"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="620"
4         class="admin_table dashed" align="center">
5         <TR>
6                 <TD colspan="4" align="center" class="admin_title" height="30"><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         {--__COUNTRY_ROWS--}
16         <TR>
17                 <TD colspan="4" align="center" class="admin_footer"><INPUT
18                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
19                 <INPUT type="submit" name="change" class="admin_submit"
20                         value="{--ADMIN_DE_ACTIVATE--}">&nbsp;* <INPUT type="submit"
21                         name="edit" class="admin_submit" value="{--ADMIN_EDIT--}">&nbsp;*
22                 <INPUT type="submit" name="delete" class="admin_delete"
23                         value="{--ADMIN_DELETE_ENTRIES--}"></TD>
24         </TR>
25 </TABLE>
26 </FORM>
27
28 <P>{--__ADD_COUNTRY_FORM--}</P>