*/
class CRM_Case_Page_DashBoard extends CRM_Core_Page {
+ public $useLivePageJS = TRUE;
+
/**
* Heart of the viewing process. The runner gets all the meta data for
* the contact and calls the appropriate type of page to view.
if (!empty($recent)) {
$this->assign('recentCases', $recent);
}
+ $this->assign('includeWysiwygEditor', TRUE);
}
/**
'url' => 'civicrm/contact/view/case/editClient',
'qs' => 'reset=1&action=update&id=%%id%%&cid=%%cid%%&context=%%cxt%%' . $extraParams,
'ref' => 'reassign',
+ 'class' => 'medium-popup',
'title' => ts('Assign to Another Client'),
),
);
{if $newClient and $allowToAddNewCase}
<a href="{$newCaseURL}" class="button"><span><div class="icon add-icon"></div> {ts}Add Case{/ts}</span></a>
{/if}
- <a class="button" name="find_my_cases" href="{crmURL p="civicrm/case/search" q="reset=1&case_owner=2&force=1"}"><span>{ts}Find My Cases{/ts}</span></a>
+ <a class="button no-popup" name="find_my_cases" href="{crmURL p="civicrm/case/search" q="reset=1&case_owner=2&force=1"}"><span>{ts}Find My Cases{/ts}</span></a>
<div class="crm-case-dashboard-switch-view-buttons">
{if $myCases}