mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Remove unneeded cut action
This commit is contained in:
parent
d3ff144685
commit
3c2bbfc45d
@ -156,12 +156,6 @@ class filemanager_ui
|
||||
'group' => $group,
|
||||
'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(
|
||||
$GLOBALS['egw_info']['user']['preferences']['filemanager']['document_dir'],
|
||||
++$group, 'Insert in document', 'document_',
|
||||
|
Loading…
Reference in New Issue
Block a user