fixed the layout for multi-client mode
authorKurund Jalmi <kurund@civicrm.org>
Sat, 16 Mar 2013 10:40:54 +0000 (16:10 +0530)
committerKurund Jalmi <kurund@civicrm.org>
Sat, 16 Mar 2013 19:31:29 +0000 (01:01 +0530)
templates/CRM/Case/Form/CaseView.tpl

index b3ffcbba1f2a84304e39522ca9aad438b0a7a12b..7306f212e08153dd9b8fab807a070037f9b3a270 100644 (file)
@@ -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}, &nbsp; {/if}