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:
5fde98e
)
fixed the layout for multi-client mode
author
Kurund Jalmi
<kurund@civicrm.org>
Sat, 16 Mar 2013 10:40:54 +0000
(16:10 +0530)
committer
Kurund Jalmi
<kurund@civicrm.org>
Sat, 16 Mar 2013 19:31:29 +0000
(
01:01
+0530)
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 b3ffcbba1f2a84304e39522ca9aad438b0a7a12b..7306f212e08153dd9b8fab807a070037f9b3a270 100644
(file)
--- a/
templates/CRM/Case/Form/CaseView.tpl
+++ b/
templates/CRM/Case/Form/CaseView.tpl
@@
-50,7
+50,7
@@
<table class="report">
{if $multiClient}
<tr class="crm-case-caseview-client">
- <td colspan="
4
" class="label">
+ <td colspan="
5
" class="label">
{ts}Clients:{/ts}
{foreach from=$caseRoles.client item=client name=clients}
<a href="{crmURL p='civicrm/contact/view' q="action=view&reset=1&cid=`$client.contact_id`"}" title="{ts}view contact record{/ts}">{$client.display_name}</a>{if not $smarty.foreach.clients.last}, {/if}