mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +02:00
N°1386 - Advanced Search: Navigation in list - Browse this list - new version
This commit is contained in:
@@ -1378,7 +1378,7 @@ abstract class DBObject implements iDisplay
|
||||
|
||||
if ($bClickable && (strlen($sUrl) > 0)) {
|
||||
if ($bInBasket) {
|
||||
$sHLink = "<a class=\"object-ref-link object-in-basket\" data-href=\"$sUrl\">$sIcon$sHtmlLabel</a>";
|
||||
$sHLink = "<a class=\"object-ref-link object-in-basket\" href=\"$sUrl\">$sIcon$sHtmlLabel</a>";
|
||||
} else {
|
||||
$sHLink = "<a class=\"object-ref-link\" href=\"$sUrl\" >$sIcon$sHtmlLabel</a>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user