From 55268e0602f86e047609cfbbc38570d16d157e29 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 4 Mar 2013 12:18:06 +0000 Subject: [PATCH] --- inc/ws/Metier/class.ws.book.parametres.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inc/ws/Metier/class.ws.book.parametres.php b/inc/ws/Metier/class.ws.book.parametres.php index b4efdf33d..5d5ac414e 100644 --- a/inc/ws/Metier/class.ws.book.parametres.php +++ b/inc/ws/Metier/class.ws.book.parametres.php @@ -117,7 +117,7 @@ class wsBookParametres extends wsParametres { $this->fields['helpStartupTime'] = array('type' => 'integer', 'default' => 15, 'editable' => true, 'label' => __("Temps d'affichage en secondes")); $this->fields['helpArrowTooltip'] = array('type' => 'text', 'default' => '', 'editable' => true, 'label' => __('Bulle affichée au niveau de la flèche de droite'), 'grade' => 5); $this->forms['help'] = array('label' => __('Aide'), - 'fieldsnames' => array('help', '|', 'helpStartup', 'helpStartupTime', '|', 'helpBookmarks','|','helpArrowTooltip')); + 'fieldsnames' => array('help', '|', 'helpStartup', 'helpStartupTime', '|', 'helpBookmarks', '|', 'helpArrowTooltip')); // . // $this->fields['indexAutoScroll'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __('Activer le scroll automatique')); @@ -339,6 +339,10 @@ class wsBookParametres extends wsParametres { $this->forms['v1'] = array('label' => __('Options spécifiques au fluidbook version 1'), 'fieldsnames' => array('extras', 'v1SWF')); + $this->fields['themeEnableAfterSearch'] = array('type' => 'boolean', 'default' => true, 'label' => __("Afficher l'image supplémentaire à droite du moteur de recherche"), 'grade' => 3); + $this->forms['theme'] = array('label' => __('Options du thème'), + 'fieldsnames' => array('themeEnableAfterSearch')); + $this->fields['disableDemo'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __('Désactiver le lien de démo'), 'grade' => 5); $this->fields['redirectDemo'] = array('type' => 'text', 'default' => '', 'editable' => true, 'label' => __('Rediriger le lien de démo vers'), 'grade' => 5); $this->forms['demo'] = array('label' => __('Lien de démo'), -- 2.39.5