From: stephen@cubedesigners.com Date: Wed, 16 Jan 2019 10:02:23 +0000 (+0000) Subject: WIP #2510 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9d89358d05ca3aa955494613b26df4ca8dc1b49e;p=cubeextranet.git WIP #2510 @0.5 --- diff --git a/inc/ws/Metier/class.ws.book.parametres.php b/inc/ws/Metier/class.ws.book.parametres.php index ba0202012..e8c36ddde 100644 --- a/inc/ws/Metier/class.ws.book.parametres.php +++ b/inc/ws/Metier/class.ws.book.parametres.php @@ -242,8 +242,9 @@ class wsBookParametres extends wsParametres $this->fields['indexAutoScroll'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __('Activer le scroll automatique')); $this->fields['pdfThumbnails'] = array('type' => 'freefile', 'default' => '', 'editable' => true, 'label' => __('PDF utilisé pour générer les miniatures'), 'grade' => 1, 'fileFilter' => $pdfFilter); + $this->fields['indexMessage'] = array('type' => 'textarea', 'default' => '', 'editable' => true, 'label' => __("Message en haut"), 'grade' => 1, 'hint' => __('Message en haut de la vue index')); - $this->forms['index'] = array('label' => __('Index'), 'fieldsnames' => array('indexAutoScroll', 'pdfThumbnails')); + $this->forms['index'] = array('label' => __('Vue d\'index (vignettes)'), 'fieldsnames' => array('indexAutoScroll', 'pdfThumbnails', 'indexMessage')); // . // diff --git a/l10n/en/main.lang.php b/l10n/en/main.lang.php index 093ac11e5..fc62784b3 100644 --- a/l10n/en/main.lang.php +++ b/l10n/en/main.lang.php @@ -645,7 +645,7 @@ let us know by writing to ', 'Bulle affichée au niveau de la flèche de droite' => 'Tooltip displayed near the right arrow', 'Aide' => 'Help', 'Activer le scroll automatique' => 'Enable automatic scrolling', - 'Index' => 'Index', + 'Vue d\'index (vignettes)' => 'Index View (thumbnails)', 'Activer l\'impression' => 'Enable printing ', 'Autoriser l\'impression de la brochure complète' => 'Allow full brochure to be printed', 'Activer l\'option pour imprimer une plage de pages' => 'Allow page ranges to be printed',