From dd4c3c49eba5add430c4c31ce297a1354998c880 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 19 Sep 2013 12:27:07 +0000 Subject: [PATCH] Remove "Whole query" menu from infolo->context_action_menu, while we are handling et2_nm selection differently --- infolog/inc/class.infolog_ui.inc.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/infolog/inc/class.infolog_ui.inc.php b/infolog/inc/class.infolog_ui.inc.php index b6b483cdf4..fe54be7a09 100644 --- a/infolog/inc/class.infolog_ui.inc.php +++ b/infolog/inc/class.infolog_ui.inc.php @@ -995,12 +995,6 @@ class infolog_ui ), ), ), - 'select_all' => array( - 'caption' => 'Whole query', - 'checkbox' => true, - 'hint' => 'Apply the action on the whole query, NOT only the shown entries', - 'group' => ++$group, - ), 'no_notifications' => array( 'caption' => 'Do not notify', 'checkbox' => true,