From ed5ae6f3bbbe4a16748a40066008ea610747465f Mon Sep 17 00:00:00 2001 From: Divya Jose Date: Mon, 24 Mar 2014 16:11:38 +0530 Subject: [PATCH] --HR-312 Fix Client links in case-activity popup --- css/civicrm.css | 4 ++-- templates/CRM/Case/Form/Activity.tpl | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index 1bd09ba7e4..803ad1e49d 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1249,8 +1249,8 @@ input.crm-form-entityref { /* ** Style for hiding blocks or table rows */ -#crm-container .hide-block, -#crm-container .hide-row { +.crm-container .hide-block, +.crm-container .hide-row { display: none; } diff --git a/templates/CRM/Case/Form/Activity.tpl b/templates/CRM/Case/Form/Activity.tpl index c5c38bbebe..ddd5a26f29 100644 --- a/templates/CRM/Case/Form/Activity.tpl +++ b/templates/CRM/Case/Form/Activity.tpl @@ -196,6 +196,16 @@ {$form.followup_activity_subject.label} {$form.followup_activity_subject.html|crmAddClass:huge} + + + {$form.followup_assignee_contact_id.label} + {edit} + {/edit} + + + {$form.followup_assignee_contact_id.html} + + -- 2.25.1