commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / CRM / Core / xml / Menu / Group.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <menu>
4 <item>
5 <path>civicrm/group</path>
6 <title>Manage Groups</title>
7 <page_type>1</page_type>
8 <page_callback>CRM_Group_Page_Group</page_callback>
9 <access_arguments>access CiviCRM</access_arguments>
10 <weight>30</weight>
11 </item>
12 <item>
13 <path>civicrm/group/search</path>
14 <title>Group Members</title>
15 <page_callback>CRM_Contact_Controller_Search</page_callback>
16 <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>
17 <access_arguments>access CiviCRM</access_arguments>
18 <page_arguments>mode=256</page_arguments>
19 </item>
20 <item>
21 <path>civicrm/group/add</path>
22 <title>New Group</title>
23 <access_arguments>edit groups</access_arguments>
24 <page_callback>CRM_Group_Controller</page_callback>
25 </item>
26 <item>
27 <path>civicrm/ajax/grouplist</path>
28 <page_callback>CRM_Group_Page_AJAX::getGroupList</page_callback>
29 <access_arguments>access CiviCRM</access_arguments>
30 </item>
31 </menu>