sortable pages js
This commit is contained in:
parent
dd0baed569
commit
c7f674c313
|
@ -127,7 +127,7 @@
|
|||
</div>
|
||||
<!-- java script -->
|
||||
<?php
|
||||
echo $this->Html->script(array('jquery.min', 'bootstrap.min', 'bootstrap-wysihtml5','select2.min','select2_locale_de','dreamjob'));
|
||||
echo $this->Html->script(array('jquery.min', 'jquery-ui.min', 'bootstrap.min', 'bootstrap-wysihtml5','select2.min','select2_locale_de','dreamjob'));
|
||||
?>
|
||||
<!-- extraScript -->
|
||||
<?php
|
||||
|
|
|
@ -123,7 +123,7 @@ if($profil['AppUser']['take_systemwide']){
|
|||
?>
|
||||
<?php }?>
|
||||
<?php if(isset($COMPANY) and $COMPANY['AppUser']['id']==$profil['AppUser']['id']){ ?>
|
||||
<li><?=$this->Html->link('<span class="glyphicon glyphicon-plus"></span>'.__('dreamjob.pages.company.new'),array('controller'=>'user','action'=>'settings_pageInh'),array('escape'=>false));?></li>
|
||||
<li><?=$this->Html->link('<span class="glyphicon glyphicon-plus"></span> '.__('dreamjob.pages.company.new'),array('controller'=>'user','action'=>'settings_pageInh'),array('escape'=>false));?></li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -35,7 +35,7 @@ if(( !empty($COMPANY) and is_array($COMPANY) and count($COMPANY) > 0 and ($COMPA
|
|||
?>
|
||||
<?php }?>
|
||||
<?php if(isset($WORKER) and $WORKER['AppUser']['id']==$profil['AppUser']['id']){ ?>
|
||||
<li><?=$this->Html->link('<span class="glyphicon glyphicon-plus"></span>'.__('dreamjob.pages.new'),array('controller'=>'user','action'=>'settings_pageInh'),array('escape'=>false));?></li>
|
||||
<li><?=$this->Html->link('<span class="glyphicon glyphicon-plus"></span> '.__('dreamjob.pages.new'),array('controller'=>'user','action'=>'settings_pageInh'),array('escape'=>false));?></li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue