From 7d191b402ac482f793ab2a240b6ba860b6a4146a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Thu, 24 Apr 2014 10:31:59 +0200 Subject: [PATCH] ueberschriften --- app/View/Pdf/application.ctp | 4 ++-- app/View/Pdf/profil.ctp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/View/Pdf/application.ctp b/app/View/Pdf/application.ctp index 3426168..ec8dcf2 100644 --- a/app/View/Pdf/application.ctp +++ b/app/View/Pdf/application.ctp @@ -97,8 +97,8 @@ foreach($application['Page'] as $page){ // etc. // see the TCPDF examples -$tcpdf->Output('filename.pdf','I'); +//$tcpdf->Output('filename.pdf','I'); // TO Download -//$tcpdf->Output('filename.pdf','D'); +$tcpdf->Output('filename.pdf','D'); ?> diff --git a/app/View/Pdf/profil.ctp b/app/View/Pdf/profil.ctp index 3135b7c..cebff5e 100644 --- a/app/View/Pdf/profil.ctp +++ b/app/View/Pdf/profil.ctp @@ -71,8 +71,8 @@ foreach($WORKER['DreamjobPageInh'] as $page){ // etc. // see the TCPDF examples -$tcpdf->Output('profil.pdf','I'); +//$tcpdf->Output('profil.pdf','I'); // TO Download -//$tcpdf->Output('profil.pdf','D'); +$tcpdf->Output('profil.pdf','D'); ?>