diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json
index 4095673..3b19666 100644
--- a/Admin/Install/Navigation.install.json
+++ b/Admin/Install/Navigation.install.json
@@ -19,7 +19,7 @@
"type": 2,
"subtype": 1,
"name": "Employees",
- "uri": "/{/lang}/backend/hr/staff/list?{?}",
+ "uri": "{/base}/{/lang}/backend/hr/staff/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@@ -33,7 +33,7 @@
"type": 3,
"subtype": 1,
"name": "List",
- "uri": "/{/lang}/backend/hr/staff/list?{?}",
+ "uri": "{/base}/{/lang}/backend/hr/staff/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@@ -49,7 +49,7 @@
"type": 3,
"subtype": 1,
"name": "Create",
- "uri": "/{/lang}/backend/hr/staff/create?{?}",
+ "uri": "{/base}/{/lang}/backend/hr/staff/create?{?}",
"target": "self",
"icon": null,
"order": 5,
@@ -67,7 +67,7 @@
"type": 2,
"subtype": 1,
"name": "Departments",
- "uri": "/{/lang}/backend/hr/department/list?{?}",
+ "uri": "{/base}/{/lang}/backend/hr/department/list?{?}",
"target": "self",
"icon": null,
"order": 1,
@@ -81,7 +81,7 @@
"type": 3,
"subtype": 1,
"name": "List",
- "uri": "/{/lang}/backend/hr/department/list?{?}",
+ "uri": "{/base}/{/lang}/backend/hr/department/list?{?}",
"target": "self",
"icon": null,
"order": 1,
diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php
index 33326dd..3443493 100644
--- a/Theme/Backend/department-list.tpl.php
+++ b/Theme/Backend/department-list.tpl.php
@@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>
| = $footerView->render(); ?>
|
$value) : $c++;
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
+ $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
| = $value->getId(); ?>
| = $value->getName(); ?>
diff --git a/Theme/Backend/planning-dashboard.tpl.php b/Theme/Backend/planning-dashboard.tpl.php
index d878407..63fa6c9 100644
--- a/Theme/Backend/planning-dashboard.tpl.php
+++ b/Theme/Backend/planning-dashboard.tpl.php
@@ -25,7 +25,7 @@
diff --git a/Theme/Backend/staff-list.tpl.php b/Theme/Backend/staff-list.tpl.php
index 3bb938d..2d43b8e 100644
--- a/Theme/Backend/staff-list.tpl.php
+++ b/Theme/Backend/staff-list.tpl.php
@@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?>
|
| = $footerView->render(); ?>
|
$value) : $c++;
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
+ $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
| = $value->getId(); ?>
| = $value->getNewestHistory()->getPosition(); ?>
diff --git a/Theme/Backend/staff-single.tpl.php b/Theme/Backend/staff-single.tpl.php
index 2a82aa4..6ea3f49 100644
--- a/Theme/Backend/staff-single.tpl.php
+++ b/Theme/Backend/staff-single.tpl.php
@@ -103,7 +103,7 @@ echo $this->getData('nav')->render(); ?>
|
| = $footerView->render(); ?>
|
$value) : $c++;
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
+ $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
| = $value->getId(); ?>
| = $value->getNewestHistory()->getPosition(); ?>
@@ -127,7 +127,7 @@ echo $this->getData('nav')->render(); ?>
|
| = $footerView->render(); ?>
|
$value) : $c++;
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
+ $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
| = $value->getId(); ?>
| = $value->getNewestHistory()->getPosition(); ?>
|