From: vincent@cubedesigners.com Date: Sat, 13 Aug 2011 18:34:17 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1a7a2945f0f91ec7337ac9bcfa024098652fbee4;p=cubeextranet.git --- diff --git a/fluidbook/icones/1/mobile/help-fingers.svg b/fluidbook/icones/1/mobile/help-fingers.svg new file mode 100644 index 000000000..f45e6d2fe --- /dev/null +++ b/fluidbook/icones/1/mobile/help-fingers.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fluidbook/icones/1/mobile/help-mouse.svg b/fluidbook/icones/1/mobile/help-mouse.svg new file mode 100644 index 000000000..eb6d44b4b --- /dev/null +++ b/fluidbook/icones/1/mobile/help-mouse.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + diff --git a/inc/ws/Util/packager/html5/class.ws.packager.html5.php b/inc/ws/Util/packager/html5/class.ws.packager.html5.php index a7e157470..3f7e6052a 100644 --- a/inc/ws/Util/packager/html5/class.ws.packager.html5.php +++ b/inc/ws/Util/packager/html5/class.ws.packager.html5.php @@ -173,7 +173,8 @@ class wsPackagerHTML5 extends wsPackager { $arrowsColor = '#' . $this->theme->parametres->arrowsColor; // Set the icon list with the color $icons = array('nav-bookmark' => $couleurI, 'nav-friend' => $couleurI, 'nav-help' => $couleurI, 'nav-index' => $couleurI, 'nav-sommaire' => $couleurI, - 'next' => $arrowsColor, 'previous' => $arrowsColor, 'search' => $couleurI, 'nav-facebook' => $couleurI, 'nav-twitter' => $couleurI); + 'next' => $arrowsColor, 'previous' => $arrowsColor, 'search' => $couleurI, 'nav-facebook' => $couleurI, 'nav-twitter' => $couleurI, + 'help-fingers' => $couleurI, 'help-mouse' => $couleurI); foreach ($icons as $icon => $color) { wsTools::colorizeAndRasterizeIcon($this->theme->parametres->iconSet, $icon, $color, $this->vdir . '/data/images/', 4, $w, $h); @@ -710,6 +711,7 @@ class wsPackagerHTML5 extends wsPackager { $origDir = WS_BOOKS . '/working/' . $this->book_id . '/'; $types = array('mp4', 'ogv', 'webm', 'jpg'); if ($video) { + return; wsTools::encodeWebVideos($origDir . $source, null, false); $e = explode('.', $source); array_pop($e);