New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_list_country_form.tpl
1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_country%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
3         <tr>
4                 <td colspan="4" align="center" class="admin_title">
5                         <strong>$content[title]:</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td width="20" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
10                 <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
11                 <td width="300" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
12                 <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
13         </tr>
14         $content[rows]
15         <tr>
16                 <td colspan="4" class="admin_footer">
17                         $content[reset]
18                         <input type="submit" name="$content[mode]" class="$content[class]" value="$content[submit]" />
19                 </td>
20         </tr>
21 </table>
22 </form>