From: Vincent Vanwaelscappel Date: Mon, 20 Jul 2020 17:14:27 +0000 (+0200) Subject: fix #3747 @5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1cafb8ccdc1dbfc4153b08df86fc792384f7592d;p=fluidbook-html5.git fix #3747 @5 --- diff --git a/_index.html b/_index.html index be72ec2e..b57b027e 100644 --- a/_index.html +++ b/_index.html @@ -5,7 +5,7 @@ - <!-- $titre --> + <!-- $titre --> @@ -37,7 +37,7 @@ - +
@@ -58,12 +58,12 @@
-
+
- +
-
+
@@ -71,8 +71,8 @@
-
-
+
+
@@ -94,16 +94,16 @@
-
+
-
+
-
-
+
+
diff --git a/js/libs/fluidbook/fluidbook.pagetransitions.js b/js/libs/fluidbook/fluidbook.pagetransitions.js index 6cfe8cb6..b7a998d3 100644 --- a/js/libs/fluidbook/fluidbook.pagetransitions.js +++ b/js/libs/fluidbook/fluidbook.pagetransitions.js @@ -131,7 +131,7 @@ FluidbookPageTransition.prototype = { this.transitionning = true; var $this = this; var turning = this.getTurningPages(pageNr); - $("#pages").prepend('
'); + $("#pages").prepend('
'); var doublePage = $("#nextDoublePage"); var currentDoublePage = $("#currentDoublePage"); if (!this.fluidbook.loader.arePreloadedPages(turning.end)) { @@ -183,7 +183,7 @@ FluidbookPageTransition.prototype = { if (turning.dir === -1) { cdir = 'bwd'; } - $("#pages").prepend('
'); + $("#pages").prepend('
'); var doublePage = $("#nextDoublePage"); this.pauseNetworkDuringPagesPreload(); @@ -321,7 +321,7 @@ FluidbookPageTransition.prototype = { this.transitionning = true; var $this = this; var turning = this.getTurningPages(pageNr); - $("#pages").append('
'); + $("#pages").append('
'); var doublePage = $("#nextDoublePage"); if (!this.fluidbook.loader.arePreloadedPages(turning.end)) { this.fluidbook.displayLoader(); @@ -347,7 +347,7 @@ FluidbookPageTransition.prototype = { this.transitionning = true; var $this = this; var turning = this.getTurningPages(pageNr); - $("#pages").append('
'); + $("#pages").append('
'); var doublePage = $("#nextDoublePage"); if (this.fluidbook.displayOnePage) { this.fluidbook.hidePage('right'); diff --git a/js/libs/fluidbook/fluidbook.print.js b/js/libs/fluidbook/fluidbook.print.js index 2d28319e..1a7d9426 100644 --- a/js/libs/fluidbook/fluidbook.print.js +++ b/js/libs/fluidbook/fluidbook.print.js @@ -101,9 +101,10 @@ FluidbookPrint.prototype = { // Double Page if (!this.isFirstPage && !this.isLastPage && !this.isSinglePageMode) { - view += '
'; + var label = __('spread'); + view += '
'; if (!this.compact) { - view += '