]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_country_form.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_list_country_form.tpl
1 {%form,formMethodPost=modules.php?module=admin&what=list_country%}
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
3 <tr>
4         <td colspan="4" align="center" class="table_header">
5                 <strong>$content[title]:</strong>
6         </td>
7 </tr>
8
9 <tr>
10         <td width="30" align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
11         <td width="80" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_CODE--}:</strong></td>
12         <td width="280" align="center" class="header_column bottom right"><strong>{--ADMIN_COUNTRY_NAME--}:</strong></td>
13         <td width="120" align="center" class="header_column bottom"><strong>{--ADMIN_COUNTRY_STATUS--}</strong></td>
14 </tr>
15
16 $content[rows]
17
18 <tr>
19         <td colspan="4" class="table_footer">
20                 $content[reset]
21                 <input type="submit" name="$content[do]" class="$content[class]" value="$content[submit]" />
22         </td>
23 </tr>
24 </table>
25 {%form_close%}