]> git.wh0rd.org - tt-rss.git/commitdiff
add tip to pref-filters page
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 8 Dec 2006 07:42:18 +0000 (08:42 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 8 Dec 2006 07:42:18 +0000 (08:42 +0100)
modules/pref-filters.php
tt-rss.css

index 610e3dcd0df1b692269bcb27779cbc84578f716f..318df3c7915dde4eacfb61882cdcd86807c7af8e 100644 (file)
                        print "</table>";
 
                        print "</form>";
-       
+
                        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 "
                                        Selection:
                                <input type=\"submit\" class=\"button\" disabled=\"true\"
index ad55b6743e59c29051641fd08c2b1627b9f7a543..9488b403f5f7360088087f3bb862d149eed85aba 100644 (file)
@@ -597,7 +597,7 @@ table.innerLoginForm td {
        padding : 3px 3px 5px 3px;
 }
 
-span.insensitive {
+span.insensitive, div.insensitive {
        color : gray;
 }