REmove "Whole query" menu item from Tracker, Timesheet and Addressbook, while et2 nm handles selection differently

This commit is contained in:
Hadi Nategh 2013-09-23 08:31:07 +00:00
parent 7481c0a23c
commit 1c42747547
2 changed files with 0 additions and 13 deletions

View File

@ -405,13 +405,6 @@ class addressbook_ui extends addressbook_bo
);
}
$actions['select_all'] = array(
'caption' => 'Whole query',
'checkbox' => true,
'hint' => 'Apply the action on the whole query, NOT only the shown contacts!!!',
'group' => ++$group,
);
if ($do_email)
{
$actions += array(

View File

@ -950,12 +950,6 @@ class timesheet_ui extends timesheet_bo
'popup' => egw_link::get_registry('timesheet', 'add_popup'),
'group' => $group,
),
'select_all' => array(
'caption' => 'Whole query',
'checkbox' => true,
'hint' => 'Apply the action on the whole query, NOT only the shown timesheets!!!',
'group' => ++$group,
),
'cat' => etemplate_widget_nextmatch::category_action(
'timesheet',++$group,'Change category','cat_'
),