]> git.wh0rd.org Git - tt-rss.git/commitdiff
tweak filter add/edit dialogs
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 30 Jan 2007 16:03:44 +0000 (17:03 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 30 Jan 2007 16:03:44 +0000 (17:03 +0100)
modules/popup-dialog.php
modules/pref-filters.php

index 00bf81b0ffa9fa12a5747ccf87fa3d9915b46226..240b09ba4b3a987774508857d6b8aeac73d79387 100644 (file)
                        print "<tr><td>Match:</td>
                                <td><input onkeypress=\"return filterCR(event, qaddFilter)\"
                                         onkeyup=\"toggleSubmitNotEmpty(this, 'infobox_submit')\"
-                                       name=\"reg_exp\" class=\"iedit\">";             
-                       print "</td><td>";
-               
-                       print_select_hash("filter_type", 1, $filter_types, "class=\"iedit\"");  
+                                        name=\"reg_exp\" class=\"iedit\">";            
+
+                       print "</td></tr><tr><td>On field:</td><td>";
+
+                       print_select_hash("filter_type", 1, $filter_types, "class=\"_iedit\""); 
        
                        print "</td></tr>";
                        print "<tr><td>Feed:</td><td colspan='2'>";
index 73366380872636c47a95343facbc51b3fcd22bd9..2a4747b8f57dd2751d32ec86260d011cc51d85e8 100644 (file)
@@ -46,9 +46,9 @@
                                         onkeyup=\"toggleSubmitNotEmpty(this, 'infobox_submit')\"
                                        name=\"reg_exp\" class=\"iedit\" value=\"$reg_exp\">";
                        
-                       print "</td><td>";
+                       print "</td></tr><tr><td>On field:</td><td>";
                        
-                       print_select_hash("filter_type", $filter_type, $filter_types, "class=\"iedit\"");       
+                       print_select_hash("filter_type", $filter_type, $filter_types, "class=\"_iedit\"");      
        
                        print "</td></tr>";
                        print "<tr><td>Feed:</td><td colspan='2'>";