]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix: filter selection ops toolbar was always disabled
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 30 Jan 2007 15:16:57 +0000 (16:16 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 30 Jan 2007 15:16:57 +0000 (16:16 +0100)
modules/pref-filters.php

index 318df3c7915dde4eacfb61882cdcd86807c7af8e..6fa99eb470bb91eeefaa9ae3fef33bd6c7d9bdfe 100644 (file)
 
                        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\"
 
                        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>";