From 03a2a396ef8a889959a49e81a27b5722428d670e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 12 Apr 2014 09:40:23 -0400 Subject: [PATCH] Fix case email table --- CRM/Case/Form/Activity.php | 2 +- templates/CRM/Case/Form/Activity.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Case/Form/Activity.php b/CRM/Case/Form/Activity.php index 465d5337ed..d6b029081f 100644 --- a/CRM/Case/Form/Activity.php +++ b/CRM/Case/Form/Activity.php @@ -314,7 +314,7 @@ class CRM_Case_Form_Activity extends CRM_Activity_Form_Activity { if (!empty($this->_relatedContacts)) { $checkBoxes = array(); foreach ($this->_relatedContacts as $id => $row) { - $checkBoxes[$id] = $this->addElement('checkbox', $id, NULL, ''); + $checkBoxes[$id] = $this->addElement('checkbox', $id, NULL, NULL, array('class' => 'select-row')); } $this->addGroup($checkBoxes, 'contact_check'); diff --git a/templates/CRM/Case/Form/Activity.tpl b/templates/CRM/Case/Form/Activity.tpl index 7236c08767..085fbc83ab 100644 --- a/templates/CRM/Case/Form/Activity.tpl +++ b/templates/CRM/Case/Form/Activity.tpl @@ -195,7 +195,7 @@
{ts}Email a complete copy of this activity record to other people involved with the case. Click the top left box to select all.{/ts}
{strip} - +
-- 2.25.1
{$form.toggleSelect.html}  {ts}Case Role{/ts}