From 583547321ea293e21cd112af67e5ec878ac9912e Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 31 Mar 2010 14:53:02 +0000 Subject: 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 --- roundcubemail/index.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'roundcubemail/index.php') 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( -- cgit v1.2.3