From 145d29bb23efae9e1130854fad50f3a5329205fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Tue, 7 Oct 2014 13:34:14 +0200 Subject: [PATCH] #6 farbe extern bewerbung --- app/Vendor/tcpdf/xtcpdf.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/Vendor/tcpdf/xtcpdf.php b/app/Vendor/tcpdf/xtcpdf.php index 1f89c1c..c80a8a4 100644 --- a/app/Vendor/tcpdf/xtcpdf.php +++ b/app/Vendor/tcpdf/xtcpdf.php @@ -19,7 +19,7 @@ class XTCPDF extends TCPDF{ $this->SetTextColor(0,0, 0); $this->SetFont($this->font,'B',($this->fontsize)+2); if($this->disableDesign) - $this->Cell(0,0, $this->title, array('B'=>array('width' => 1,'color'=>array(84,84,84))),1,'L'); + $this->Cell(0,0, $this->title, array('B'=>array('width' => 1,'color'=>array(0,99,184))),1,'L'); else $this->Cell(0,0, $this->title, array('B'=>array('width' => 1,'color'=>array(157,18,22))),1,'L'); $this->SetY(22); @@ -34,10 +34,7 @@ class XTCPDF extends TCPDF{ $this->SetY(-20); $this->SetTextColor(0, 0, 0); $this->SetFont($this->font,'',$this->fontsize); - if($this->disableDesign) - $this->Cell(0,8, $this->mail, array('T'=>array('width' => 1,'color'=>array(84,84,84))),1,'L'); - else - $this->Cell(0,8, $this->mail,array('T'=>array('width' => 1,'color'=>array(0,115,184))),1,'L'); + $this->Cell(0,8, $this->mail,array('T'=>array('width' => 1,'color'=>array(0,99,184))),1,'L'); $this->SetY(-20); if($this->disableDesign) $this->Cell(0,8,$this->PageNo()." / ".$this->getAliasNbPages(),'',1,'R');