summaryrefslogtreecommitdiff
path: root/modules/pref-filters.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-17 04:32:36 +0100
committerAndrew Dolgov <[email protected]>2008-05-17 04:32:36 +0100
commita5bd7bf051e2d547fc0aed78ba231588d44291ce (patch)
tree5fdf1909c4d9f6b5311b6c96fa26f9e1094fc839 /modules/pref-filters.php
parent477402d827ef1640405552190cd5cfabd7cabff2 (diff)
user prefs: add search, misc code cleanup
Diffstat (limited to 'modules/pref-filters.php')
-rw-r--r--modules/pref-filters.php20
1 files changed, 1 insertions, 19 deletions
diff --git a/modules/pref-filters.php b/modules/pref-filters.php
index fcd04de73..7975e1297 100644
--- a/modules/pref-filters.php
+++ b/modules/pref-filters.php
@@ -396,18 +396,7 @@
++$lnum;
}
-
- if ($lnum == 0) {
- print "<tr><td colspan=\"4\" align=\"center\">";
- if (!$filter_search) {
- print __('No filters defined.');
- } else {
- print __('No matching filters found.');
- }
-
- print "</td></tr>";
- }
-
+
print "</table>";
print "<p id=\"filterOpToolbar\">";
@@ -419,21 +408,14 @@
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>";
-
if (!$filter_search) {
print __('No filters defined.');
} else {
print __('No matching filters found.');
}
-
print "</p>";
}