From 0aeef22a9ea1f655ee0ffffaec1c1171ce20811d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 13 Dec 2008 13:24:59 +0100 Subject: filter UI tweaks --- modules/pref-filters.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/pref-filters.php') diff --git a/modules/pref-filters.php b/modules/pref-filters.php index a63b8513d..cfb3194d2 100644 --- a/modules/pref-filters.php +++ b/modules/pref-filters.php @@ -349,7 +349,7 @@ ".__('Feed')." ".__('Match')." - ".__('Params').""; + ".__('Action').""; } @@ -360,7 +360,7 @@ if (!$line["feed_title"]) $line["feed_title"] = __("All feeds"); if (!$line["action_param"]) { - $line["action_param"] = "—"; + #$line["action_param"] = "—"; } else if ($line["action_name"] == "score") { $score_pic = get_score_pic($line["action_param"]); @@ -401,7 +401,8 @@ } print "" . $line["filter_type_descr"] . "$inverse_label"; - print "" . $line["action_param"] . ""; + print "" . $line["action_description"] . " " . + $line["action_param"] . ""; print ""; -- cgit v1.2.3