From b0316ce3cdbd27f7cfe8d5cc5f8f765bc5506883 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 9 Jan 2016 19:46:27 +0100 Subject: [PATCH] Templating --- Controller.php | 2 -- Theme/backend/arrival-list.tpl.php | 16 ---------------- Theme/backend/article-profile.tpl.php | 20 -------------------- Theme/backend/shipping-list.tpl.php | 16 ---------------- 4 files changed, 54 deletions(-) delete mode 100644 Theme/backend/arrival-list.tpl.php delete mode 100644 Theme/backend/article-profile.tpl.php delete mode 100644 Theme/backend/shipping-list.tpl.php diff --git a/Controller.php b/Controller.php index a6397e3..25df804 100644 --- a/Controller.php +++ b/Controller.php @@ -23,8 +23,6 @@ use phpOMS\Message\RequestDestination; use phpOMS\Message\ResponseAbstract; use phpOMS\Module\ModuleAbstract; use phpOMS\Module\WebInterface; -use phpOMS\Views\View; -use phpOMS\Views\ViewLayout; /** * WarehouseManagement class. diff --git a/Theme/backend/arrival-list.tpl.php b/Theme/backend/arrival-list.tpl.php deleted file mode 100644 index ac22ab8..0000000 --- a/Theme/backend/arrival-list.tpl.php +++ /dev/null @@ -1,16 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -echo $this->getData('nav')->render(); ?> diff --git a/Theme/backend/article-profile.tpl.php b/Theme/backend/article-profile.tpl.php deleted file mode 100644 index becae6b..0000000 --- a/Theme/backend/article-profile.tpl.php +++ /dev/null @@ -1,20 +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/shipping-list.tpl.php b/Theme/backend/shipping-list.tpl.php deleted file mode 100644 index ac22ab8..0000000 --- a/Theme/backend/shipping-list.tpl.php +++ /dev/null @@ -1,16 +0,0 @@ - - * @author Dennis Eichhorn - * @copyright 2013 Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link http://orange-management.com - */ -echo $this->getData('nav')->render(); ?>