From: Andrew Dolgov Date: Sat, 13 Dec 2008 12:24:59 +0000 (+0100) Subject: filter UI tweaks X-Git-Tag: 1.2.30~17 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0aeef22a9ea1f655ee0ffffaec1c1171ce20811d;p=tt-rss.git filter UI tweaks --- diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 10074b17..90e537e9 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -372,7 +372,7 @@ print ""; print " "; + value=\"".__('Check date')."\">"; print ""; print "
" . __("on field") . " "; diff --git a/modules/pref-filters.php b/modules/pref-filters.php index a63b8513..cfb3194d 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 "";