url . (strpos($object->url, '?') !== false ? '&onlybody=yes' : '?onlybody=yes'), $lang->search->preview, '', "class='iframe' data-width='90%'")?>
objectType == 'case' ? 'testcase' : $object->objectType;
echo html::a($object->url, $object->title, '', 'title="' . strip_tags($object->title) . '"');
if(($objectType == 'story' || $objectType == 'requirement' || $objectType == 'execution' || $objectType == 'issue') and !empty($object->extraType))
{
echo "[{$lang->search->objectTypeList[$object->extraType]} #{$object->objectID}] ";
}
else
{
echo "[{$lang->searchObjects[$objectType]} #{$object->objectID}] ";
}
?>