From b49179f7677a82603e9b6b590cbf640716e24f8b Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 4 Sep 2013 13:05:38 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.flash.php | 1 - inc/ws/Metier/class.ws.book.parametres.php | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/inc/ws/Controlleur/class.ws.flash.php b/inc/ws/Controlleur/class.ws.flash.php index 4887b80b7..d2313760f 100644 --- a/inc/ws/Controlleur/class.ws.flash.php +++ b/inc/ws/Controlleur/class.ws.flash.php @@ -485,7 +485,6 @@ class wsFlash extends cubeFlashGateway { set_time_limit(0); - fb(time(), 'get links init'); $dao = new wsDAOBook($core->con); $book = $dao->selectById($this->args['book_id']); diff --git a/inc/ws/Metier/class.ws.book.parametres.php b/inc/ws/Metier/class.ws.book.parametres.php index c6f2ffac8..45ee9bd7f 100644 --- a/inc/ws/Metier/class.ws.book.parametres.php +++ b/inc/ws/Metier/class.ws.book.parametres.php @@ -241,6 +241,10 @@ class wsBookParametres extends wsParametres { $this->forms['archives'] = array('label' => __('Archives'), 'fieldsnames' => array('externalArchives', 'externalArchivesBack', '|', 'archivesLink', 'archivesLabel')); // . + $this->fields['form'] = array('type' => 'combo', 'default' => '', 'editable' => true, 'grade' => 5, 'label' => __('Formulaire'), 'datas' => array(__('Aucun') => '', __('Bulle Groupe') => 'bulle')); + $this->forms['form'] = array('label' => __('Formulaire'), + 'fieldsnames' => array('form')); + //. $this->fields['basket'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __('Panier activé'), 'grade' => 5); $this->fields['basketManager'] = array('type' => 'combo', 'default' => 'classic', 'editable' => true, 'label' => __("Manager de panier"), 'datas' => array(__('Classic') => 'com.fluidbook.player.basket.BasketManager', -- 2.39.5