diff --git a/templates/CRM/Contact/Page/View/UserDashBoard.tpl b/templates/CRM/Contact/Page/View/UserDashBoard.tpl index b8f79d177b0007269a06d79a5231310221df50b6..1411219e1c155c483ecf6bf7b8e512ee42bccd5c 100644 --- a/templates/CRM/Contact/Page/View/UserDashBoard.tpl +++ b/templates/CRM/Contact/Page/View/UserDashBoard.tpl @@ -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