From a95da1368ec6ed8e7a6e26c831cf160b71440766 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 May 2008 16:36:35 +0100 Subject: rework entry display for prefs, filters, labels and users --- modules/pref-filters.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'modules/pref-filters.php') diff --git a/modules/pref-filters.php b/modules/pref-filters.php index 7975e1297..4fb59d4ae 100644 --- a/modules/pref-filters.php +++ b/modules/pref-filters.php @@ -370,12 +370,12 @@ $line["action_param"] = "" . $line["action_param"] . ""; } + + $onclick = "onclick='editFilter($filter_id)' title='".__('Click to edit')."'"; + + print "" . $line["reg_exp"] . ""; - print "" . - $line["reg_exp"] . ""; - - print "" . - $line["feed_title"] . ""; + print "" . $line["feed_title"] . ""; $inverse_label = ""; @@ -383,14 +383,12 @@ $inverse_label = " ".__('(Inverse)').""; } - print "" . - $line["filter_type_descr"] . "$inverse_label"; + print "" . $line["filter_type_descr"] . "$inverse_label"; /* print "" . $line["action_description"].""; */ - print "" . - $line["action_param"] . ""; + print "" . $line["action_param"] . ""; print ""; -- cgit v1.2.3