...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/activity/provider/request.php
- Класс: Bitrix\Crm\Activity\Provider\Request
- Вызов: Request::renderView
static function renderView(array $activity) { $html = ''; if (!empty($activity['SUBJECT'])) { $html .= ''; return $html; }'; } if (!empty($activity['DESCRIPTION'])) { $html .= ''.Loc::getMessage('CRM_ACTIVITY_PROVIDER_REQUEST_PLANNER_SUBJECT_LABEL').':'.htmlspecialcharsbx($activity['SUBJECT']).''; } $html .= ''.Loc::getMessage('CRM_ACTIVITY_PROVIDER_REQUEST_PLANNER_DESCRIPTION_LABEL').':'.$activity['DESCRIPTION_HTML'].'