Skip to content
Snippets Groups Projects
Commit 1ff88255 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update menu

parent d2b6d72f
Branches
No related tags found
1 merge request!62V2.0
...@@ -239,7 +239,7 @@ function getTopNavRight() { ...@@ -239,7 +239,7 @@ function getTopNavRight() {
['href'=>'#', 'label'=>$oUser->getUsername(), 'icon'=>'fa-solid fa-user', ['href'=>'#', 'label'=>$oUser->getUsername(), 'icon'=>'fa-solid fa-user',
'class'=>($sCurrentAction=='login' ? 'active' :''), 'class'=>($sCurrentAction=='login' ? 'active' :''),
'children'=>[ 'children'=>[
['href'=>$sBaseUrl . 'all/login/', 'label'=>t("userprofile"), 'icon'=>'fa-regular fa-id-card', 'class'=>($sCurrentAction=='login' ? 'active' :'') ], ['href'=>$sBaseUrl . 'all/login/', 'label'=>t("menu-userprofile"), 'icon'=>'fa-regular fa-id-card', 'class'=>($sCurrentAction=='login' ? 'active' :'') ],
] ]
] ]
]; ];
...@@ -252,6 +252,7 @@ function getTopNavRight() { ...@@ -252,6 +252,7 @@ function getTopNavRight() {
['href'=>$sWikiBaseUrl . '/it/entwicklung/continuous_deployment#konventionen', 'target'=>'_help', 'label'=>'WIKI: Konventionen für Entwickler', 'icon'=>'' ], ['href'=>$sWikiBaseUrl . '/it/entwicklung/continuous_deployment#konventionen', 'target'=>'_help', 'label'=>'WIKI: Konventionen für Entwickler', 'icon'=>'' ],
['href'=>$sWikiBaseUrl . '/it/infrastruktur/se/snippets/iml.deployment_profile', 'target'=>'_help', 'label'=>'WIKI (Admin): Snippets für den Sysadmin', 'icon'=>'' ], ['href'=>$sWikiBaseUrl . '/it/infrastruktur/se/snippets/iml.deployment_profile', 'target'=>'_help', 'label'=>'WIKI (Admin): Snippets für den Sysadmin', 'icon'=>'' ],
['href'=>$sWikiBaseUrl . '/it/infrastruktur/dienste/imldeployment', 'target'=>'_help', 'label'=>'WIKI (Admin): Verzeichnisse und Dateien', 'icon'=>'' ], ['href'=>$sWikiBaseUrl . '/it/infrastruktur/dienste/imldeployment', 'target'=>'_help', 'label'=>'WIKI (Admin): Verzeichnisse und Dateien', 'icon'=>'' ],
['href'=>$sBaseUrl . 'all/doc', 'label'=>t('menu-help-classes'), 'icon'=>'' ],
] ]
] ]
; ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment