diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-31 14:53:02 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-31 14:53:02 +0000 |
| commit | 583547321ea293e21cd112af67e5ec878ac9912e (patch) | |
| tree | 8d22ff8af4043c79e0b8513480f09d70e3823d64 /roundcubemail/index.php | |
| parent | 3507f4b5ac55184ce77f72d4ecf5432d29845966 (diff) | |
Implement group renaming/deleting + use more consistent names for commands and actions (#1486587)
git-svn-id: https://svn.roundcube.net/trunk@3448 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 02a6f14be..f7a3bd3ca 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -217,10 +217,11 @@ $action_map = array( 'addressbook' => array( 'add' => 'edit.inc', - 'create-group' => 'groups.inc', - 'delete-group' => 'groups.inc', - 'removefromgroup' => 'groups.inc', - 'add2group' => 'groups.inc', + 'group-create' => 'groups.inc', + 'group-rename' => 'groups.inc', + 'group-delete' => 'groups.inc', + 'group-addmember' => 'groups.inc', + 'group-delmenber' => 'groups.inc', ), 'settings' => array( |
