]> git.wh0rd.org - tt-rss.git/commitdiff
add link to wiki on filter pref page
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 30 Jan 2007 17:17:34 +0000 (18:17 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 30 Jan 2007 17:17:34 +0000 (18:17 +0100)
modules/pref-filters.php
themes/graycube/theme.css
tt-rss.css

index cbd94214268b44530779b1f5dcdab943d920e3a1..14015b559985601fa4e139ba932bb6f7a3907e7b 100644 (file)
 
                        print "</p>";
 
+                       print "<div class=\"insensitive\" style=\"float : right\">See 
+                               <a target=\"_new\" href=\"http://tt-rss.spb.ru/trac/wiki/ContentFilters\">this page</a> 
+                               for additional  information on filtering</div>";
+
 /*                     print "<div class=\"insensitive\" style=\"float : right\">
                                First matching filter is used, filtering is performed
                                when importing articles from the feed.</div>"; */
index 97d45c923e8122cf6315755ab417a507fb53a9f2..9d0490334b15a3fb552313b972c71d5f82a7c1a2 100644 (file)
@@ -463,3 +463,11 @@ ul.headlineDropdownMenu ul li:hover {
        color : black;
 }
 
+.insensitive a {
+       color : gray;
+       text-decoration : underline;
+}
+
+.insensitive a:hover {
+       color : black;
+}
index 1f95142c6d647eb1ec1a8265c423347bdcd54187..0c61e16ac8cebd26e3150043e5dca6279287acaa 100644 (file)
@@ -618,6 +618,14 @@ span.insensitive, div.insensitive {
        color : gray;
 }
 
+.insensitive a {
+       color : #4684ff;
+}
+
+.insensitive a:hover {
+       color : black;
+}
+
 .prefGenericAddBox {
        font-size : small;
 }