From 3ea5e40afb2ae83c0a276a499b1e584659a993a6 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 12 Oct 2012 12:23:34 +0000 Subject: [PATCH] --- inc/ws/Metier/class.ws.book.parametres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Metier/class.ws.book.parametres.php b/inc/ws/Metier/class.ws.book.parametres.php index 0e66dfc69..20a60aecc 100644 --- a/inc/ws/Metier/class.ws.book.parametres.php +++ b/inc/ws/Metier/class.ws.book.parametres.php @@ -68,7 +68,7 @@ class wsBookParametres extends wsParametres { $this->fields['width'] = array('type' => 'float', 'default' => '', 'editable' => false, 'label' => __('Largeur')); $this->fields['height'] = array('type' => 'float', 'default' => '', 'editable' => false, 'label' => __('Hauteur')); // . - $this->fields['visualisationMode'] = array('type' => 'combo', 'default' => '0', 'editable' => true, 'label' => __("Mode de visualisation 3D"), + $this->fields['visualisationMode'] = array('type' => 'combo', 'default' => '3', 'editable' => true, 'label' => __("Mode de visualisation 3D"), 'datas' => array(__('Mode 3D') => '0', __('Mode 2D (caméra fixe et pages à plat)') => '1', __("Laisser le choix à l'utilisateur (mode 3D par défaut)") => '2', -- 2.39.5