From: Coleman Watts Date: Mon, 8 Jun 2015 01:37:07 +0000 (-0400) Subject: Add clearfix class to caseSummary hook content X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b5535a2e67b334e5a0b14e51adc20c6e24b299f2;p=civicrm-core.git Add clearfix class to caseSummary hook content --- diff --git a/templates/CRM/Case/Form/CaseView.tpl b/templates/CRM/Case/Form/CaseView.tpl index 56929a6eb4..edd2b1e26f 100644 --- a/templates/CRM/Case/Form/CaseView.tpl +++ b/templates/CRM/Case/Form/CaseView.tpl @@ -98,7 +98,7 @@ {if $hookCaseSummary} -
+
{foreach from=$hookCaseSummary item=val key=div_id}
{$val.value}
{/foreach}