1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 03:55:56 +00:00

add tip to pref-filters page

This commit is contained in:
Andrew Dolgov
2006-12-08 08:42:18 +01:00
parent 240054f1a2
commit 2d1a44afdc
2 changed files with 7 additions and 3 deletions

View File

@@ -305,9 +305,13 @@
print "</table>"; print "</table>";
print "</form>"; print "</form>";
print "<p id=\"filterOpToolbar\">"; print "<p id=\"filterOpToolbar\">";
print "<div class=\"insensitive\" style=\"float : right\">
First matching filter is used, filtering is performed
when importing articles from the feed.</div>";
print " print "
Selection: Selection:
<input type=\"submit\" class=\"button\" disabled=\"true\" <input type=\"submit\" class=\"button\" disabled=\"true\"

View File

@@ -597,7 +597,7 @@ table.innerLoginForm td {
padding : 3px 3px 5px 3px; padding : 3px 3px 5px 3px;
} }
span.insensitive { span.insensitive, div.insensitive {
color : gray; color : gray;
} }