minor fixes/typos
This commit is contained in:
parent
4ee54f4764
commit
15159960b2
@ -104,10 +104,10 @@ function annualgrantbudgets_civicrm_managed(&$entities) {
|
|||||||
'title' => ts('Grant Scholarship'),
|
'title' => ts('Grant Scholarship'),
|
||||||
'extends' => 'FinancialType',
|
'extends' => 'FinancialType',
|
||||||
'style' => 'Inline',
|
'style' => 'Inline',
|
||||||
'collapse_display' => TRUE,
|
'collapse_display' => 1,
|
||||||
'is_active' => TRUE,
|
'is_active' => TRUE,
|
||||||
'is_multiple' => FALSE,
|
'is_multiple' => FALSE,
|
||||||
'collapse_adv_display' => FALSE,
|
'collapse_adv_display' => 0,
|
||||||
'is_reserved' => TRUE,
|
'is_reserved' => TRUE,
|
||||||
'table_name' => GRANT_SCHOLARSHIP_CUSTOM_TABLE_NAME,
|
'table_name' => GRANT_SCHOLARSHIP_CUSTOM_TABLE_NAME,
|
||||||
],
|
],
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
</br></br>
|
</br></br>
|
||||||
<table cellpadding="0" cellspacing="0" border="0" class="row-highlight">
|
<table cellpadding="0" cellspacing="0" border="0" class="row-highlight">
|
||||||
<thead class="sticky">
|
<thead class="sticky">
|
||||||
<th>{ts}Endowement{/ts}</th>
|
<th>{ts}Endowment{/ts}</th>
|
||||||
<th>{ts}Annual Budget{/ts}</th>
|
<th>{ts}Annual Budget{/ts}</th>
|
||||||
<th>{ts}Amount Awarded{/ts}</th>
|
<th>{ts}Amount Awarded{/ts}</th>
|
||||||
<th>{ts}Amound Remaining{/ts}</th>
|
<th>{ts}Amount Remaining{/ts}</th>
|
||||||
</thead>
|
</thead>
|
||||||
{crmAPI var='result' entity='GrantBudget' action='getbudget' fiscal_year=$fiscalYear}
|
{crmAPI var='result' entity='GrantBudget' action='getbudget' fiscal_year=$fiscalYear}
|
||||||
{foreach from=$result.values item=row}
|
{foreach from=$result.values item=row}
|
||||||
|
Loading…
Reference in New Issue
Block a user