🎨 style(Pdf): Met à jour le champ de signature dans le PDF pour une meilleure apparence.
This commit is contained in:
@@ -361,7 +361,7 @@ class AgGenerator extends Fpdf
|
|||||||
$this->Ln(5);
|
$this->Ln(5);
|
||||||
|
|
||||||
$this->SetFont('Arial', '', 10);
|
$this->SetFont('Arial', '', 10);
|
||||||
$this->Cell(95, 5, utf8_decode("{{Sign;type=signature,width=100}}"), 0, 0, 'C');
|
$this->Cell(95, 5, utf8_decode("{{Signature;width=250;height=25;type=signature}}"), 0, 0, 'C');
|
||||||
$this->Cell(95, 5, utf8_decode(""), 0, 1, 'C');
|
$this->Cell(95, 5, utf8_decode(""), 0, 1, 'C');
|
||||||
$this->Ln(5);
|
$this->Ln(5);
|
||||||
$this->Cell(95, 5, utf8_decode($this->main->getPresident()->getName()." ".$this->main->getPresident()->getSurname()), 0, 0, 'C');
|
$this->Cell(95, 5, utf8_decode($this->main->getPresident()->getName()." ".$this->main->getPresident()->getSurname()), 0, 0, 'C');
|
||||||
|
|||||||
Reference in New Issue
Block a user