More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_config_active.tpl
index 2dd25e91b519a4680e9cd51a15a50da05d490097..bd05a13cf7ebaf0d7cf4104c98dd3645e1bbcfbd 100644 (file)
@@ -1,34 +1,22 @@
 <div align="center">
-<form action="{?URL?}/modules.php?module=admin&amp;what=config_active" method="post" style="margin-bottom: 0px">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_active%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td class="admin_title bottom2 seperator" height="30" width="10">&nbsp;</td>
-               <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
+               <td class="admin_title bottom" colspan="2" align="center">
+                       <strong>{--ADMIN_ACTIVE_SETTINGS--}:</strong>
                </td>
-               <td class="admin_title bottom2 seperator" width="10">&nbsp;</td>
        </tr>
        <tr>
-               <td colspan="5" height="7" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td align="right" width="275">{--ADMIN_ACTIVE_LIMIT--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td align="center" width="275"><input type="input"
-                       name="active_limit" class="admin_normal" value="{!__LIMIT_VALUE!}"
-                       size="5" maxlength="20"></td>
-               <td width="10" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="5" height="7" class="seperator bottom2">&nbsp;</td>
+               <td align="right">{--ADMIN_ACTIVE_LIMIT--}:</td>
+               <td align="center">
+                       <input type="input" name="active_limit" class="admin_normal" value="{?active_limit?}" size="5" maxlength="20" />
+               </td>
        </tr>
        <tr>
-               <td width="10" class="admin_footer seperator">&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="{--SAVE_SETTINGS--}" /></td>
-               <td width="10" class="admin_footer seperator">&nbsp;</td>
+               <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="{--SAVE_SETTINGS--}" />
+               </td>
        </tr>
 </table>
 </form>