fix: filter selection ops toolbar was always disabled
This commit is contained in:
parent
926255683e
commit
d0d0dd47fe
|
@ -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>";
|
||||
|
|
Loading…
Reference in New Issue