filter UI tweaks

master
Andrew Dolgov 16 years ago
parent a8732d0c75
commit 0aeef22a9e

@ -372,7 +372,7 @@
print "<span id=\"filter_dlg_date_chk_box\" style=\"display : none\">";
print "&nbsp;<input class=\"button\"
type=\"submit\" onclick=\"return filterDlgCheckDate()\"
value=\"".__('Check Date')."\">";
value=\"".__('Check date')."\">";
print "</span>";
print "<br/> " . __("on field") . " ";

@ -349,7 +349,7 @@
<td width=\"\"><a href=\"javascript:updateFilterList('feed_title')\">".__('Feed')."</a></td>
<td width=\"20%\"><a href=\"javascript:updateFilterList('filter_type')\">".__('Match')."</a></td>
<!-- <td width=\"15%\"><a href=\"javascript:updateFilterList('action_description')\">".__('Action')."</a></td> -->
<td width=\"20%\"><a href=\"javascript:updateFilterList('action_param')\">".__('Params')."</a></td>";
<td width=\"20%\"><a href=\"javascript:updateFilterList('action_param')\">".__('Action')."</a></td>";
}
@ -360,7 +360,7 @@
if (!$line["feed_title"]) $line["feed_title"] = __("All feeds");
if (!$line["action_param"]) {
$line["action_param"] = "&mdash;";
#$line["action_param"] = "&mdash;";
} else if ($line["action_name"] == "score") {
$score_pic = get_score_pic($line["action_param"]);
@ -401,7 +401,8 @@
}
print "<td $onclick>" . $line["filter_type_descr"] . "$inverse_label</td>";
print "<td $onclick>" . $line["action_param"] . "</td>";
print "<td $onclick>" . $line["action_description"] . " " .
$line["action_param"] . "</td>";
print "</tr>";

Loading…
Cancel
Save