);
$this->add('text', 'check_number', ts('Check Number'), $attributes['financial_trxn_check_number']);
- $trxnId = $this->add('text', 'trxn_id', ts('Transaction ID'), $attributes['trxn_id']);
+ $this->add('text', 'trxn_id', ts('Transaction ID'), array('class' => 'twelve') + $attributes['trxn_id']);
//add receipt for offline contribution
$this->addElement('checkbox', 'is_email_receipt', ts('Send Receipt?'));
);
}
- $trxnId = $this->add('text', 'trxn_id', ts('Transaction ID'), $attributes['trxn_id']);
+ $trxnId = $this->add('text', 'trxn_id', ts('Transaction ID'), array('class' => 'twelve') + $attributes['trxn_id']);
//add receipt for offline contribution
$this->addElement('checkbox', 'is_email_receipt', ts('Send Receipt?'));
$financialAccountType = CRM_Core_PseudoConstant::get('CRM_Financial_DAO_FinancialAccount', 'financial_account_type_id');
if (!empty($financialAccountType)) {
$element = $this->add('select', 'financial_account_type_id', ts('Financial Account Type'),
- array('' => '- select -') + $financialAccountType, TRUE);
+ array('' => '- select -') + $financialAccountType, TRUE, array('class' => 'crm-select2 huge'));
if ($this->_isARFlag) {
$element->freeze();
$elementAccounting->freeze();
*/
function buildQuickForm() {
parent::buildQuickForm();
- $this->addElement('text', 'sort_name', ts('Name or Email'), CRM_Core_DAO::getAttribute('CRM_Contact_DAO_Contact', 'sort_name'));
+ $this->addElement('text', 'sort_name', ts('Name or Email'), array('class' => 'twenty') + CRM_Core_DAO::getAttribute('CRM_Contact_DAO_Contact', 'sort_name'));
CRM_Grant_BAO_Query::buildSearchForm($this);
{if $showCheckNumber || !$isOnline}
<tr id="checkNumber" class="crm-payment-form-block-check_number">
<td class="label">{$form.check_number.label}</td>
- <td>{$form.check_number.html|crmReplace:class:six}</td>
+ <td>{$form.check_number.html}</td>
</tr>
{/if}
<tr class="crm-payment-form-block-trxn_id">
<td class="label">{$form.trxn_id.label}</td>
- <td {$valueStyle}>{$form.trxn_id.html|crmReplace:class:twelve} {help id="id-trans_id"}</td>
+ <td {$valueStyle}>{$form.trxn_id.html} {help id="id-trans_id"}</td>
</tr>
{if $email and $outBound_option != 2}
<tr class="crm-payment-form-block-is_email_receipt">
</tr>
<tr id="cancelReason">
<td class="label" style="vertical-align: top;">{$form.cancel_reason.label}</td>
- <td>{$form.cancel_reason.html|crmReplace:class:huge}</td>
+ <td>{$form.cancel_reason.html}</td>
</tr>
</table>
</fieldset>
{if $showCheckNumber || !$isOnline}
<tr id="checkNumber" class="crm-contribution-form-block-check_number">
<td class="label">{$form.check_number.label}</td>
- <td>{$form.check_number.html|crmReplace:class:six}</td>
+ <td>{$form.check_number.html}</td>
</tr>
{/if}
<tr class="crm-contribution-form-block-trxn_id">
<td class="label">{$form.trxn_id.label}</td>
- <td {$valueStyle}>{$form.trxn_id.html|crmReplace:class:twelve} {help id="id-trans_id"}</td>
+ <td {$valueStyle}>{$form.trxn_id.html} {help id="id-trans_id"}</td>
</tr>
{if $email and $outBound_option != 2}
<tr class="crm-contribution-form-block-is_email_receipt">
</tr>
<tr class="crm-contribution-form-block-financial_account_type_id">
<td class="label">{$form.financial_account_type_id.label}</td>
- <td class="html-adjust">{$form.financial_account_type_id.html|crmReplace:class:twenty}</td>
+ <td class="html-adjust">{$form.financial_account_type_id.html}</td>
</tr>
<tr class="crm-contribution-form-block-accounting_code">
<td class="label">{$form.accounting_code.label}</td>
<table class="form-layout">
<tr>
<td class="font-size12pt" colspan="3">
- {$form.sort_name.label} {$form.sort_name.html|crmReplace:class:'twenty'} {$form.buttons.html}<br />
+ {$form.sort_name.label} {$form.sort_name.html} {$form.buttons.html}<br />
</td>
</tr>