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
1 changed files with 5 additions and 4 deletions

View File

@ -308,10 +308,6 @@
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\"
@ -321,6 +317,11 @@
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 {
print "<p>No filters defined.</p>";