Move select all to above view calendar

This commit is contained in:
Nathan Gray 2011-06-09 14:07:22 +00:00
parent d12475ec9e
commit 27572ba4cf

View File

@ -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'],