add tip to pref-filters page
This commit is contained in:
parent
240054f1a2
commit
2d1a44afdc
|
@ -308,6 +308,10 @@
|
||||||
|
|
||||||
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\"
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue