'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(
'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(
}
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',
}
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',
'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,
),
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) {
'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,
),
'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,
),
'result' => FALSE,
),
4 => array(
- 'title' => ts('Email send now'),
+ 'title' => ts('Email - send now'),
'class' => 'CRM_Member_Form_Task_Email',
'result' => TRUE,
),
{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"}
-{*
+{*
+--------------------------------------------------------------------+
| CiviCRM version 4.6 |
+--------------------------------------------------------------------+
{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"}
$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");