diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 1a00bea..7444055 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -139,7 +139,7 @@ "children": [ { "id": 1004807101, - "pid": "e9b2adda603aaee5f852c05fabe394bd56cf0426", + "pid": "69737ca3a3dfa6a55a1a0402474ac634c371ea9f", "type": 3, "subtype": 1, "name": "List", @@ -170,7 +170,7 @@ }, { "id": 1004807201, - "pid": "e9b2adda603aaee5f852c05fabe394bd56cf0426", + "pid": "69737ca3a3dfa6a55a1a0402474ac634c371ea9f", "type": 3, "subtype": 1, "name": "Create", @@ -184,5 +184,67 @@ "children": [] } ] + }, + { + "id": 1004808001, + "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "type": 2, + "subtype": 1, + "name": "Articles", + "uri": "/{/lang}/backend/production/item/list", + "target": "self", + "icon": null, + "order": 5, + "from": "ItemManagement", + "permission": null, + "parent": 1004301001, + "children": [ + { + "id": 1004808101, + "pid": "ac2ed3d0212c51b3ba19a5c862eca728c3cb9d18", + "type": 3, + "subtype": 1, + "name": "List", + "uri": "/{/lang}/backend/production/item/list", + "target": "self", + "icon": null, + "order": 1, + "from": "ItemManagement", + "permission": null, + "parent": 1004808001, + "children": [ + { + "id": 1004808301, + "pid": "ac2ed3d0212c51b3ba19a5c862eca728c3cb9d18", + "type": 3, + "subtype": 1, + "name": "Article", + "uri": "/{/lang}/backend/production/item/single", + "target": "self", + "icon": null, + "order": 1, + "from": "ItemManagement", + "permission": null, + "parent": 1004808101, + "children": [] + } + ] + }, + { + "id": 1004808201, + "pid": "ac2ed3d0212c51b3ba19a5c862eca728c3cb9d18", + "type": 3, + "subtype": 1, + "name": "Create", + "uri": "/{/lang}/backend/production/item/create", + "target": "self", + "icon": null, + "order": 5, + "from": "ItemManagement", + "permission": null, + "parent": 1004807001, + "children": [] + } + ] } ] diff --git a/Theme/backend/Lang/Navigation.en.lang.php b/Theme/backend/Lang/Navigation.en.lang.php index 4fde285..9891049 100644 --- a/Theme/backend/Lang/Navigation.en.lang.php +++ b/Theme/backend/Lang/Navigation.en.lang.php @@ -14,6 +14,7 @@ * @link http://orange-management.com */ $MODLANG['Navigation'] = [ - 'List' => 'List', - 'Create' => 'Create', + 'Analyze' => 'Analyze', + 'List' => 'List', + 'Create' => 'Create', ]; diff --git a/Theme/backend/Lang/en.lang.php b/Theme/backend/Lang/en.lang.php index 65485d6..e3a4df0 100644 --- a/Theme/backend/Lang/en.lang.php +++ b/Theme/backend/Lang/en.lang.php @@ -17,6 +17,7 @@ $MODLANG['ItemManagement'] = [ 'Accounting' => 'Accounting', 'IsActive' => 'Active?', 'All' => 'All', + 'Article' => 'Article', 'Articlegroup' => 'Articlegroup', 'Attribute' => 'Attribute', 'Available' => 'Available',