forked from extern/egroupware
REmove "Whole query" menu item from Tracker, Timesheet and Addressbook, while et2 nm handles selection differently
This commit is contained in:
parent
7481c0a23c
commit
1c42747547
@ -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)
|
if ($do_email)
|
||||||
{
|
{
|
||||||
$actions += array(
|
$actions += array(
|
||||||
|
@ -950,12 +950,6 @@ class timesheet_ui extends timesheet_bo
|
|||||||
'popup' => egw_link::get_registry('timesheet', 'add_popup'),
|
'popup' => egw_link::get_registry('timesheet', 'add_popup'),
|
||||||
'group' => $group,
|
'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(
|
'cat' => etemplate_widget_nextmatch::category_action(
|
||||||
'timesheet',++$group,'Change category','cat_'
|
'timesheet',++$group,'Change category','cat_'
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user