fix: filter selection ops toolbar was always disabled
This commit is contained in:
parent
926255683e
commit
d0d0dd47fe
1 changed files with 5 additions and 4 deletions
|
@ -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>";
|
||||||
|
|
Loading…
Reference in a new issue