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

<menu>
  <item>
     <path>civicrm/event</path>
     <title>CiviEvent Dashboard</title>
     <page_callback>CRM_Event_Page_DashBoard</page_callback>
     <access_arguments>access CiviEvent</access_arguments>
     <page_type>1</page_type>
     <weight>800</weight>
     <component>CiviEvent</component>
  </item>
  <item>
     <path>civicrm/participant/add</path>
     <title>Register New Participant</title>
     <page_callback>CRM_Event_Page_Tab</page_callback>
     <path_arguments>action=add</path_arguments>
     <access_arguments>access CiviEvent</access_arguments>
     <component>CiviEvent</component>
  </item>
  <item>
     <path>civicrm/event/info</path>
     <page_callback>CRM_Event_Page_EventInfo</page_callback>
     <title>Event Information</title>
     <access_callback>1</access_callback>
     <is_public>true</is_public>
  </item>
  <item>
     <path>civicrm/event/register</path>
     <title>Event Registration</title>
     <page_callback>CRM_Event_Controller_Registration</page_callback>
     <access_callback>1</access_callback>
     <is_public>true</is_public>
     <is_ssl>true</is_ssl>
  </item>
  <item>
     <path>civicrm/event/confirm</path>
     <title>Confirm Event Registration</title>
     <page_callback>CRM_Event_Form_Registration_ParticipantConfirm</page_callback>
     <access_callback>1</access_callback>
     <is_public>true</is_public>
     <is_ssl>true</is_ssl>
  </item>
  <item>
     <path>civicrm/event/ical</path>
     <title>Upcoming Events</title>
     <page_callback>CRM_Event_Page_ICalendar</page_callback>
     <access_arguments>view event info</access_arguments>
     <is_public>true</is_public>
     <weight>0</weight>
  </item>
  <item>
     <path>civicrm/event/participant</path>
     <title>Event Participants List</title>
     <page_callback>CRM_Event_Page_ParticipantListing</page_callback>
     <access_arguments>view event participants</access_arguments>
     <is_public>true</is_public>
     <weight>0</weight>
  </item>
  <item>
     <path>civicrm/admin/event</path>
     <title>Manage Events</title>
     <page_callback>CRM_Event_Page_ManageEvent</page_callback>
     <desc>Create and edit event configuration including times, locations, online registration forms, and fees. Links for iCal and RSS syndication.</desc>
     <access_arguments>access CiviEvent</access_arguments>
     <adminGroup>CiviEvent</adminGroup>
     <icon>admin/small/event_manage.png</icon>
     <weight>370</weight>
  </item>
  <item>
     <path>civicrm/admin/eventTemplate</path>
     <title>Event Templates</title>
     <page_callback>CRM_Admin_Page_EventTemplate</page_callback>
     <desc>Administrators can create Event Templates - which are basically master event records pre-filled with default values</desc>
     <access_arguments>administer CiviCRM,access CiviEvent</access_arguments>
     <adminGroup>CiviEvent</adminGroup>
     <icon>admin/small/template.png</icon>
     <weight>375</weight>
  </item>  
  <item>
     <path>civicrm/admin/price</path>
     <title>Price Sets</title>
     <page_callback>CRM_Price_Page_Set</page_callback>
     <desc>Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.</desc>
     <access_arguments>access CiviEvent</access_arguments>
     <adminGroup>CiviEvent</adminGroup>
     <icon>admin/small/price_sets.png</icon>
     <weight>380</weight>
  </item>
  <item>
     <path>civicrm/admin/price/add</path>
     <title>New Price Set</title>
     <page_callback>CRM_Price_Page_Set</page_callback>
     <desc>Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.</desc>
     <access_arguments>access CiviEvent</access_arguments>
     <path_arguments>action=add</path_arguments>
  </item>
  <item>
     <path>civicrm/admin/price/field</path>
     <title>Price Fields</title>
     <page_callback>CRM_Price_Page_Field</page_callback>
     <skipBreadcrumb>true</skipBreadcrumb>
  </item>
  <item>
     <path>civicrm/admin/price/field/option</path>
     <title>Price Field Options</title>
     <page_callback>CRM_Price_Page_Option</page_callback>
  </item>
  <item>
     <path>civicrm/admin/options/event_type</path>
     <title>Event Types</title>
     <page_callback>CRM_Admin_Page_Options</page_callback>
     <desc>Use Event Types to categorize your events. Event feeds can be filtered by Event Type and participant searches can use Event Type as a criteria.</desc>
     <path_arguments>group=event_type</path_arguments>
     <access_arguments>administer CiviCRM,access CiviEvent</access_arguments>
     <adminGroup>CiviEvent</adminGroup>
     <icon>admin/small/event_type.png</icon>
     <weight>385</weight>
  </item>
  <item>
     <path>civicrm/admin/participant_status</path>
     <title>Participant Status</title>
     <page_callback>CRM_Admin_Page_ParticipantStatus</page_callback>
     <desc>Define statuses for event participants here (e.g. Registered, Attended, Cancelled...). You can then assign statuses and search for participants by status.</desc>
     <access_arguments>administer CiviCRM,access CiviEvent</access_arguments>
     <adminGroup>CiviEvent</adminGroup>
     <icon>admin/small/parti_status.png</icon>
     <weight>390</weight>
  </item>
  <item>
     <path>civicrm/admin/options/participant_role</path>
     <title>Participant Role</title>
     <page_callback>CRM_Admin_Page_Options</page_callback>
     <desc>Define participant roles for events here (e.g. Attendee, Host, Speaker...). You can then assign roles and search for participants by role.</desc>
     <path_arguments>group=participant_role</path_arguments>
     <access_arguments>administer CiviCRM,access CiviEvent</access_arguments>
     <adminGroup>CiviEvent</adminGroup>
     <icon>admin/small/parti_role.png</icon>
     <weight>395</weight>
  </item>
  <item>
     <path>civicrm/event/search</path>
     <title>Find Participants</title>
     <page_callback>CRM_Event_Controller_Search</page_callback>
     <access_arguments>access CiviEvent</access_arguments>
     <page_type>1</page_type>
     <weight>810</weight>
  </item>
  <item>
     <path>civicrm/event/manage</path>
     <title>Manage Events</title>
     <page_callback>CRM_Event_Page_ManageEvent</page_callback>
     <access_arguments>access CiviEvent</access_arguments>
     <page_type>1</page_type>
     <weight>820</weight>
  </item>
  <item>
     <path>civicrm/event/add</path>
     <path_arguments>action=add</path_arguments>
     <title>New Event</title>
     <page_callback>CRM_Event_Page_ManageEvent</page_callback>
     <access_arguments>access CiviEvent</access_arguments>
     <page_type>1</page_type>
     <weight>830</weight>
  </item>
  <item>
     <path>civicrm/event/import</path>
     <title>Import Participants</title>
     <page_callback>CRM_Event_Import_Controller</page_callback>
     <access_arguments>access CiviEvent,edit event participants</access_arguments>
     <page_type>1</page_type>
     <weight>840</weight>
  </item>
  <item>
     <path>civicrm/event/price</path>
     <title>Manage Price Sets</title>
     <page_callback>CRM_Price_Page_Set</page_callback>
     <access_arguments>access CiviEvent</access_arguments>
     <page_type>1</page_type>
     <weight>850</weight>
  </item>
  <item>
     <path>civicrm/contact/map/event</path>
     <title>Map Event Location</title>
     <page_callback>CRM_Contact_Form_Task_Map_Event</page_callback>
     <access_callback>1</access_callback>
     <is_public>true</is_public>
     <weight>1</weight>
  </item>
  <item>
     <path>civicrm/contact/view/participant</path>
     <page_callback>CRM_Event_Page_Tab</page_callback>
     <weight>4</weight>
  </item>
  <item>
     <path>civicrm/ajax/event</path>
     <page_callback>CRM_Event_Page_AJAX::event</page_callback>
     <access_arguments>access CiviCRM,access CiviEvent</access_arguments>
  </item>
  <item>
     <path>civicrm/ajax/eventType</path>
     <page_callback>CRM_Event_Page_AJAX::eventType</page_callback>
     <access_arguments>access CiviCRM,access CiviEvent</access_arguments>
  </item>
  <item>
     <path>civicrm/ajax/eventFee</path>
     <page_callback>CRM_Event_Page_AJAX::eventFee</page_callback>
     <access_arguments>access CiviCRM,access CiviEvent</access_arguments>
  </item>
  <item>
     <path>civicrm/ajax/locBlock</path>
     <page_callback>CRM_Core_Page_AJAX_Location::getLocBlock</page_callback>
     <access_arguments>access CiviCRM,access CiviEvent</access_arguments>
  </item>
</menu>
