Merge remote-tracking branch 'upstream/4.3' into 4.3-master-2013-07-31-15-53-16
[civicrm-core.git] / CRM / Case / xml / Menu / Case.xml
index 5d5e622429a31c97d59ffbb4a2a5a60dc7decb31..6c59d6edca01d9fc53776e3263fc930d1992ee70 100644 (file)
@@ -67,7 +67,7 @@
   <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>
+     <desc>List of types which can be assigned to Cases. (Enable the Cases tab from System Settings - Enable Components if you want to track cases.)</desc>
      <path_arguments>group=case_type</path_arguments>
      <access_arguments>administer CiviCase</access_arguments>
      <page_callback>CRM_Admin_Page_Options</page_callback>
     <path>civicrm/ajax/delcaserole</path>
     <page_callback>CRM_Case_Page_AJAX::deleteCaseRoles</page_callback>
   </item>
+  <item>
+    <path>civicrm/case/changeactivitystatus</path>
+    <title>Change Activity Status</title>
+    <page_callback>CRM_Case_Form_ActivityChangeStatus</page_callback>
+  </item>
 </menu>