]> _ Git - cubeextranet.git/commitdiff
WIP #2510 @0.5
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 16 Jan 2019 10:02:23 +0000 (10:02 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 16 Jan 2019 10:02:23 +0000 (10:02 +0000)
inc/ws/Metier/class.ws.book.parametres.php
l10n/en/main.lang.php

index ba020201276d559fa68ee8b7d29f8438fd746481..e8c36dddec6b7a1a6c4af5e081aefa7a4f5a09a4 100644 (file)
@@ -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'));
 
                // .
                //
index 093ac11e58ed3058085dc4bea1b7417fd03fad0a..fc62784b3f045251a3bbffd021635f3c4893a694 100644 (file)
@@ -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',