lebenslauf <-> profil-Kopf
This commit is contained in:
parent
cf44a07942
commit
6375ea62c9
|
@ -16,16 +16,8 @@ if($edit){
|
|||
|
||||
<?php
|
||||
$inCat= -1;
|
||||
foreach($cv as $cvc){
|
||||
if ( $inCat != $cvc['DreamjobListCvCategory']['id'] ){
|
||||
if($cvp0['DreamjobListCvCategory']['id'] != $cvc['DreamjobListCvCategory']['id']){
|
||||
?>
|
||||
<h4><?=$cvc['DreamjobListCvCategory']['name'];?></h4>
|
||||
<table class="cv">
|
||||
<?php
|
||||
}else{
|
||||
?>
|
||||
<h4><?=$cvp0['DreamjobListCvCategory']['name'];?></h4>
|
||||
?>
|
||||
<h4><?=$cvp0['DreamjobListCvCategory']['name'];?></h4>
|
||||
<table class="cv">
|
||||
<tr>
|
||||
<td><?=__("dreamjob.bday");?></td>
|
||||
|
@ -50,7 +42,21 @@ if($edit){
|
|||
<td><?=__("dreamjob.country.worker");?></td>
|
||||
<td><?=$profil['DreamjobWorker']['country'];?></td>
|
||||
</tr>
|
||||
<?php }
|
||||
<?php
|
||||
if(count($cv)==0){
|
||||
?>
|
||||
</table>
|
||||
<?php
|
||||
}
|
||||
foreach($cv as $cvc){
|
||||
if ( $inCat != $cvc['DreamjobListCvCategory']['id'] ){
|
||||
if($cvp0['DreamjobListCvCategory']['id'] != $cvc['DreamjobListCvCategory']['id']){
|
||||
?>
|
||||
</table>
|
||||
<h4><?=$cvc['DreamjobListCvCategory']['name'];?></h4>
|
||||
<table class="cv">
|
||||
<?php
|
||||
}
|
||||
$inCat = $cvc['DreamjobListCvCategory']['id'];
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue