Home
last modified time | relevance | path

Searched refs:sHtmlLabel (Results 1 – 2 of 2) sorted by relevance

/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/controllers/
H A Dmanagebrickcontroller.class.inc.php892 … $sHtmlLabel = $oFieldExp->MakeValueLabel($oDistinctQuery, $aDistinctResult['grouped_by_1'], '');
895 'label_html' => $sHtmlLabel,
896 'label' => strip_tags(html_entity_decode($sHtmlLabel, ENT_QUOTES, 'UTF-8')),
/dports/www/itop/web/core/
H A Ddbobject.class.php819 $sHtmlLabel = htmlentities($this->Get($sAttCode.'_friendlyname'), ENT_QUOTES, 'UTF-8');
822 …return $this->MakeHyperLink($sTargetClass, $iTargetKey, $sHtmlLabel, null, true, $bArchived, $bObs…
899 * @param string $sHtmlLabel Label with HTML entities escaped (< escaped as &lt;)
910 …public static function MakeHyperLink($sObjClass, $sObjKey, $sHtmlLabel = '', $sUrlMakerClass = nul… argument
916 if (empty($sHtmlLabel))
923 $sHtmlLabel = $oTmpObj->GetName();
928 $sHtmlLabel = "<em>$sObjClass::$sObjKey</em>";
970 $sHLink = "<a class=\"object-ref-link\" href=\"$sUrl\">$sIcon$sHtmlLabel</a>";
974 $sHLink = $sIcon.$sHtmlLabel;