From: vincent@cubedesigners.com Date: Thu, 19 Nov 2020 12:41:59 +0000 (+0000) Subject: wait #4078 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fce23aeb427644cd32b52519687267e9b492405e;p=cubeextranet.git wait #4078 @0.5 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 06370ebb3..a8c77cfd0 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1622,6 +1622,7 @@ class wsHTML5Compiler } if ($linkData['type'] == 32) { $hiddenLinks[] = $linkData['to']; + $hiddenLinks[] = 'i_'.$linkData['to']; } } diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index 2de10784a..1371dd0e0 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -640,6 +640,7 @@ class showLinkLink extends normalLink { $res = parent::getClasses(); $res[] = 'showlink'; + return $res; } public function getAdditionnalContent()