mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
no more need for default type "popup"
This commit is contained in:
parent
74cb73d2d2
commit
99921a823a
@ -265,17 +265,14 @@ class mail_ui
|
||||
// Tree does support this one
|
||||
'add' => array(
|
||||
'caption' => 'Add Folder',
|
||||
'type' => 'popup',
|
||||
'onExecute' => 'javaScript:app.mail.mail_AddFolder'
|
||||
),
|
||||
'rename' => array(
|
||||
'edit' => array(
|
||||
'caption' => 'Rename Folder',
|
||||
'type' => 'popup',
|
||||
'onExecute' => 'javaScript:app.mail.mail_RenameFolder'
|
||||
),
|
||||
'delete' => array(
|
||||
'caption' => 'Delete Folder',
|
||||
'type' => 'popup',
|
||||
'onExecute' => 'javaScript:app.mail.mail_DeleteFolder'
|
||||
)
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user