1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=list_country%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="430">
4 <td class="admin_title bottom" colspan="2" align="center">
5 <strong>{--ADMIN_ADD_COUNTRY_CODE--}</strong>
9 <td align="right" width="300">{--ADMIN_ENTER_COUNTRY_CODE--}:</td>
11 <input type="text" name="code" class="admin_normal" size="2" maxlength="2" />
15 <td align="right" width="200">{--ADMIN_ENTER_COUNTRY_NAME--}:</td>
17 <input type="text" name="descr" class="admin_normal" size="10" maxlength="255" />
21 <td class="bottom" align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</td>
23 <!-- @TODO Rewrite this selection box to our generic functions //-->
24 <select name="is_active" size="1" class="admin_select">
25 <option value="Y">{--YES--}</option>
26 <option value="N">{--NO--}</option>
31 <td class="admin_footer" colspan="2" align="center">
32 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
33 <input type="submit" name="add" class="admin_submit" value="{--ADD_COUNTRY--}" />