From: vincent@cubedesigners.com Date: Mon, 25 Apr 2016 17:34:08 +0000 (+0000) Subject: #fluidbook-workshop : Fix bnp problem (only html5 generated for download) @0:30 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8e29e1a02a850ca61c56e9eb2a9942fba69cc0d8;p=cubeextranet.git #fluidbook-workshop : Fix bnp problem (only html5 generated for download) @0:30 --- diff --git a/inc/ws/Metier/class.ws.book.parametres.php b/inc/ws/Metier/class.ws.book.parametres.php index a39bfe920..5b9ea1955 100644 --- a/inc/ws/Metier/class.ws.book.parametres.php +++ b/inc/ws/Metier/class.ws.book.parametres.php @@ -294,7 +294,7 @@ class wsBookParametres extends wsParametres { $this->forms['offline'] = array('label' => __('Version offline'), 'fieldsnames' => array('offlineTitle', 'offlineLink')); - $this->fields['alwaysHTML5'] = array('type' => 'boolean', 'default' => 'false', 'editable' => true, 'label' => __('Toujours utiliser la version HTML5'), 'grade' => 3); + $this->fields['alwaysHTML5'] = array('type' => 'boolean', 'default' => 'false', 'editable' => true, 'label' => __('Toujours utiliser la version HTML5'), 'grade' => 1); $this->fields['mobileVersion'] = array('type' => 'combo', 'default' => 'html5-images', 'editable' => true, 'label' => __('Version mobile'), 'grade' => 3, 'datas' => array(__('Rediriger vers le PDF') => 'pdf', __('Version HTML5') => 'html5',