From 038ede93780ba5fffa2207d072928203a4cc6e6e Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 21 Dec 2012 17:34:27 +0000 Subject: [PATCH] --- inc/ws/Metier/class.ws.book.parametres.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/ws/Metier/class.ws.book.parametres.php b/inc/ws/Metier/class.ws.book.parametres.php index 43d5c8a01..45aaae954 100644 --- a/inc/ws/Metier/class.ws.book.parametres.php +++ b/inc/ws/Metier/class.ws.book.parametres.php @@ -128,9 +128,10 @@ class wsBookParametres extends wsParametres { $this->fields['textExtraction'] = array('type' => 'combo', 'default' => 'pdfbox', 'editable' => true, 'label' => __("Méthode d'extraction des textes"), 'datas' => array(__('PDFBox') => 'pdfbox', __('Poppler') => 'poppler')); + $this->fields['searchShowNoResultsPages'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __("Afficher les pages sans résultats")); $this->forms['search'] = array('label' => __('Moteur de recherche'), - 'fieldsnames' => array('search', 'ignoreSearch', 'ignoreSearchSeparators', 'textExtraction')); + 'fieldsnames' => array('search', 'searchHideNoResultsPages', '|', 'ignoreSearch', 'ignoreSearchSeparators', 'textExtraction')); $this->fields['soundTheme'] = array('type' => 'combo', 'default' => 'classic', 'editable' => true, 'label' => __("Thème sonore"), 'datas' => array(__('Pas de son') => '', -- 2.39.5