fix: filter selection ops toolbar was always disabled

This commit is contained in:
Andrew Dolgov 2007-01-30 16:16:57 +01:00
parent 926255683e
commit d0d0dd47fe

View file

@ -308,10 +308,6 @@
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\"
@ -321,6 +317,11 @@
print "</p>"; print "</p>";
print "<div class=\"insensitive\" style=\"float : right\">
First matching filter is used, filtering is performed
when importing articles from the feed.</div>";
} else { } else {
print "<p>No filters defined.</p>"; print "<p>No filters defined.</p>";