footer stats are configurable now
[mailer.git] / templates / de / html / admin / admin_add_country.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=list_country"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" align="center"
4         class="admin_table dashed" width="430">
5         <TR>
6                 <TD class="admin_title bottom2" width="10" height="30">&nbsp;</TD>
7                 <TD class="admin_title bottom2" colspan="3" align="center"><STRONG>{--ADMIN_ADD_COUNTRY_CODE--}</STRONG>
8                 </TD>
9                 <TD class="admin_title bottom2" width="10">&nbsp;</TD>
10         </TR>
11         <TR>
12                 <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
13         </TR>
14         <TR>
15                 <TD class="seperator" width="10">&nbsp;</TD>
16                 <TD align="right" width="300">{--ADMIN_ENTER_COUNTRY_CODE--}:</TD>
17                 <TD class="seperator" width="10">&nbsp;</TD>
18                 <TD width="100"><INPUT type="text" name="code"
19                         class="admin_normal" size="2" maxlength="2"></TD>
20                 <TD class="seperator" width="10">&nbsp;</TD>
21         </TR>
22         <TR>
23                 <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
24         </TR>
25         <TR>
26                 <TD class="seperator" width="10">&nbsp;</TD>
27                 <TD align="right" width="200">{--ADMIN_ENTER_COUNTRY_NAME--}:</TD>
28                 <TD class="seperator" width="10">&nbsp;</TD>
29                 <TD><INPUT type="text" name="descr" class="admin_normal"
30                         size="10" maxlength="255"></TD>
31                 <TD class="seperator" width="10">&nbsp;</TD>
32         </TR>
33         <TR>
34                 <TD class="seperator" colspan="5" height="7">&nbsp;</TD>
35         </TR>
36         <TR>
37                 <TD class="seperator" width="10">&nbsp;</TD>
38                 <TD align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</TD>
39                 <TD class="seperator" width="10">&nbsp;</TD>
40                 <TD><SELECT name="is_active" size="1" class="admin_select">
41                         <OPTION value="Y">{--YES--}</OPTION>
42                         <OPTION value="N">{--NO--}</OPTION>
43                 </SELECT></TD>
44                 <TD class="seperator" width="10">&nbsp;</TD>
45         </TR>
46         <TR>
47                 <TD class="seperator bottom2" colspan="5" height="7">&nbsp;</TD>
48         </TR>
49         <TR>
50                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
51                 <TD class="admin_footer" colspan="3" align="center"><INPUT
52                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
53                 <INPUT type="submit" name="add" class="admin_submit"
54                         value="{--ADD_COUNTRY--}"></TD>
55                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
56         </TR>
57 </TABLE>
58 </FORM>