projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56f651
)
Add clearfix class to caseSummary hook content
author
Coleman Watts
<coleman@civicrm.org>
Mon, 8 Jun 2015 01:37:07 +0000
(21:37 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 8 Jun 2015 01:37:07 +0000
(21:37 -0400)
templates/CRM/Case/Form/CaseView.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Case/Form/CaseView.tpl
b/templates/CRM/Case/Form/CaseView.tpl
index 56929a6eb4111e90a308e6388828e57fa2e52a14..edd2b1e26f023861658d76eaaeb2831b3b5b7e38 100644
(file)
--- a/
templates/CRM/Case/Form/CaseView.tpl
+++ b/
templates/CRM/Case/Form/CaseView.tpl
@@
-98,7
+98,7
@@
</tr>
</table>
{if $hookCaseSummary}
- <div id="caseSummary">
+ <div id="caseSummary"
class="crm-clearfix"
>
{foreach from=$hookCaseSummary item=val key=div_id}
<div id="{$div_id}"><label>{$val.label}</label><div class="value">{$val.value}</div></div>
{/foreach}