anhange von worker und company melden
This commit is contained in:
parent
1ba897cfee
commit
0acbe405a0
|
@ -43,7 +43,13 @@ if($profil['AppUser']['take_systemwide']){
|
||||||
?>
|
?>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php if(!empty($WORKER) and count($WORKER)>0){ ?>
|
||||||
|
<h1><?=__("dreamjob.settings.pages.company");?></h1>
|
||||||
|
<?php }else{ ?>
|
||||||
<h1><?=__("dreamjob.settings.pages");?></h1>
|
<h1><?=__("dreamjob.settings.pages");?></h1>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<ul class="nav nav-pills">
|
<ul class="nav nav-pills">
|
||||||
<?php foreach($profil['DreamjobPageInh'] as $pag){ ?>
|
<?php foreach($profil['DreamjobPageInh'] as $pag){ ?>
|
||||||
<li<?php if(isset($page['DreamjobPageInh']['id'])) if ($page['DreamjobPageInh']['id'] == $pag['id']){?> class="active"<?php } ?> page="<?=$pag['id'];?>">
|
<li<?php if(isset($page['DreamjobPageInh']['id'])) if ($page['DreamjobPageInh']['id'] == $pag['id']){?> class="active"<?php } ?> page="<?=$pag['id'];?>">
|
||||||
|
|
Loading…
Reference in New Issue