summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 00bf81b0f..240b09ba4 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -229,10 +229,11 @@
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'>";