ueberschriften
This commit is contained in:
parent
5ed49c7729
commit
2a037cc508
|
@ -3,7 +3,10 @@ App::import('Vendor','tcpdf/xtcpdf');
|
|||
$cvinhalt = $this->element('user_worker_cv',array('toPDF'=>true,'profil'=>array('User'=>$application['WorkerUser']
|
||||
,'AppUser'=>$application['AppUserWorker'],'DreamjobWorker'=>$application['DreamjobWorker'],'DreamjobListGraducation'=>$application['WorkerGraducation'],'DreamjobListCity'=>$application['DreamjobWorkerListCity'])));
|
||||
|
||||
$cvinhalt .= '<style>span{font-style:italic;font-size:10px;}</style>';
|
||||
$cvinhalt .= '<style>span{font-style:italic;font-size:10px;}h1,h2,h3,h4,h5{
|
||||
border-bottom:2px solid grey;
|
||||
width:100%;
|
||||
}</style>';
|
||||
ob_end_clean();
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
<?php
|
||||
App::import('Vendor','tcpdf/xtcpdf');
|
||||
$cvinhalt = $this->element('user_worker_cv',array('toPDF'=>true,'profil'=>$WORKER));
|
||||
$cvinhalt .= '<style>span{font-style:italic;font-size:10px;}</style>';
|
||||
$cvinhalt .= '<style>span{font-style:italic;font-size:10px;}h1,h2,h3,h4,h5{
|
||||
border-bottom:2px solid grey;
|
||||
width:100%;
|
||||
}</style>';
|
||||
ob_end_clean();
|
||||
|
||||
|
||||
|
|
|
@ -11,6 +11,10 @@ body{
|
|||
padding:0px;
|
||||
margin:0px;
|
||||
}
|
||||
h1,h2,h3,h4,h5{
|
||||
border-bottom:2px solid grey;
|
||||
width:100%;
|
||||
}
|
||||
a {
|
||||
color: #428BCA;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue