minor fixes/typos

This commit is contained in:
Jon Goldberg 2018-10-22 15:13:08 -04:00
parent 4ee54f4764
commit 15159960b2
Signed by: jon
GPG Key ID: 0DC025928E9AA851
2 changed files with 4 additions and 4 deletions

View File

@ -104,10 +104,10 @@ function annualgrantbudgets_civicrm_managed(&$entities) {
'title' => ts('Grant Scholarship'),
'extends' => 'FinancialType',
'style' => 'Inline',
'collapse_display' => TRUE,
'collapse_display' => 1,
'is_active' => TRUE,
'is_multiple' => FALSE,
'collapse_adv_display' => FALSE,
'collapse_adv_display' => 0,
'is_reserved' => TRUE,
'table_name' => GRANT_SCHOLARSHIP_CUSTOM_TABLE_NAME,
],

View File

@ -6,10 +6,10 @@
</br></br>
<table cellpadding="0" cellspacing="0" border="0" class="row-highlight">
<thead class="sticky">
<th>{ts}Endowement{/ts}</th>
<th>{ts}Endowment{/ts}</th>
<th>{ts}Annual Budget{/ts}</th>
<th>{ts}Amount Awarded{/ts}</th>
<th>{ts}Amound Remaining{/ts}</th>
<th>{ts}Amount Remaining{/ts}</th>
</thead>
{crmAPI var='result' entity='GrantBudget' action='getbudget' fiscal_year=$fiscalYear}
{foreach from=$result.values item=row}