Qual: Uniformize pdf templates

Qual: Removed duplicate pdf templates when content with no technology
difference nor functionnal difference
This commit is contained in:
Laurent Destailleur
2012-09-04 20:04:38 +02:00
parent 2bf933fbab
commit aea89389e8
9 changed files with 261 additions and 3026 deletions

View File

@@ -174,13 +174,12 @@ class pdf_soleil extends ModelePDFFicheinter
$pdf->SetFont('','', $default_font_size - 1);
$pdf->MultiCell(0, 3, ''); // Set interline to 3
$tab_top = 100;
$tab_top_middlepage = 50;
$tab_top_newpage = 50;
$tab_height = 120;
$tab_height_newpage = 150;
$tab_top = 90;
$tab_top_middlepage = 10;
$tab_top_newpage = 10;
$tab_height = 130;
$tab_height_middlepage = 200;
$tab_height_endpage = 170;
$tab_height_newpage = 150;
// Affiche notes
if (! empty($object->note_public))