$this->add('checkbox', 'is_active', ts('Is this Payment Processor active?'));
$this->add('checkbox', 'is_default', ts('Is this Payment Processor the default?'));
$creditCardTypes = CRM_Contribute_PseudoConstant::creditCard();
- $this->addCheckBox('accept_credit_cards', ts('Select Credit Card Types that this payment processor can accept'),
+ $this->addCheckBox('accept_credit_cards', ts('Accepted Credit Card Type(s)'),
$creditCardTypes, NULL, NULL, NULL, NULL, ' ');
foreach ($this->_fields as $field) {
if (empty($field['label'])) {
<td></td><td>{$form.is_default.html} {$form.is_default.label}</td>
</tr>
<tr class="crm-paymentProcessor-form-block-accept_credit_cards">
- <td class="label">{$form.accept_credit_cards.label}</td><td>{$form.accept_credit_cards.html}</td>
+ <td class="label">{$form.accept_credit_cards.label}</td><td>{$form.accept_credit_cards.html}<br />
+ <span class="description">{ts}Select Credit Card Types that this payment processor can accept{/ts}</span></td>
</tr>
</table>
<fieldset>