Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
Fixed grant container
Browse files Browse the repository at this point in the history
  • Loading branch information
Edzelopez committed May 27, 2020
1 parent e0cbe23 commit e17834c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions templates/CRM/Grant/Page/GrantApplicationDashboard.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
+--------------------------------------------------------------------+
*}
<br>
<div class='crm-container manage-grant-apps' id='crm-container'>
<div class='crm-container manage-grant-apps' id='crm-container-grant'>
<h3>{ts}Manage Grant Application Pages{/ts}</h3>
{include file="CRM/common/enableDisableApi.tpl"}
{include file="CRM/common/crmeditable.tpl"}
{* include file="CRM/common/crmeditable.tpl" *}
{include file="CRM/common/jsortable.tpl"}
<table id="options" class="display">
<thead>
Expand Down Expand Up @@ -63,4 +63,5 @@
{/foreach}
{/if}
</table>
</div>
</div>

0 comments on commit e17834c

Please sign in to comment.