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

<menu>
  <item>
     <path>civicrm/case</path>
     <title>CiviCase Dashboard</title>
     <page_callback>CRM_Case_Page_DashBoard</page_callback>
     <access_arguments>access CiviCase</access_arguments>
     <page_type>1</page_type>
     <weight>900</weight>
     <component>CiviCase</component>
  </item>
  <item>
     <path>civicrm/case/add</path>
     <title>Open Case</title>
     <page_callback>CRM_Case_Page_Tab</page_callback>
     <access_arguments>access CiviCase</access_arguments>
     <page_type>1</page_type>
     <component>CiviCase</component>
  </item>
  <item>
     <path>civicrm/case/search</path>
     <title>Find Cases</title>
     <page_callback>CRM_Case_Controller_Search</page_callback>
     <page_type>1</page_type>
     <weight>910</weight>
  </item>
  <item>
     <path>civicrm/case/activity</path>
     <title>Case Activity</title>
     <page_callback>CRM_Case_Form_Activity</page_callback>
  </item>  
  <item>
     <path>civicrm/case/report</path>
     <title>Case Report</title>
     <page_callback>CRM_Case_Form_Report</page_callback>
  </item>  
  <item>
     <path>civicrm/contact/view/case</path>
     <title>Case</title>
     <page_callback>CRM_Case_Page_Tab</page_callback>
  </item>
  <item>
     <path>civicrm/case/activity/view</path>
     <title>Activity View</title>
     <page_callback>CRM_Case_Form_ActivityView</page_callback>
  </item>
  <item>
     <path>civicrm/case/details</path>
     <title>Case Details</title>
     <page_callback>CRM_Case_Page_CaseDetails</page_callback>
  </item>  
  <item>
    <path>civicrm/ajax/caseSubject</path>
    <page_callback>CRM_HRDCase_Page_AJAX::caseSubject</page_callback>
    <access_arguments>access CiviCRM,access CiviCase</access_arguments>  
  </item>
  <item>
    <path>civicrm/admin/options/case_type</path>
    <title>Case Types</title>
    <desc>List of types which can be assigned to Cases. (Enable the Cases tab from Global Settings - Site Preferences if you want to track cases.)</desc>
    <path_arguments>group=case_type</path_arguments>
    <page_callback>CRM_Admin_Page_Options</page_callback>
    <adminGroup>CiviCase</adminGroup>
    <icon>admin/small/case_type.png</icon>
    <weight>390</weight>
  </item>
  <item>
    <path>civicrm/admin/options/redaction_rule</path>
    <title>Redaction Rules</title>
    <desc>List of rules which can be applied to user input strings so that the redacted output can be recognized as repeated instances of the same string or can be identified as a "semantic type of the data element" within case data.</desc>
    <path_arguments>group=redaction_rule</path_arguments>
    <page_callback>CRM_Admin_Page_Options</page_callback>
    <adminGroup>CiviCase</adminGroup>
    <icon>admin/small/redaction_type.png</icon>
    <weight>400</weight>
  </item>
  <item>
    <path>civicrm/case/report/print</path>
    <page_callback>CRM_Case_XMLProcessor_Report::printCaseReport</page_callback>
    <access_arguments>access CiviCase</access_arguments>
  </item>  

</menu>
