A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_add_country.tpl
index aae46eeb38c997f7e3313906f8fa43928825c5d9..11105040ee5b424f1ff77272a6d0ef1a5274e5b5 100644 (file)
@@ -1,57 +1,37 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_country" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed" width="430">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_country%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="430">
        <tr>
-               <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
-               <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ADD_COUNTRY_CODE--}</strong>
+               <td class="table_header bottom" colspan="2" align="center">
+                       <strong>{--ADMIN_ADD_COUNTRY_CODE_TITLE--}</strong>
                </td>
-               <td class="admin_title bottom2" width="10">&nbsp;</td>
        </tr>
        <tr>
-               <td class="seperator" colspan="5" height="7">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="seperator" width="10">&nbsp;</td>
                <td align="right" width="300">{--ADMIN_ENTER_COUNTRY_CODE--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td width="100"><input type="text" name="code"
-                       class="admin_normal" size="2" maxlength="2"></td>
-               <td class="seperator" width="10">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="seperator" colspan="5" height="7">&nbsp;</td>
+               <td width="100">
+                       <input type="text" name="code" class="form_field" size="2" maxlength="2" />
+               </td>
        </tr>
        <tr>
-               <td class="seperator" width="10">&nbsp;</td>
                <td align="right" width="200">{--ADMIN_ENTER_COUNTRY_NAME--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td><input type="text" name="descr" class="admin_normal"
-                       size="10" maxlength="255"></td>
-               <td class="seperator" width="10">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="seperator" colspan="5" height="7">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td><select name="is_active" size="1" class="admin_select">
-                       <option value="Y">{--YES--}</option>
-                       <option value="N">{--NO--}</option>
-               </select></td>
-               <td class="seperator" width="10">&nbsp;</td>
+               <td>
+                       <input type="text" name="descr" class="form_field" size="10" maxlength="255" />
+               </td>
        </tr>
        <tr>
-               <td class="seperator bottom2" colspan="5" height="7">&nbsp;</td>
+               <td class="bottom" align="right" width="200">{--ADMIN_COUNTRY_CODE_ACTIVE--}:</td>
+               <td class="bottom">
+                       <!-- @TODO Rewrite this selection box to our generic functions //-->
+                       <select name="is_active" size="1" class="form_select">
+                               <option value="Y">{--YES--}</option>
+                               <option value="N">{--NO--}</option>
+                       </select>
+               </td>
        </tr>
        <tr>
-               <td class="admin_footer seperator" width="10">&nbsp;</td>
-               <td class="admin_footer" colspan="3" align="center"><input
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="add" class="admin_submit"
-                       value="{--ADD_COUNTRY--}" /></td>
-               <td class="admin_footer seperator" width="10">&nbsp;</td>
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="add" class="form_submit" value="{--ADMIN_ADD_COUNTRY--}" />
+               </td>
        </tr>
 </table>
 </form>