]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 10 Dec 2012 11:29:34 +0000 (11:29 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 10 Dec 2012 11:29:34 +0000 (11:29 +0000)
inc/ws/Metier/class.ws.book.parametres.php
inc/ws/Metier/class.ws.theme.parametres.php

index 1beb811cfae00231701d7f5827c90bdce2718ccf..fa76955a7336d29351e9e44b2fc21d515e8d25ef 100644 (file)
@@ -88,14 +88,14 @@ class wsBookParametres extends wsParametres {
                $this->fields['fullscreen'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('Activer le mode plein-écran'));\r
                $this->fields['navOrder'] = array('type' => 'textarea', 'default' => 'index, chapters, print, friend, bookmark, pdf, archives, basket, fullscreen, sound, 3d, help', 'editable' => true, 'label' => __('Ordre des icônes dans la nav'), 'grade' => 5);\r
                $this->forms['general'] = array('label' => __('Fonctionnalités générales'),\r
-                       'fieldsnames' => array('bookmark', 'fullscreen', 'navOrder', 'pages', 'width', 'height'));\r
+                       'fieldsnames' => array('fullscreen', 'navOrder', 'pages', 'width', 'height'));\r
                //.\r
                //\r
                \r
                $this->fields['bookmark'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('Activer les marques-pages'));\r
                $this->fields['bookmarkCorner'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('Activer les marques-pages sur les coins des pages'));\r
                $this->forms['bookmark'] = array('label' => __('Marques-pages'),\r
-                       'fieldsnames' => array('bookmark'));\r
+                       'fieldsnames' => array('bookmark','bookmarkCorner'));\r
 \r
                $this->fields['help'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __("Activer l'aide"));\r
                $this->fields['helpStartup'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __("Afficher l'aide au démarrage"));\r
index c08aa56b9e746694a5a80cdf4e305aa001a68df6..7bcdc95fb79cce45f9eb58e803d398323a79271a 100644 (file)
@@ -119,7 +119,7 @@ class wsThemeParametres extends wsParametres {
                        'label' => __("Couleur de fond des marques-pages"));\r
                $this->fields['bookmarkStarDisabledColor'] = array('type' => 'couleur', 'default' => 'c7c7c7', 'editable' => true,\r
                        'label' => __("Couleur de l'étoile désactivée"));\r
-               $this->fields['bookmakrStarEnabledColor'] = array('type' => 'couleur', 'default' => 'ff7700', 'editable' => true,\r
+               $this->fields['bookmarkStarEnabledColor'] = array('type' => 'couleur', 'default' => 'ff7700', 'editable' => true,\r
                        'label' => __("Couleur de l'étoile activée"));\r
 \r
                $this->forms['book'] = array('label' => __('Personnalisation du fluidbook'),\r
@@ -129,7 +129,7 @@ class wsThemeParametres extends wsParametres {
                                '|', 'displayPageNumber', 'colorPageNumber',\r
                                '|', 'linksColor', 'videoBackgroundColor', 'popupVideoOverlay',\r
                                '|', 'tooltipBackColor', 'tooltipTextColor',\r
-                               '|', 'bookmarkBackgroundColor', 'bookmarkStarDisabledColor', 'bookmakrStarEnabledColor'));\r
+                               '|', 'bookmarkBackgroundColor', 'bookmarkStarDisabledColor', 'bookmarkStarEnabledColor'));\r
                /* Credits */\r
                $this->fields['creditsColor'] = array('type' => 'couleurAlpha', 'default' => '80ffffff', 'editable' => true,\r
                        'label' => __("Couleur du texte"));\r