Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_add_country.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_country" method="post" style="margin-bottom: 0px">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="430">
3         <tr>
4                 <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
5                 <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ADD_COUNTRY_CODE--}</strong>
6                 </td>
7                 <td class="admin_title bottom2" width="10">&nbsp;</td>
8         </tr>
9         <tr>
10                 <td class="seperator" colspan="5" height="7">&nbsp;</td>
11         </tr>
12         <tr>
13                 <td class="seperator" width="10">&nbsp;</td>
14                 <td align="right" width="300">{--ADMIN_ENTER_COUNTRY_CODE--}:</td>
15                 <td class="seperator" width="10">&nbsp;</td>
16                 <td width="100"><input type="text" name="code"
17                         class="admin_normal" size="2" maxlength="2"></td>
18                 <td class="seperator" width="10">&nbsp;</td>
19         </tr>
20         <tr>
21                 <td class="seperator" colspan="5" height="7">&nbsp;</td>
22         </tr>
23         <tr>
24                 <td class="seperator" width="10">&nbsp;</td>
25                 <td align="right" width="200">{--ADMIN_ENTER_COUNTRY_NAME--}:</td>
26                 <td class="seperator" width="10">&nbsp;</td>
27                 <td><input type="text" name="descr" class="admin_normal"
28                         size="10" maxlength="255"></td>
29                 <td class="seperator" width="10">&nbsp;</td>
30         </tr>
31         <tr>
32                 <td class="seperator" colspan="5" height="7">&nbsp;</td>
33         </tr>
34         <tr>
35                 <td class="seperator" width="10">&nbsp;</td>
36                 <td align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</td>
37                 <td class="seperator" width="10">&nbsp;</td>
38                 <td><select name="is_active" size="1" class="admin_select">
39                         <option value="Y">{--YES--}</option>
40                         <option value="N">{--NO--}</option>
41                 </select></td>
42                 <td class="seperator" width="10">&nbsp;</td>
43         </tr>
44         <tr>
45                 <td class="seperator bottom2" colspan="5" height="7">&nbsp;</td>
46         </tr>
47         <tr>
48                 <td class="admin_footer seperator" width="10">&nbsp;</td>
49                 <td class="admin_footer" colspan="3" align="center"><input
50                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
51                 <input type="submit" name="add" class="admin_submit"
52                         value="{--ADD_COUNTRY--}" /></td>
53                 <td class="admin_footer seperator" width="10">&nbsp;</td>
54         </tr>
55 </table>
56 </form>