diff --git a/app/Vendor/tcpdf/xtcpdf.php b/app/Vendor/tcpdf/xtcpdf.php
index 650370d..59116d4 100644
--- a/app/Vendor/tcpdf/xtcpdf.php
+++ b/app/Vendor/tcpdf/xtcpdf.php
@@ -15,7 +15,7 @@ class XTCPDF extends TCPDF{
$this->Cell(0,0, $this->title, array('B'=>array('width' => 1,'color'=>array(157,18,22))),1,'L');
$this->SetY(22);
if($this->title=='')
- $this->Image(WWW_ROOT.DS.'img'.DS.'pdf-logo-lang.png',0,10,85,20,'','','','',300,'R');
+ $this->Image(WWW_ROOT.DS.'img'.DS.'pdf-logo-lang.png',0,15,64,15,'','','','',300,'R');
else
$this->Image(WWW_ROOT.DS.'img'.DS.'pdf-logo.png',0,10,20,20,'','','','',300,'R');
}
diff --git a/app/View/Pdf/application.ctp b/app/View/Pdf/application.ctp
index a5a660d..e0d4976 100644
--- a/app/View/Pdf/application.ctp
+++ b/app/View/Pdf/application.ctp
@@ -29,9 +29,9 @@ $tcpdf->SetTextColor(0, 0, 0);
$tcpdf->SetFont($tcpdf->font);
$tcpdf->Image(WWW_ROOT.DS.'uploads'.DS.$application['AppUserWorker']['avatar'],0,40,0,140,'','','','',300,'L');
$tcpdf->SetY(185);
-$tcpdf->SetFont($tcpdf->font,'B',$tcpdf->fontsize);
+$tcpdf->SetFont($tcpdf->font,'B',$tcpdf->fontsize+4);
$tcpdf->Cell(0,0, __('dreamjob.application'), 0,1,'L');
-$tcpdf->SetFont($tcpdf->font);
+$tcpdf->SetFont($tcpdf->font,'',$tcpdf->fontsize);
$tcpdf->Cell(0,0, __('dreamjob.application.for').' '.$application['DreamjobJobOpening']['title'], 0,1,'L');
$tcpdf->SetY(255);
diff --git a/app/View/Pdf/profil.ctp b/app/View/Pdf/profil.ctp
index c90bbf1..11e2748 100644
--- a/app/View/Pdf/profil.ctp
+++ b/app/View/Pdf/profil.ctp
@@ -8,9 +8,10 @@ header("Content-type: application/pdf");
$cvinhalt = $this->element('user_worker_cv',array('toPDF'=>true,'profil'=>$WORKER));
$cvinhalt .= '';
+}
+';
$dev = 0;
$tcpdf = new XTCPDF();
@@ -28,9 +29,9 @@ $tcpdf->SetTextColor(0, 0, 0);
$tcpdf->SetFont($tcpdf->font);
$tcpdf->Image(WWW_ROOT.DS.'uploads'.DS.$WORKER['AppUser']['avatar'],0,40,0,140,'','','','',300,'L');
$tcpdf->SetY(185);
-$tcpdf->SetFont($tcpdf->font,'B',$tcpdf->fontsize);
+$tcpdf->SetFont($tcpdf->font,'B',$tcpdf->fontsize+4);
$tcpdf->Cell(0,0, __('dreamjob.application.mappe'), 0,1,'L');
-$tcpdf->SetFont($tcpdf->font);
+$tcpdf->SetFont($tcpdf->font,'',$tcpdf->fontsize);
$tcpdf->SetY(255);
$tcpdf->Cell(0,0, $WORKER['Mannerofaddress']['name'].' '.$WORKER['AppUser']['first_name'].' '.$WORKER['AppUser']['last_name'], 0,1,'R');
diff --git a/app/View/Search/academy.ctp b/app/View/Search/academy.ctp
index b0d2b9b..45c7bd4 100644
--- a/app/View/Search/academy.ctp
+++ b/app/View/Search/academy.ctp
@@ -12,7 +12,7 @@
$a['novalidate'] = true;
echo $this->Form->create('DreamjobJobOpening',$a);
?>
-
=__('dreamjob.search.academy');?>
+ =__('dreamjob.search.academy');?>
element('search_navbar',array('SEARCH_auto'=>true));
?>
- =__('dreamjob.search.auto');?>
+ =__('dreamjob.search.auto');?>
=__('dreamjob.search.auto.text');?>
diff --git a/app/View/Search/company.ctp b/app/View/Search/company.ctp
index 5540636..d8d0b4a 100644
--- a/app/View/Search/company.ctp
+++ b/app/View/Search/company.ctp
@@ -13,7 +13,7 @@
echo $this->Form->create('DreamjobCompany',$a);
?>
-
=__('dreamjob.search.company');?>
+ =__('dreamjob.search.company');?>
Form->create('DreamjobJobOpening',$a);
?>
- =__('dreamjob.search.education');?>
+ =__('dreamjob.search.education');?>
Form->create('DreamjobJobOpening',$a);
?>
- =__('dreamjob.search.internship');?>
+ =__('dreamjob.search.internship');?>
Form->create('DreamjobJobOpening',$a);
?>
- =__('dreamjob.search.opening');?>
+ =__('dreamjob.search.opening');?>
-
\ No newline at end of file
+
diff --git a/app/View/Search/worker.ctp b/app/View/Search/worker.ctp
index 3f7ef7a..f7736dc 100644
--- a/app/View/Search/worker.ctp
+++ b/app/View/Search/worker.ctp
@@ -11,7 +11,7 @@
$a['novalidate'] = true;
echo $this->Form->create('DreamjobWorker',$a);
?>
- =__('dreamjob.search.worker');?>
+ =__('dreamjob.search.worker');?>
- =__("dreamjob.settings");?>
+ =__("dreamjob.settings");?>
Form->create(false,$default_Form);
?>
diff --git a/app/View/User/settings_isearch.ctp b/app/View/User/settings_isearch.ctp
index ecd6f49..3bf3d05 100644
--- a/app/View/User/settings_isearch.ctp
+++ b/app/View/User/settings_isearch.ctp
@@ -19,7 +19,7 @@ if($profil['AppUser']['take_systemwide']){
=$this->Html->link(__("dreamjob.settings.isearch"),array('controller'=>'user','action'=>'settings_isearch'));?>
- =__("dreamjob.settings.isearch");?>
+ =__("dreamjob.settings.isearch");?>
Form->create("DreamjobISearch",$default_hForm);
?>
diff --git a/app/View/User/settings_pages.ctp b/app/View/User/settings_pages.ctp
index 843a6c9..fd555c0 100644
--- a/app/View/User/settings_pages.ctp
+++ b/app/View/User/settings_pages.ctp
@@ -49,9 +49,9 @@ if($profil['AppUser']['take_systemwide']){
0){ ?>
- =__("dreamjob.settings.pages");?>
+ =__("dreamjob.settings.pages");?>
- =__("dreamjob.settings.pages.company");?>
+ =__("dreamjob.settings.pages.company");?>
diff --git a/app/webroot/css/dreamjob.css b/app/webroot/css/dreamjob.css
index fb1af3e..55759f0 100755
--- a/app/webroot/css/dreamjob.css
+++ b/app/webroot/css/dreamjob.css
@@ -11,12 +11,6 @@ body{
padding:0px;
margin:0px;
}
-/*
-h1,h2,h3,h4,h5{
- border-bottom:2px solid grey;
- width:100%;
-}
-*/
a {
color: #428BCA;
text-decoration: none;
@@ -45,7 +39,7 @@ textarea {
color:grey;
}
h4{
- color:grey;
+ border-bottom:1px solid grey;
margin-top:30px;
}
.box img{
@@ -456,12 +450,11 @@ fieldset.search .form-group{
text-align:left;
width:250px;
display:block;
- margin:0px 20px;
+ margin-right:30px;
float:left;
}
fieldset.search .submit.form-group{
padding-top:40px;
- margin:0px 20px;
}
fieldset.search .submit.form-group .btn{