'class' => 'CRM_Activity_Form_Activity',
),
self::SAVE_SEARCH => array(
- 'title' => ts('Smart group - create'),
+ 'title' => ts('Group - create smart group'),
'class' => 'CRM_Contact_Form_Task_SaveSearch',
'result' => TRUE,
),
self::SAVE_SEARCH_UPDATE => array(
- 'title' => ts('Smart group - update'),
+ 'title' => ts('Group - update smart group'),
'class' => 'CRM_Contact_Form_Task_SaveSearch_Update',
'result' => TRUE,
),
'result' => TRUE,
),
13 => array(
- 'title' => ts('Smart group - create'),
+ 'title' => ts('Group - create smart group'),
'class' => 'CRM_Event_Form_Task_SaveSearch',
'result' => TRUE,
),
14 => array(
- 'title' => ts('Smart group - update'),
+ 'title' => ts('Group - update smart group'),
'class' => 'CRM_Event_Form_Task_SaveSearch_Update',
'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>Smart group - update</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>Group - update smart group</strong> from the '- more actions -' drop-down menu{/ts}</p>
{/htxt}
{htxt id="id-privacy-title"}
$this->type("first_name", $firstName);
$this->type("last_name", $lastName);
$this->click("edit-submit");
- $this->waitForPageToLoad($this->getTimeoutMsec());
+ $this->Batch Update Participants Via PrwaitForPageToLoad($this->getTimeoutMsec());
$permissions = array("edit-{$roleId}-access-civicrm");
$this->changePermissions($permissions);
$this->waitForElementPresent("task");
$this->click('radio_ts', 'ts_all');
$this->click('task');
- $this->select('task', 'label=Smart group - create');
+ $this->select('task', 'label=Group - create smart group');
$this->waitForPageToLoad($this->getTimeoutMsec());
$smartGroupTitle = "SmartGroup" . substr(sha1(rand()), 0, 4);
$this->type("title", $smartGroupTitle);