]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_reflevel.tpl
Large code cleanups:
[mailer.git] / templates / de / html / admin / admin_add_reflevel.tpl
index fbb4b5f87d1fc0eef838449c99968fc4de43ac9d..d70776d9bdcb8c66ceb25b8521daf7351b988658 100644 (file)
@@ -1,43 +1,29 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=add" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=add%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
-               <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADD_NEW_REFDEPTH--}</strong>
+               <td class="table_header bottom" colspan="2" align="center">
+                       <strong>{--ADMIN_ADD_NEW_REFERRAL_DEPTH_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="200">{--ENTER_REF_LVL--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td><input type="text" name="level" class="admin_normal" size="3"
-                       maxlength="3"></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">{--ENTER_REF_PERCENTS--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td><input type="text" name="perc" class="admin_normal" size="3"
-                       maxlength="3">%</td>
-               <td class="seperator" width="10">&nbsp;</td>
+               <td align="right" width="200">{--ADMIN_ENTER_REFERRAL_LEVEL--}:</td>
+               <td>
+                       <input type="text" class="form_field" name="level" size="3" maxlength="3" />
+               </td>
        </tr>
        <tr>
-               <td class="seperator bottom2" colspan="5" height="7">&nbsp;</td>
+               <td class="bottom" align="right" width="200">{--ADMIN_ENTER_REFERRAL_PERCENTS--}:</td>
+               <td class="bottom">
+                       <input type="text" class="form_field" name="percents" size="3" maxlength="3" />&#37;
+               </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="ok" class="admin_submit"
-                       value="{--ADD_DEPTH--}" /></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" class="form_submit" name="ok" value="{--ADMIN_ADD_DEPTH--}" />
+               </td>
        </tr>
 </table>
-</form>
\ No newline at end of file
+</form>
+</div>