diff --git a/modules/pref-filters.php b/modules/pref-filters.php index 927cddcd7..3946be5f3 100644 --- a/modules/pref-filters.php +++ b/modules/pref-filters.php @@ -38,74 +38,6 @@ $filter_types[$line["id"]] = __($line["description"]); } -/* print "
".__('Match:')." | -"; - - print " | |
".__('On field:')." | "; - - print_select_hash("filter_type", $filter_type, $filter_types, "class=\"_iedit\""); - - print " | |
".__('Feed:')." | "; - - print_feed_select($link, "feed_id", $feed_id); - - print " | |
".__('Action:')." | "; - - print ""; - - print " | |
".__('Params:')." | "; - - $param_disabled = ($action_id == 4 || $action_id == 6) ? "" : "disabled"; - - print "||
Options: |
-
- "; - - if ($inverse) { - $checked = "checked"; - } else { - $checked = ""; - } - - print " - "; - - print " |