layout amelioration
[old-projects.git] / philter / philter / index.php
index f2a13d1..ae83eaf 100644 (file)
@@ -105,14 +105,14 @@ echo $mail_pool->to_form();
     <td valign="top">
         <form action="<?php echo $_SERVER['REQUEST_URI']?>" method="post" id="rule" name="rule" onsubmit="return false;">
         <table width="100%" class="bicol" cellspacing="1" cellpadding="1">
-        <tr class="impair"><th><?php i18n('filter_rule_conf');?>
-        </th></tr><tr class="impair"><td>
-            <input type="hidden" value="0" id="ruleId" name="rule[id]" />
-            <?php i18n('rule_name'); ?>
-            <input type="text" size="60" value="" id="ruleName" name="rule[name]"
+        <tr><th><?php i18n('rule_name'); ?>
+        </th></tr><tr><td>
+            <input type="text" value="" id="ruleName" name="rule[name]" style="width: 100%;"
                 onfocus="text_onfocus(this,'<?php i18n('new_rule');?>')"
                 onblur="text_onblur(this,'<?php i18n('new_rule');?>')" />
-            <br />
+        </td></tr>
+        <tr class="impair"><th><?php i18n('filter_rule_conf');?>
+        </th></tr><tr class="impair"><td>
             <input type="radio" value="1" id="ruleAll1" name="rule[all]" /><?php i18n('all_matches');?>
             <input type="radio" value="0" id="ruleAll0" name="rule[all]" /><?php i18n('one_match');?>
             <br />
@@ -123,6 +123,7 @@ echo $mail_pool->to_form();
         </td></tr><tr class="impair"><th><?php i18n('filter_actions_list');?>
         </th></tr><tr class="impair"><td id="actionsRow">
         </td></tr><tr class="impair"><td>
+            <input type="hidden" value="0" id="ruleId" name="rule[id]" />
             <input type="submit" value="<?php i18n('new_match');?>" name="rule[new_match]" onclick="newMatch() "/>
             <input type="submit" value="<?php i18n('new_action');?>" name="rule[new_action]" onclick="newAction()" />
             <input type="submit" value="<?php i18n('submit');?>" name="rule[submit]" onclick="this.form.submit()" />