From 3baa72a62fc69dda8306674da6d150efbf2cd55b Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 31 Mar 2010 10:53:02 -0400
Subject: [PATCH] Implement group renaming/deleting + use more consistent names for commands and actions (#1486587)

---
 index.php |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/index.php b/index.php
index 02a6f14..f7a3bd3 100644
--- a/index.php
+++ b/index.php
@@ -217,10 +217,11 @@
   
   '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(

--
Gitblit v1.9.1