From c23da008c0a966869e23f13088575e5218b918af Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 3 Jul 2016 15:30:25 +0200 Subject: [PATCH] Templating --- Admin/Install/Navigation.install.json | 17 ----------------- Theme/Backend/analysis-dashboard.tpl.php | 19 ------------------- Theme/backend/analysis-dashboard.tpl.php | 19 ------------------- 3 files changed, 55 deletions(-) delete mode 100644 Theme/Backend/analysis-dashboard.tpl.php delete mode 100644 Theme/backend/analysis-dashboard.tpl.php diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 8987c8a..7b3981d 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -13,23 +13,6 @@ "permission": null, "parent": 0, "children": [ - { - "id": 1001606001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", - "type": 2, - "subtype": 1, - "name": "Analysis", - "uri": "/{/lang}/backend/sales/analysis", - "target": "self", - "icon": null, - "order": 15, - "from": 1001600000, - "permission": null, - "parent": 1001601001, - "children": [ - - ] - } ] } ] diff --git a/Theme/Backend/analysis-dashboard.tpl.php b/Theme/Backend/analysis-dashboard.tpl.php deleted file mode 100644 index 9dd9c79..0000000 --- a/Theme/Backend/analysis-dashboard.tpl.php +++ /dev/null @@ -1,19 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -/** - * @var \phpOMS\Views\View $this - */ -echo $this->getData('nav')->render(); ?> diff --git a/Theme/backend/analysis-dashboard.tpl.php b/Theme/backend/analysis-dashboard.tpl.php deleted file mode 100644 index 9dd9c79..0000000 --- a/Theme/backend/analysis-dashboard.tpl.php +++ /dev/null @@ -1,19 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -/** - * @var \phpOMS\Views\View $this - */ -echo $this->getData('nav')->render(); ?>