From: vincent@cubedesigners.com Date: Wed, 9 Mar 2016 13:00:46 +0000 (+0000) Subject: #fluidbook-html5 : news arrows (ws) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=36aa6e6ef300cfc2df816415998cc2b21003ee84;p=cubeextranet.git #fluidbook-html5 : news arrows (ws) --- diff --git a/fluidbook/icones/interface/interface-sharp-next.svg b/fluidbook/icones/interface/interface-sharp-next.svg new file mode 100644 index 000000000..5c352d4a8 --- /dev/null +++ b/fluidbook/icones/interface/interface-sharp-next.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/fluidbook/icones/interface/interface-sharp-previous.svg b/fluidbook/icones/interface/interface-sharp-previous.svg new file mode 100644 index 000000000..283955629 --- /dev/null +++ b/fluidbook/icones/interface/interface-sharp-previous.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/inc/ws/Util/html5/class.ws.html5.compiler.php b/inc/ws/Util/html5/class.ws.html5.compiler.php index 59be1e929..81a9c11d8 100644 --- a/inc/ws/Util/html5/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/class.ws.html5.compiler.php @@ -897,7 +897,9 @@ class wsHTML5Compiler { // Set the icon list with the color $icons = array('nav-bookmark' => $couleurI, 'nav-friend' => $couleurI, 'nav-help' => $couleurI, 'nav-index' => $couleurI, 'nav-sommaire' => $couleurI, 'nav-zoomin' => $couleurI, 'nav-zoomout' => $couleurI, 'nav-fullscreen' => $couleurI, - 'interface-next' => $arrowsColor, 'interface-previous' => $arrowsColor, 'interface-search' => $couleurI, 'interface-back-arrow' => $subTextColor, 'interface-print' => $subTextColor, + 'interface-next' => $arrowsColor, 'interface-previous' => $arrowsColor, + 'interface-sharp-next' => $arrowsColor, 'interface-sharp-previous' => $arrowsColor, + 'interface-search' => $couleurI, 'interface-back-arrow' => $subTextColor, 'interface-print' => $subTextColor, 'interface-down' => $arrowsColor, 'interface-close' => $arrowsColor, 'help-fingers' => $couleurI, 'help-mouse' => $couleurI, 'nav-home' => $couleurI, 'nav-archives' => $couleurI, 'nav-map' => $couleurI, 'nav-tag' => $couleurI, 'nav-print' => $couleurI, 'nav-friend' => $couleurI,