This commit is contained in:
parent
9022c4bcac
commit
c513fada16
|
@ -6,7 +6,10 @@
|
|||
<div class="box start-search-box">
|
||||
<div class="img">
|
||||
<?=$this->Html->image('start-company.jpg'); ?>
|
||||
<?=$this->Html->link(__('dreamjob.registration.to'),array('controller'=>'registration', 'action'=>'company'),array("class" => "btn btn-primary"));?>
|
||||
<?php
|
||||
if(!empty($isLoggedin))
|
||||
echo $this->Html->link(__('dreamjob.registration.to'),array('controller'=>'registration', 'action'=>'company'),array("class" => "btn btn-primary"));
|
||||
?>
|
||||
</div>
|
||||
<div class="bluebox">
|
||||
Stellen ausschreiben<br/>
|
||||
|
@ -34,10 +37,7 @@
|
|||
- was dreamJOB Ihnen bietet<br/>
|
||||
<br/>
|
||||
|
||||
<?php
|
||||
if(!empty($isLoggedin))
|
||||
echo $this->Html->link($this->Html->image('start-company-broschuere.jpg'),$this->Html->url('/files/dreamJOBinfo.pdf'),array('ref' => 'eventOff','escape'=>false,'target'=>'_blank'));
|
||||
?>
|
||||
<?=$this->Html->link($this->Html->image('start-company-broschuere.jpg'),$this->Html->url('/files/dreamJOBinfo.pdf'),array('ref' => 'eventOff','escape'=>false,'target'=>'_blank'));?>
|
||||
</div>
|
||||
<div class="bar" style="width:20px;"></div>
|
||||
<div class="box bar" style="font-size:16px;">
|
||||
|
|
Loading…
Reference in New Issue