diff --git a/app/View/User/settings_account.ctp b/app/View/User/settings_account.ctp
index 30129ed..c1217a8 100644
--- a/app/View/User/settings_account.ctp
+++ b/app/View/User/settings_account.ctp
@@ -15,11 +15,15 @@ if($profil['AppUser']['take_systemwide']){
- =$this->Html->link(__("dreamjob.settings"),array('controller'=>'user','action'=>'settings_account'));?>
- - =$this->Html->link(__("dreamjob.settings.pages"),array('controller'=>'user','action'=>'settings_pageInh'));?>
0){
?>
+ - =$this->Html->link(__("dreamjob.settings.pages"),array('controller'=>'user','action'=>'settings_pageInh'));?>
- =$this->Html->link(__("dreamjob.settings.isearch"),array('controller'=>'user','action'=>'settings_isearch'));?>
+
+ - =$this->Html->link(__("dreamjob.settings.pages.company"),array('controller'=>'user','action'=>'settings_pageInh'));?>
diff --git a/app/View/User/settings_account_delete.ctp b/app/View/User/settings_account_delete.ctp
index ed600a0..0a6ba62 100644
--- a/app/View/User/settings_account_delete.ctp
+++ b/app/View/User/settings_account_delete.ctp
@@ -7,11 +7,15 @@
- =$this->Html->link(__("dreamjob.settings"),array('controller'=>'user','action'=>'settings_account'));?>
- - =$this->Html->link(__("dreamjob.settings.pages"),array('controller'=>'user','action'=>'settings_pageInh'));?>
0){
?>
+ - =$this->Html->link(__("dreamjob.settings.pages"),array('controller'=>'user','action'=>'settings_pageInh'));?>
- =$this->Html->link(__("dreamjob.settings.isearch"),array('controller'=>'user','action'=>'settings_isearch'));?>
+
+ - =$this->Html->link(__("dreamjob.settings.pages.company"),array('controller'=>'user','action'=>'settings_pageInh'));?>
diff --git a/app/View/User/settings_pages.ctp b/app/View/User/settings_pages.ctp
index 4f9dd4b..39376fe 100644
--- a/app/View/User/settings_pages.ctp
+++ b/app/View/User/settings_pages.ctp
@@ -33,11 +33,15 @@ if($profil['AppUser']['take_systemwide']){
- =$this->Html->link(__("dreamjob.settings"),array('controller'=>'user','action'=>'settings_account'));?>
- - =$this->Html->link(__("dreamjob.settings.pages"),array('controller'=>'user','action'=>'settings_pageInh'));?>
0){
?>
+ - =$this->Html->link(__("dreamjob.settings.pages"),array('controller'=>'user','action'=>'settings_pageInh'));?>
- =$this->Html->link(__("dreamjob.settings.isearch"),array('controller'=>'user','action'=>'settings_isearch'));?>
+
+ - =$this->Html->link(__("dreamjob.settings.pages.company"),array('controller'=>'user','action'=>'settings_pageInh'));?>
@@ -45,9 +49,9 @@ if($profil['AppUser']['take_systemwide']){
0){ ?>
- =__("dreamjob.settings.pages.company");?>
-
=__("dreamjob.settings.pages");?>
+
+ =__("dreamjob.settings.pages.company");?>
@@ -60,7 +64,12 @@ if($profil['AppUser']['take_systemwide']){
- class="active">
- Html->link(' '.__('dreamjob.page.new'),array('controller'=>'user','action'=>'settings_pageInh'),array('escape'=>false));
+ 0){
+ $lng = __('dreamjob.pages.new');
+ else
+ $lng = __('dreamjob.pages.company.new');
+ echo $this->Html->link(' '.$lng,array('controller'=>'user','action'=>'settings_pageInh'),array('escape'=>false));
?>
@@ -72,7 +81,11 @@ if($profil['AppUser']['take_systemwide']){
?>