]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 10 Jan 2012 17:07:02 +0000 (17:07 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 10 Jan 2012 17:07:02 +0000 (17:07 +0000)
fluidbook/compile/_zinc/Fluidbook.zinc
inc/ws/Metier/class.ws.book.parametres.php
ua.php [new file with mode: 0644]

index 8e9c2bb796aef082b50e59905e04290dcb8a4ce7..d0788046b23da466404bca11e8044f3a9ce131ba 100644 (file)
Binary files a/fluidbook/compile/_zinc/Fluidbook.zinc and b/fluidbook/compile/_zinc/Fluidbook.zinc differ
index e17b38fb5dc81227660901714bbce750f8086fc4..e742431ea7abaa0c55879aef64fecfc54c7e97bd 100644 (file)
@@ -136,6 +136,7 @@ class wsBookParametres extends wsParametres {
                $epsFilter->extensions = '*.ai;*.eps';\r
 \r
                $this->fields['displayChaptersIcon'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __("Affiche l'icône du sommaire"), 'grade' => 1);\r
+               $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);\r
                $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);\r
                $this->fields['displayChaptersAtStart'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __("Afficher le sommaire au chargement de la publication"), 'grade' => 3);\r
                $this->fields['chaptersColumns'] = array('type' => 'integer', 'default' => 1, 'editable' => true, 'label' => __('Afficher le sommaire sur x colonne(s)'), 'grade' => 3);\r
@@ -151,7 +152,7 @@ class wsBookParametres extends wsParametres {
                                __("Aligné sur l'icône") => 'chaptersIcon'));\r
 \r
                $this->forms['sommaire'] = array('label' => __('Sommaire'),\r
-                       'fieldsnames' => array('displayChaptersIcon', 'displayChaptersAtStart', 'chaptersPage', 'chaptersPosition', '|', 'chaptersColMaxWidth', 'chaptersColumns', '|', 'externalChapters', 'fullExternalChapters', '|', 'ongletsSWF', 'ongletsXML'));\r
+                       'fieldsnames' => array('displayChaptersIcon', 'displayChaptersAtStart', 'chaptersPage', 'chaptersPosition', '|', 'chaptersColMaxWidth', 'chaptersColumns','displayChaptersLine', '|', 'externalChapters', 'fullExternalChapters', '|', 'ongletsSWF', 'ongletsXML'));\r
                // .\r
                $this->fields['customLinkClass'] = array('type' => 'text', 'default' => '', 'editable' => true, 'label' => __('Classe pour les liens personnalisés'), 'grade' => 5);\r
                $this->fields['permanentLinks'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __('Liens visibles en permanence'), 'grade' => 3);\r
diff --git a/ua.php b/ua.php
new file mode 100644 (file)
index 0000000..3d1903a
--- /dev/null
+++ b/ua.php
@@ -0,0 +1,4 @@
+<?php
+
+echo $_SERVER['HTTP_USER_AGENT'];
+?>