All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[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--}" />
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>