From 8011ac363a393a402726eef9e78ac09cba14f18a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 30 Jan 2007 17:03:44 +0100 Subject: [PATCH] tweak filter add/edit dialogs --- modules/popup-dialog.php | 9 +++++---- modules/pref-filters.php | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) 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:"; -- 2.39.2