$buttonName = $this->controller->getButtonName('submit');
if ($suppressFields && $buttonName != '_qf_Batch_next') {
- CRM_Core_Session::setStatus(ts("FILE or Autocomplete Select type field(s) in the selected profile are not supported for Batch Update and have been excluded."), ts('Unsupported Field Type'), 'error');
+ CRM_Core_Session::setStatus(ts("File or Autocomplete-Select type field(s) in the selected profile are not supported for Batch Update."), ts('Unsupported Field Type'), 'error');
}
$this->addDefaultButtons(ts('Update Contributions'));
'Multi-Select' => ts('Multi-Select'),
'AdvMulti-Select' => ts('AdvMulti-Select'),
'Link' => ts('Link'),
- 'ContactReference' => ts('Autocomplete Select'),
+ 'ContactReference' => ts('Autocomplete-Select'),
);
}
array('Text' => ts('Text'), 'Select' => ts('Select'),
'Radio' => ts('Radio'), 'CheckBox' => ts('CheckBox'), 'Multi-Select' => ts('Multi-Select'),
'AdvMulti-Select' => ts('Adv Multi-Select (obsolete)'),
- 'Autocomplete-Select' => ts('Autocomplete Select'),
+ 'Autocomplete-Select' => ts('Autocomplete-Select'),
),
array('Text' => ts('Text'), 'Select' => ts('Select'),
'Radio' => ts('Radio'),
array('Country' => ts('Select Country'), 'Multi-Select' => ts('Multi-Select Country ')),
array('File' => ts('Select File')),
array('Link' => ts('Link')),
- array('ContactReference' => ts('Autocomplete Select')),
+ array('ContactReference' => ts('Autocomplete-Select')),
);
}
}
$buttonName = $this->controller->getButtonName('submit');
if ($suppressFields && $buttonName != '_qf_Batch_next') {
- CRM_Core_Session::setStatus(ts("FILE or Autocomplete Select type field(s) in the selected profile are not supported for Batch Update and have been excluded."), ts('Unsupported Field Type'), 'info');
+ CRM_Core_Session::setStatus(ts("File or Autocomplete-Select type field(s) in the selected profile are not supported for Batch Update."), ts('Unsupported Field Type'), 'info');
}
$this->addDefaultButtons(ts('Update Participant(s)'));
$buttonName = $this->controller->getButtonName('submit');
if ($suppressFields && $buttonName != '_qf_Batch_next') {
- CRM_Core_Session::setStatus(ts("FILE or Autocomplete Select type field(s) in the selected profile are not supported for Batch Update and have been excluded."), ts('Unsupport Field Type'), 'error');
+ CRM_Core_Session::setStatus(ts("File or Autocomplete-Select type field(s) in the selected profile are not supported for Batch Update."), ts('Unsupported Field Type'), 'error');
}
$this->addDefaultButtons(ts('Update Memberships'));