</item>
<item>
<path>civicrm/contribute/invoice</path>
- <title>CiviContributePdf</title>
+ <title>CiviContribute PDF</title>
<page_callback>CRM_Contribute_Form_Task_Invoice::getPrintPDF</page_callback>
<access_arguments>access CiviContribute</access_arguments>
<page_type>1</page_type>
</item>
<item>
<path>civicrm/contribute/invoice/email</path>
- <title>CiviContributePdf</title>
+ <title>CiviContribute PDF</title>
<page_callback>CRM_Contribute_Form_Task_Invoice</page_callback>
<access_arguments>access CiviContribute</access_arguments>
<page_type>1</page_type>
}
}
$query->_where[$grouping][] = "civicrm_event.id $op {$value}";
- $query->_qill[$grouping][] = ts('Include Repeating Events (If Any) ') . " = TRUE";
+ $query->_qill[$grouping][] = ts('Include Repeating Events');
$query->_tables['civicrm_event'] = $query->_whereTables['civicrm_event'] = 1;
return;
$form->add('text', 'participant_fee_id', ts('Fee Level'), array('class' => 'big crm-ajax-select'));
CRM_Core_Form_Date::buildDateRange($form, 'event', 1, '_start_date_low', '_end_date_high', ts('From'), FALSE);
- $eventIncludeRepeatingEvents = &$form->addElement('checkbox', "event_include_repeating_events", NULL, ts(' Include Repeating Events (If Any) ? '));
+ $eventIncludeRepeatingEvents = &$form->addElement('checkbox', "event_include_repeating_events", NULL, ts('Include Repeating Events?'));
$form->addSelect('participant_status_id',
array('entity' => 'participant', 'label' => ts('Participant Status'), 'multiple' => 'multiple', 'option_url' => NULL, 'placeholder' => ts('- any -'))
public function upgrade_4_5_alpha1($rev) {
// task to process sql
$this->addTask(ts('Migrate honoree information to module_data'), 'migrateHonoreeInfo');
- $this->addTask(ts('Upgrade DB to 4.5.alpha1: SQL'), 'task_4_5_x_runSql', $rev);
+ $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => '4.5.alpha1')), 'task_4_5_x_runSql', $rev);
$this->addTask(ts('Set default for Individual name fields configuration'), 'addNameFieldOptions');
// CRM-14522 - The below schema checking is done as foreign key name
* @return bool
*/
public function upgrade_4_5_beta9($rev) {
- $this->addTask(ts('Upgrade DB to 4.5.beta9: SQL'), 'task_4_5_x_runSql', $rev);
+ $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => '4.5.beta9')), 'task_4_5_x_runSql', $rev);
$entityTable = array(
'Participant' => 'civicrm_participant_payment',
{if $dataArray}
<tr>
<td {$labelStyle}>
- {ts}Amount Before Tax : {/ts}
+ {ts}Amount Before Tax:{/ts}
</td>
<td {$valueStyle}>
{$formValues.total_amount-$totalTaxAmount|crmMoney}
{if $dataArray}
<tr>
<td {$labelStyle}>
- {ts} Amount Before Tax : {/ts}
+ {ts}Amount Before Tax:{/ts}
</td>
<td {$valueStyle}>
{$amount-$totalTaxAmount|crmMoney}