]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 28 Nov 2011 09:25:26 +0000 (09:25 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 28 Nov 2011 09:25:26 +0000 (09:25 +0000)
inc/ws/Metier/class.ws.book.parametres.php

index 3002beb20fe5c68f056a83d5579cb2c62b03bb6f..210f581a15f06859f5cca5a5415a507eb1a508a1 100644 (file)
@@ -73,8 +73,9 @@ class wsBookParametres extends wsParametres {
                $this->fields['printMode'] = array('type' => 'combo', 'default' => 'bitmap', 'editable' => true, 'label' => __("Mode d'impression"),\r
                        'datas' => array(__('Bitmap') => 'bitmap',\r
                                __('Vectoriel') => 'vector'));\r
+               $this->fields['printCoverWithMarks'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __("Imprimer les couvertures avec les pages marquées"), 'grade' => 3);\r
                $this->forms['print'] = array('label' => __('Impression'),\r
-                       'fieldsnames' => array('print', 'printMode'));\r
+                       'fieldsnames' => array('print', 'printMode', 'printCoverWithMarks'));\r
 \r
 \r
                $this->fields['search'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('Activer le moteur de recherche'));\r