Skip to content
Snippets Groups Projects
Commit 3e101cf8 authored by Frank J. Gómez's avatar Frank J. Gómez
Browse files

Whitespace changes only.

parent 3bdb644f
Branches
Tags
No related merge requests found
......@@ -24,24 +24,24 @@
+--------------------------------------------------------------------+
*}
<table class="dashboard-elements">
{if $showGroup}
{if $showGroup}
<tr>
<td>
<div class="header-dark">
<td>
<div class="header-dark">
{ts}Your Group(s){/ts}
</div>
{include file="CRM/Contact/Page/View/UserDashBoard/GroupContact.tpl"}
</div>
{include file="CRM/Contact/Page/View/UserDashBoard/GroupContact.tpl"}
</td>
</td>
</tr>
{/if}
{/if}
{foreach from=$dashboardElements item=element}
{foreach from=$dashboardElements item=element}
<tr>
<td>
<div class="header-dark">{$element.sectionTitle}</div>
{include file=$element.templatePath}
</td>
<td>
<div class="header-dark">{$element.sectionTitle}</div>
{include file=$element.templatePath}
</td>
</tr>
{/foreach}
</table>
{/foreach}
</table>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment