From b205ae16cf29802ab5bbf1ff5f67fdaf75231019 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 10 Jan 2012 17:07:02 +0000 Subject: [PATCH] --- fluidbook/compile/_zinc/Fluidbook.zinc | Bin 808 -> 808 bytes inc/ws/Metier/class.ws.book.parametres.php | 3 ++- ua.php | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 ua.php diff --git a/fluidbook/compile/_zinc/Fluidbook.zinc b/fluidbook/compile/_zinc/Fluidbook.zinc index 8e9c2bb796aef082b50e59905e04290dcb8a4ce7..d0788046b23da466404bca11e8044f3a9ce131ba 100644 GIT binary patch delta 25 hcmZ3%wt{U#AS2Th#>s+A(wp-bn;03VO#aAZ4gg}-2d)4B delta 25 hcmZ3%wt{U#AS2Us#>s+A(wp-bn;03VPyWbc4gg~q2ebeH diff --git a/inc/ws/Metier/class.ws.book.parametres.php b/inc/ws/Metier/class.ws.book.parametres.php index e17b38fb5..e742431ea 100644 --- a/inc/ws/Metier/class.ws.book.parametres.php +++ b/inc/ws/Metier/class.ws.book.parametres.php @@ -136,6 +136,7 @@ class wsBookParametres extends wsParametres { $epsFilter->extensions = '*.ai;*.eps'; $this->fields['displayChaptersIcon'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __("Affiche l'icône du sommaire"), 'grade' => 1); + $this->fields['displayChaptersLine'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __("Affiche une ligne entre le label et le numéro de page"), 'grade' => 5); $this->fields['chaptersPage'] = array('type' => 'text', 'default' => '', 'editable' => true, 'label' => __('Faire pointer le sommaire sur la page'), 'grade' => 3, 'hint' => __('Laisser vide pour utiliser le sommaire classique'), 'size' => 5); $this->fields['displayChaptersAtStart'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __("Afficher le sommaire au chargement de la publication"), 'grade' => 3); $this->fields['chaptersColumns'] = array('type' => 'integer', 'default' => 1, 'editable' => true, 'label' => __('Afficher le sommaire sur x colonne(s)'), 'grade' => 3); @@ -151,7 +152,7 @@ class wsBookParametres extends wsParametres { __("Aligné sur l'icône") => 'chaptersIcon')); $this->forms['sommaire'] = array('label' => __('Sommaire'), - 'fieldsnames' => array('displayChaptersIcon', 'displayChaptersAtStart', 'chaptersPage', 'chaptersPosition', '|', 'chaptersColMaxWidth', 'chaptersColumns', '|', 'externalChapters', 'fullExternalChapters', '|', 'ongletsSWF', 'ongletsXML')); + 'fieldsnames' => array('displayChaptersIcon', 'displayChaptersAtStart', 'chaptersPage', 'chaptersPosition', '|', 'chaptersColMaxWidth', 'chaptersColumns','displayChaptersLine', '|', 'externalChapters', 'fullExternalChapters', '|', 'ongletsSWF', 'ongletsXML')); // . $this->fields['customLinkClass'] = array('type' => 'text', 'default' => '', 'editable' => true, 'label' => __('Classe pour les liens personnalisés'), 'grade' => 5); $this->fields['permanentLinks'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __('Liens visibles en permanence'), 'grade' => 3); diff --git a/ua.php b/ua.php new file mode 100644 index 000000000..3d1903a5c --- /dev/null +++ b/ua.php @@ -0,0 +1,4 @@ + -- 2.39.5