From: vincent@cubedesigners.com Date: Thu, 23 Sep 2021 10:18:43 +0000 (+0000) Subject: wait #4696 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4290ede5b2004365493bff53e7ff1c1f7757fd43;p=cubeextranet.git wait #4696 @0.25 --- 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 89746b90a..2a5c295d9 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1503,6 +1503,7 @@ class actionLink extends internalLink } + class pumaCartLink extends cartLink { public function getInnerContent() @@ -2137,6 +2138,51 @@ class Joueclub2021CartLink extends cartLink { return 'Ajouter à ma liste de cadeaux'; } + + public function getInnerContent() + { + return ' + + + + + + + + + + + + + + + + + + + + + +'; + } + + public function getAdditionnalContent() + { + $res = parent::getAdditionnalContent(); + $res .= ' data-tooltip-conditional="' . htmlspecialchars(json_encode(['.active' => 'Retirer de ma liste de cadeaux'])) . '" '; + return $res; + } }