From: vincent@cubedesigners.com Date: Thu, 21 Jan 2021 10:04:55 +0000 (+0000) Subject: wait #4114 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=67ff057cc729ba80980a2ca374df730abaea33d7;p=cubeextranet.git wait #4114 --- 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 14e032639..ddf2bddd5 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -838,7 +838,6 @@ class zoomhdLink extends normalLink class htmlMultimediaPopupImage extends normalLink { - public function getURL() { $this->copyExternalFile($this->alternative); @@ -846,7 +845,6 @@ class htmlMultimediaPopupImage extends normalLink return '#/multimedia/' . $read . md5($this->alternative); } - public function getAdditionnalContent() { $res = parent::getAdditionnalContent(); @@ -1543,6 +1541,14 @@ class imageLink extends contentLink class inlineSlideshowLink extends slideshowLink { + public function getDepth() + { + if( $this->compiler->book->parametres->inlineSlideshowLibrary==='dummy'){ + $this->defaultZIndex=30; + } + return parent::getDepth(); + } + public function getHTMLContent() { return $this->generateSlideshow('inline');