diff --git a/app/Controller/Component/MiconwareSessionComponent.php b/app/Controller/Component/MiconwareSessionComponent.php index b905d21..ef62e6f 100755 --- a/app/Controller/Component/MiconwareSessionComponent.php +++ b/app/Controller/Component/MiconwareSessionComponent.php @@ -20,7 +20,7 @@ class MiconwareSessionComponent extends Component { } $controller->set("isStaff",$this->isStaff()); $controller->set("MEDIA_URL","http://dev.dreamjob.cc/media/"); - $controller->set('default',array( + $controller->set('default_sForm',array( 'inputDefaults' => array( 'div' => array('class' => 'control-group'), 'label' => array('class' => 'control-label'), @@ -28,6 +28,14 @@ class MiconwareSessionComponent extends Component { 'after' => '', 'class' => '')) ); + $controller->set('default_Form',array( + 'inputDefaults' => array( + 'div' => array('class' => 'form-group'), + 'label' => array('class' => 'col-lg-3 control-label'), + 'between' => '
', + 'after' => '
', + 'class' => 'form-control ')) + ); } public function refreshCache(){ if($this->isLoggedin()){ diff --git a/app/View/Home/impressum.ctp b/app/View/Home/impressum.ctp index 2dc2877..3c96e9a 100755 --- a/app/View/Home/impressum.ctp +++ b/app/View/Home/impressum.ctp @@ -10,7 +10,7 @@ ONWARE

Sebastian Imberg, Augusto Capece, Martin Müller GbR

-

Hohentorsheerstraße 8

+

Huder Straße 2

28199 Bremen

Inhaber:

Sebastian Imberg, Augusto Capece, Martin Müller

diff --git a/app/View/Job/opening.ctp b/app/View/Job/opening.ctp index 6f4474b..21fbbb3 100644 --- a/app/View/Job/opening.ctp +++ b/app/View/Job/opening.ctp @@ -3,6 +3,7 @@ * */ $fav=false; + if(isset($WORKER['Favority'])) foreach($WORKER['Favority'] as $val){ if($val['id'] == $opening['DreamjobJobOpening']['id']) $fav=true; @@ -57,4 +58,9 @@
+
+ Html->link(__('dreamjob.applicate'),array('controller'=>'job', 'action'=>'openingGet', 'id'=> $opening['DreamjobJobOpening']['id']),array("class" => "btn btn-default")); + ?> +