From beb760d5166c2138f25e8a59d93604f712536061 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 11:52:01 +0100 Subject: code cleanup --- modules/popup-dialog.php | 112 ----------------------------------------------- 1 file changed, 112 deletions(-) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 21b5a1fdd..d6ed68855 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -219,68 +219,6 @@ } -/* if ($id == "quickAddLabel") { - print "
".__('Create Label')."
"; - print "
"; - - print "
"; - - print ""; - print ""; - - print "
".__("Caption")."
"; - - print "
"; - - print ""; - print "
"; - - print "
".__("Match SQL")."
"; - - print "
"; - - print ""; - - print "
"; - - print_label_dlg_common_examples(); - - - print "
"; - - print "
"; - - print "
"; - - print "
"; - - print "
"; - print " "; - print "
"; - - print " - "; - - print " "; - - print ""; - - return; - } */ - if ($id == "quickAddFilter") { $active_feed_id = db_escape_string($_GET["param"]); @@ -293,8 +231,6 @@ print ""; print ""; print ""; - -// print "
Note: filter will only apply to new articles.
"; $result = db_query($link, "SELECT id,description FROM ttrss_filter_types ORDER BY description"); @@ -306,54 +242,6 @@ $filter_types[$line["id"]] = __($line["description"]); } -/* print ""; - - print " - "; - print ""; - - print ""; - - print ""; - - print ""; - - print ""; - - print ""; - - print "
".__('Match:').""; - - print "
".__('On field:').""; - - print_select_hash("filter_type", 1, $filter_types, "class=\"_iedit\""); - - print "
".__('Feed:').""; - - print_feed_select($link, "feed_id", $active_feed_id); - - print "
".__('Action:').""; - - print "
".__('Params:')."
".__('Options:').""; - - print " -
"; - - print ""; */ - print "
".__("Match")."
"; print "
"; -- cgit v1.2.3