CRM-16467-more-action-menu-changes
authorjoannechester <j_chester@optusnet.com.au>
Fri, 31 Jul 2015 13:19:40 +0000 (23:19 +1000)
committerjoannechester <j_chester@optusnet.com.au>
Sun, 16 Aug 2015 07:06:54 +0000 (17:06 +1000)
CRM/Contact/Task.php
CRM/Contribute/Task.php
CRM/Event/Task.php
CRM/Member/Task.php
templates/CRM/Contact/Form/Search/Advanced.hlp
templates/CRM/Event/Form/ManageEvent/Registration.hlp
tests/phpunit/WebTest/Event/ChangeParticipantStatus.php

index 7ea103438600d0179a51d13fcd299565d86e2c56..7c28dd7b42ad745097f58703ab8dcb6ae2f13965 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Contact_Task {
           'class' => 'CRM_Contact_Form_Task_RemoveFromGroup',
         ),
         self::TAG_CONTACTS => array(
-          'title' => ts('Tag - addto contacts'),
+          'title' => ts('Tag - add to contacts'),
           'class' => 'CRM_Contact_Form_Task_AddToTag',
         ),
         self::REMOVE_TAGS => array(
@@ -155,7 +155,7 @@ class CRM_Contact_Task {
           'result' => TRUE,
         ),
         self::EMAIL_UNHOLD => array(
-          'title' => ts('Emails - unhold addresses'),
+          'title' => ts('Email - unhold addresses'),
           'class' => 'CRM_Contact_Form_Task_Unhold',
         ),
         self::COMMUNICATION_PREFS => array(
@@ -185,9 +185,9 @@ class CRM_Contact_Task {
       }
 
       if (CRM_Contact_BAO_ContactType::isActive('Household')) {
-        $label = CRM_Contact_BAO_ContactType::getLabel('Household');
+        $label = CRM_Contact_BAO_ContactType::getLabel('household');
         self::$_tasks[self::HOUSEHOLD_CONTACTS] = array(
-          'title' => ts('Add relationship to %1',
+          'title' => ts('Add relationship to %1',
             array(1 => $label)
           ),
           'class' => 'CRM_Contact_Form_Task_AddToHousehold',
@@ -195,9 +195,9 @@ class CRM_Contact_Task {
       }
 
       if (CRM_Contact_BAO_ContactType::isActive('Organization')) {
-        $label = CRM_Contact_BAO_ContactType::getLabel('Organization');
+        $label = CRM_Contact_BAO_ContactType::getLabel('organization');
         self::$_tasks[self::ORGANIZATION_CONTACTS] = array(
-          'title' => ts('Add relationship to %1',
+          'title' => ts('Add relationship to %1',
             array(1 => $label)
           ),
           'class' => 'CRM_Contact_Form_Task_AddToOrganization',
index 632acd4bc1ea96eaecf4fb87ed7352cef48065f0..5d3f74922437f28150cc59dbc4848af7b3d8da6b 100644 (file)
@@ -102,17 +102,17 @@ class CRM_Contribute_Task {
           'result' => TRUE,
         ),
         7 => array(
-          'title' => ts('Print or Email Contribution Receipts'),
+          'title' => ts('Receipts - print or email'),
           'class' => 'CRM_Contribute_Form_Task_PDF',
           'result' => FALSE,
         ),
         8 => array(
-          'title' => ts('Thank-you Letters for Contributions'),
+          'title' => ts('Thank-you letters - print or email'),
           'class' => 'CRM_Contribute_Form_Task_PDFLetter',
           'result' => FALSE,
         ),
         9 => array(
-          'title' => ts('Print or Email Contribution Invoices'),
+          'title' => ts('Invoices - print or email'),
           'class' => 'CRM_Contribute_Form_Task_Invoice',
           'result' => FALSE,
         ),
@@ -127,7 +127,7 @@ class CRM_Contribute_Task {
         unset(self::$_tasks[4], self::$_tasks[6]);
       }
 
-      // remove action "Print or Email Contribution Invoices"
+      // remove action "Invoices - print or email"
       $invoiceSettings = CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::CONTRIBUTE_PREFERENCES_NAME, 'contribution_invoice_settings');
       $invoicing = CRM_Utils_Array::value('invoicing', $invoiceSettings);
       if (!$invoicing) {
index 31452f49e085555949c205d88e4650f50629edab..ff7bd4db14a8716678e76671d61a0c3e9858094e 100644 (file)
@@ -101,7 +101,7 @@ class CRM_Event_Task {
           'result' => FALSE,
         ),
         6 => array(
-          'title' => ts('Email - send now (to 50 or less)'),
+          'title' => ts('Email - send now'),
           'class' => 'CRM_Event_Form_Task_Email',
           'result' => TRUE,
         ),
@@ -116,12 +116,12 @@ class CRM_Event_Task {
           'result' => TRUE,
         ),
         15 => array(
-          'title' => ts('Change Participant Status'),
+          'title' => ts('Participant status - change'),
           'class' => 'CRM_Event_Form_Task_ParticipantStatus',
           'result' => TRUE,
         ),
         16 => array(
-          'title' => ts('Event name badges - print'),
+          'title' => ts('Name badges - print'),
           'class' => 'CRM_Event_Form_Task_Badge',
           'result' => FALSE,
         ),
index 8b829c1dba5c38bb3458cb30bae7236164f1a338..24be057cb94fcdd936b647b3b230bf9af90164ac 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Member_Task {
           'result' => FALSE,
         ),
         4 => array(
-          'title' => ts('Email send now'),
+          'title' => ts('Email send now'),
           'class' => 'CRM_Member_Form_Task_Email',
           'result' => TRUE,
         ),
index 522e58e0f07d1dc265504043242e1cf13ddcdb5d..7020be0cb32ebb33b241a65a216cbf2d4027c38f 100644 (file)
@@ -35,7 +35,7 @@
 {ts}Smart Group{/ts}
 {/htxt}
 {htxt id='id-advanced-smart'}
-    <p>{ts}If you've changed search criteria for this 'smart group' and want to save your changes, select <strong>Update Smart Group</strong> from the '- more actions -' drop-down menu, and then click Go.{/ts}</p>
+    <p>{ts}If you've changed search criteria for this 'smart group' and want to save your changes, select <strong>Smart group - update</strong> from the '- more actions -' drop-down menu, and then click Go.{/ts}</p>
 {/htxt}
 
 {htxt id="id-privacy-title"}
index 90caf7fc1d5dd8dcb5b157514889d317833e22ff..227f3320abab7f3025223f0462768963bfdd9a00 100644 (file)
@@ -1,4 +1,4 @@
-{*
+{*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
@@ -85,7 +85,7 @@
   {ts}Require Approval{/ts}
 {/htxt}
 {htxt id="id-requires_approval"}
-{ts}Check this box to require administrative approval for all the participants who self-register, prior to being able to complete the registration process. Participants will be placed in 'Awaiting Approval' status. You can review and approve participants from 'Find Participants' - select the 'Change Participant Status' task. Approved participants will move to 'Pending from approval' status, and will be sent an email with a link to complete their registration (including paying event fees - if any). {/ts}
+{ts}Check this box to require administrative approval for all the participants who self-register, prior to being able to complete the registration process. Participants will be placed in 'Awaiting Approval' status. You can review and approve participants from 'Find Participants' - select the 'Participant status - change' task. Approved participants will move to 'Pending from approval' status, and will be sent an email with a link to complete their registration (including paying event fees - if any). {/ts}
 {/htxt}
 
 {htxt id="id-expiration_time-title"}
index 2fdc86e5bbe4ccf4840977f5d8db719aa51308a1..39aca63d5694dd3e535b848f6d0a468565d8b9d2 100644 (file)
@@ -68,7 +68,7 @@ class WebTest_Event_ChangeParticipantStatus extends CiviSeleniumTestCase {
     $this->click($id2);
 
     // Change participant status for selected participants
-    $this->select('task', "label=Change Participant Status");
+    $this->select('task', "label=Participant status - change");
     $this->waitForElementPresent('_qf_ParticipantStatus_next');
 
     $this->select('status_change', "label=Attended");