$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