fix: retrait bloc ATTENTION anciennete SITECONSEIL du PDF contrat
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -197,26 +197,7 @@ class ContratMigrationSiteconseilPdf extends Fpdi
|
||||
$this->Ln(2);
|
||||
}
|
||||
|
||||
// Avertissement important
|
||||
$this->Ln(2);
|
||||
$this->SetFillColor(255, 247, 237);
|
||||
$this->SetDrawColor(234, 88, 12);
|
||||
$this->Rect($this->GetX(), $this->GetY(), 180, 18, 'DF');
|
||||
|
||||
$this->SetFont('Arial', 'B', 9);
|
||||
$this->SetTextColor(154, 52, 18);
|
||||
$this->SetX(15);
|
||||
$this->Cell(0, 6, $this->enc('ATTENTION :'), 0, 1, 'L');
|
||||
$this->SetFont('Arial', '', 8);
|
||||
$this->SetX(15);
|
||||
$this->MultiCell(170, 4, $this->enc(
|
||||
'L\'Association E-Cosplay ne prendra pas en compte votre anciennete avec la SARL SITECONSEIL, '
|
||||
.'ni les accords ou conditions particulieres que vous auriez pu conclure avec cette derniere. '
|
||||
.'Le present contrat constitue un engagement nouveau et independant.'
|
||||
), 0, 'J');
|
||||
$this->SetTextColor(0, 0, 0);
|
||||
$this->SetDrawColor(200, 200, 200);
|
||||
$this->Ln(5);
|
||||
$this->Ln(3);
|
||||
}
|
||||
|
||||
/** @codeCoverageIgnore */
|
||||
|
||||
Reference in New Issue
Block a user