...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_view_helper.php
- Класс: \CCrmViewHelper
- Вызов: CCrmViewHelper::RenderInfo1
static function RenderInfo1($url, $titleHtml, $descriptionHtml, $target = '_blank', $onclick = '') { $url = strval($url); $titleHtml = strval($titleHtml); $descriptionHtml = strval($descriptionHtml); $target = strval($target); $onclick = strval($onclick); $containerOpenHtml = $containerCloseHtml = ''; if ($url !== '') { $containerOpenHtml .= ''; $containerCloseHtml .= ''; } else { $containerOpenHtml .= ''; $containerCloseHtml .= ''; } $titleWrapperHtml = ''; if($url !== '' || $titleHtml !== '') { $titleWrapperHtml .= ''; if($url !== '') $titleWrapperHtml .= ''.($titleHtml !== '' ? $titleHtml : $url).''; $titleWrapperHtml .= ''; } $result = $containerOpenHtml.$titleWrapperHtml; if($descriptionHtml !== '') $result .= ''.$descriptionHtml.''; $result .= $containerCloseHtml; return $result; }