diff --git a/functions.php b/functions.php index 7eb8dd405..326fa74b5 100644 --- a/functions.php +++ b/functions.php @@ -5792,36 +5792,6 @@ print ""; } - function print_label_dlg_common_examples() { - - print __("Match ") . " "; - -/* print ""; */ - - print ""; - - print ""; - - print " "; - } - function feed_has_icon($id) { return is_file(ICONS_DIR . "/$id.ico") && filesize(ICONS_DIR . "/$id.ico") > 0; } 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 "
".__('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 ""; - - print " | |
".__('Params:')." | "; - - print "||
".__('Options:')." | "; - - print " - |