diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 00bf81b0..240b09ba 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -229,10 +229,11 @@
print "
Match: |
";
- print " | ";
-
- print_select_hash("filter_type", 1, $filter_types, "class=\"iedit\"");
+ name=\"reg_exp\" class=\"iedit\">";
+
+ print " |
On field: | ";
+
+ print_select_hash("filter_type", 1, $filter_types, "class=\"_iedit\"");
print " |
";
print "Feed: | ";
diff --git a/modules/pref-filters.php b/modules/pref-filters.php
index 73366380..2a4747b8 100644
--- a/modules/pref-filters.php
+++ b/modules/pref-filters.php
@@ -46,9 +46,9 @@
onkeyup=\"toggleSubmitNotEmpty(this, 'infobox_submit')\"
name=\"reg_exp\" class=\"iedit\" value=\"$reg_exp\">";
- print " | ";
+ print " |
On field: | ";
- print_select_hash("filter_type", $filter_type, $filter_types, "class=\"iedit\"");
+ print_select_hash("filter_type", $filter_type, $filter_types, "class=\"_iedit\"");
print " |
";
print "Feed: | ";
|