More HTML improvements
[mailer.git] / templates / de / html / admin / admin_config_top10.tpl
index 6d3edbeaeaf6110e5618e23df84cc511b0b5500d..9b5d5e0fdf24f5e33658d02d935f86a6cc2efb60 100644 (file)
@@ -2,26 +2,21 @@
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_top10%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom">
-               <strong>{--TOP10_ADMIN_CONFIG_HEADER--}</strong></td>
+               <td colspan="2" align="center" class="admin_title bottom">
+                       <strong>{--TOP10_ADMIN_CONFIG_HEADER--}</strong>
+               </td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
+               <td class="bottom" align="right">{--TOP10_ADMIN_MAX_TOP10--}:</td>
+               <td class="bottom">
+                       <input type="text" name="top10_max" class="admin_normal" value="$content[max]" size="4" maxlength="6" />
+               </td>
        </tr>
        <tr>
-               <td width="400" align="right">{--TOP10_ADMIN_MAX_TOP10--}:</td>
-               <td class="seperator" width="10">&nbsp;</td>
-               <td width="170"><input type="text" name="top10_max"
-                       class="admin_normal" value="$content[max]" size="4" maxlength="6" /></td>
-       </tr>
-       <tr>
-               <td colspan="3" class="bottom seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="3" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
-                       type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></td>
+               <td colspan="2" class="admin_footer">
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               </td>
        </tr>
 </table>
 </form>