<?xml version="1.0" encoding="iso-8859-1" ?>

<menu>
  <item>
     <path>civicrm/group</path>
     <title>Manage Groups</title>
     <page_type>1</page_type>
     <page_callback>CRM_Group_Page_Group</page_callback>
     <access_arguments>access CiviCRM</access_arguments>
     <weight>30</weight>
  </item>
  <item>
     <path>civicrm/group/search</path>
     <title>Group Members</title>
     <page_callback>CRM_Contact_Controller_Search</page_callback>
     <comment>Note: group search already respect ACL, so a strict permission at url level is not required. A simple/basic permission like 'access CiviCRM' could be used. CRM-5417</comment>
     <access_arguments>access CiviCRM</access_arguments>
     <page_arguments>mode=256</page_arguments>
  </item>
  <item>
     <path>civicrm/group/add</path>
     <title>New Group</title>
     <access_arguments>edit groups</access_arguments>
     <page_callback>CRM_Group_Controller</page_callback>
  </item>
  <item>
    <path>civicrm/group/edit</path>
    <title>Edit Group</title>
    <access_arguments>edit groups</access_arguments>
    <page_callback>CRM_Group_Form_Edit</page_callback>
  </item>
  <item>
     <path>civicrm/ajax/grouplist</path>
     <page_callback>CRM_Group_Page_AJAX::getGroupList</page_callback>
     <access_arguments>access CiviCRM</access_arguments>
  </item>
</menu>
