1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

make Title matching default for filters, change description for filter "both"

This commit is contained in:
Andrew Dolgov
2005-09-03 11:37:40 +01:00
parent e6155a0699
commit bdc00fe04d
2 changed files with 2 additions and 2 deletions

View File

@@ -648,7 +648,7 @@
print "<table class=\"prefAddFeed\"><tr>
<td><input id=\"fadd_regexp\"></td>
<td>";
print_select("fadd_match", "", $filter_types);
print_select("fadd_match", "Title", $filter_types);
print"</td><td colspan=\"4\" align=\"right\">
<a class=\"button\" href=\"javascript:addFilter()\">Add filter</a></td></tr>