forked from extern/egroupware
Move select all to above view calendar
This commit is contained in:
parent
d12475ec9e
commit
27572ba4cf
@ -228,6 +228,12 @@ class resources_ui
|
||||
'popup' => egw_link::get_registry('resources', 'add_popup'),
|
||||
'group' => $group,
|
||||
),
|
||||
'select_all' => array(
|
||||
'caption' => 'Whole query',
|
||||
'checkbox' => true,
|
||||
'hint' => 'Apply the action on the whole query, NOT only the shown entries',
|
||||
'group' => ++$group,
|
||||
),
|
||||
'view-calendar' => array(
|
||||
'caption' => 'View calendar',
|
||||
'icon' => 'calendar/planner',
|
||||
@ -249,12 +255,6 @@ class resources_ui
|
||||
'popup' => egw_link::get_registry('resources', 'add_popup'),
|
||||
'disableClass' => 'no_new_accessory',
|
||||
),
|
||||
'select_all' => array(
|
||||
'caption' => 'Whole query',
|
||||
'checkbox' => true,
|
||||
'hint' => 'Apply the action on the whole query, NOT only the shown entries',
|
||||
'group' => ++$group,
|
||||
),
|
||||
/*
|
||||
'documents' => resources_merge::document_action(
|
||||
$GLOBALS['egw_info']['user']['preferences']['resources']['document_dir'],
|
||||
|
Loading…
Reference in New Issue
Block a user