]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_reflevel.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_add_reflevel.tpl
index 35276cab51e70f63b195266933de8641ab827c5c..130361b73a5a27e80bd6f06e56e1fdfb4b082848 100644 (file)
@@ -1,46 +1,27 @@
 <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">
        <tr>
-               <td class="admin_title bottom2" width="10" height="30">&nbsp;</td>
-               <td class="admin_title bottom2" colspan="3" align="center">
+               <td class="admin_title bottom2" colspan="2" align="center">
                        <strong>{--ADD_NEW_REFDEPTH--}</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>
+               <td class="bottom2" align="right" width="200">{--ENTER_REF_PERCENTS--}:</td>
+               <td class="bottom2">
                        <input type="text" name="percents" class="admin_normal" size="3" maxlength="3" />%
                </td>
-               <td class="seperator" width="10">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="seperator bottom2" colspan="5" height="7">&nbsp;</td>
        </tr>
        <tr>
-               <td class="admin_footer seperator" width="10">&nbsp;</td>
-               <td class="admin_footer" colspan="3" align="center">
+               <td class="admin_footer" colspan="2" 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>
        </tr>
 </table>
 </form>