summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-01-30 17:03:44 +0100
committerAndrew Dolgov <[email protected]>2007-01-30 17:03:44 +0100
commit8011ac363a393a402726eef9e78ac09cba14f18a (patch)
tree7739ba4b60452e175d9f5d8d4694eb7beccecce5 /modules/popup-dialog.php
parentf838201190c411bac1518cef5706902dd4065a3c (diff)
tweak filter add/edit dialogs
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'>";