]> _ Git - psq.git/commitdiff
flowpaper updates
authorLouis Jeckel <louis.jeckel@outlook.cm>
Fri, 18 Sep 2020 08:56:49 +0000 (10:56 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Fri, 18 Sep 2020 08:56:49 +0000 (10:56 +0200)
public/xml/UI_Zine.xml
resources/views/flowpaper/view.blade.php

index 7006dfaf73b42f09d94b5bd651d5f3ec7b53f184..24090dd8b8d3cbb744e136acabb264891b73fdc5 100644 (file)
@@ -6,10 +6,10 @@
             <element type="button" id="bttnOutline" icon_width="13" icon_height="13" paddingTop="1" visible="false"/>
             <element type="button" id="bttnDownload" icon_width="15" icon_height="15" visible="false"/>
             <element type="button" id="bttnSocialShare" height="21" icon_width="15" icon_height="15" visible="false" paddingTop="0"/>
-            <element type="button" id="bttnBookView" height="19" icon_width="21" icon_height="13" paddingLeft="15" visible="false"/>
+            <element type="button" id="bttnBookView" height="19" icon_width="21" icon_height="13" paddingLeft="15" visible="true"/>
             <element type="button" id="bttnSinglePage" height="19" paddingLeft="0" icon_width="13" icon_height="13" paddingRight="15" visible="true"/>
             <element type="slider" id="zoomSlider" height="11" width="80" visible="true"/>
-            <element type="textinput" id="txtZoomFactor" height="19" width="32" visible="false"/>
+            <element type="textinput" id="txtZoomFactor" height="19" width="32" visible="true"/>
             <element type="button" id="bttnFullscreen" height="19" icon_width="14" icon_height="14" visible="true"/>
             <element type="button" id="bttnPrevPage" icon_width="14" icon_height="14" height="20" width="15" visible="true"/>
             <element type="textinput" id="txtPageNumber" height="19" width="25" visible="true"/>
@@ -27,8 +27,8 @@
         <toolbar gradients="false" height="46" paddingTop="4" paddingBottom="3">
             <element type="button" id="bttnOutline" paddingLeft="15" icon_height="30" icon_width="30" visible="false"/>
             <element type="button" id="bttnPrint" icon_height="39" icon_width="39" visible="false"/>
-            <element type="button" id="bttnBookView" icon_height="30" icon_width="45" visible="false"/>
-            <element type="button" id="bttnSinglePage" icon_height="30" icon_width="25" visible="false"/>
+            <element type="button" id="bttnBookView" icon_height="30" icon_width="45" visible="true"/>
+            <element type="button" id="bttnSinglePage" icon_height="30" icon_width="25" visible="true"/>
             <element type="button" id="bttnThumbView" icon_height="30" icon_width="30" visible="false"/>
             <element type="button" id="bttnDownload" icon_height="32" icon_width="32" visible="false"/>
             <element type="button" id="bttnZoomIn" icon_height="30" icon_width="30" visible="true"/>
@@ -63,4 +63,4 @@
             <element type="button" id="bttnMore" icon_width="30" icon_height="30" visible="false"/>
         </toolbar>
     </mobile>
-<outline/><labels/></FlowPaper_Zine_UIConfiguration>
\ No newline at end of file
+<outline/><labels/></FlowPaper_Zine_UIConfiguration>
index f55b4433fed76fe47615a3ccb8aef958490f5c39..013d732367f15b84c1a595bbfb0de639489f760f 100644 (file)
@@ -69,6 +69,9 @@
                                 SearchToolsVisible: true,
                                 UIConfig: "{{asset('xml/UI_Zine.xml')}}",
                                 localeDirectory: "/locale/",
+                                TrackingNumber : 'UA-177866246-1',
+                                BrandingLogo : "{{App\Helpers\Asset::public('logo.png')}}",
+                                BrandingUrl : 'https://prescription-quotidien.com',
 
                                 // DocSizeQueryService        : 'services/swfsize.php?doc=' + startDocument,
                                 JSONFile: json,
 
 
     </script>
-    <!-- Global site tag (gtag.js) - Google Analytics -->
-    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-177866246-1"></script>
-    <script>
-      window.dataLayer = window.dataLayer || [];
-      function gtag(){dataLayer.push(arguments);}
-      gtag('js', new Date());
-
-      gtag('config', 'UA-177866246-1');
-    </script>
 
     <style type="text/css" media="screen">
         html, body     { height:100%; }