diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index f7c3d69..7353a63 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Employees", - "uri": "{/prefix}humanresource/staff/list", + "uri": "{/lang}/{/app}/humanresource/staff/list", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}humanresource/staff/list", + "uri": "{/lang}/{/app}/humanresource/staff/list", "target": "self", "icon": null, "order": 1, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}humanresource/staff/create?{?}", + "uri": "{/lang}/{/app}/humanresource/staff/create?{?}", "target": "self", "icon": null, "order": 5, @@ -67,7 +67,7 @@ "type": 2, "subtype": 1, "name": "Departments", - "uri": "{/prefix}humanresource/department/list", + "uri": "{/lang}/{/app}/humanresource/department/list", "target": "self", "icon": null, "order": 1, @@ -81,7 +81,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}humanresource/department/list", + "uri": "{/lang}/{/app}/humanresource/department/list", "target": "self", "icon": null, "order": 1, @@ -99,7 +99,7 @@ "type": 2, "subtype": 1, "name": "Positions", - "uri": "{/prefix}humanresource/position/list", + "uri": "{/lang}/{/app}/humanresource/position/list", "target": "self", "icon": null, "order": 1, @@ -113,7 +113,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}humanresource/position/list", + "uri": "{/lang}/{/app}/humanresource/position/list", "target": "self", "icon": null, "order": 1, @@ -129,7 +129,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}humanresource/position/create?{?}", + "uri": "{/lang}/{/app}/humanresource/position/create?{?}", "target": "self", "icon": null, "order": 5, diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index e4eaf7e..bb25116 100755 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?>