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' => '
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 @@