mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-04-18 13:08:21 +02:00
Remove unneeded cut action
This commit is contained in:
parent
d3ff144685
commit
3c2bbfc45d
@ -156,12 +156,6 @@ class filemanager_ui
|
|||||||
'group' => $group,
|
'group' => $group,
|
||||||
'onExecute' => 'javaScript:app.filemanager.mail',
|
'onExecute' => 'javaScript:app.filemanager.mail',
|
||||||
),
|
),
|
||||||
'cut' => array(
|
|
||||||
'caption' => lang('Cut'),
|
|
||||||
// Clipboards are auto-added to group 2.5, but auto select-all pushes things down
|
|
||||||
'group' => '1.5',
|
|
||||||
'onExecute' => 'javaScript:app.filemanager.clipboard',
|
|
||||||
),
|
|
||||||
'documents' => filemanager_merge::document_action(
|
'documents' => filemanager_merge::document_action(
|
||||||
$GLOBALS['egw_info']['user']['preferences']['filemanager']['document_dir'],
|
$GLOBALS['egw_info']['user']['preferences']['filemanager']['document_dir'],
|
||||||
++$group, 'Insert in document', 'document_',
|
++$group, 'Insert in document', 'document_',
|
||||||
|
Loading…
Reference in New Issue
Block a user