From 8d33d96c43b6e5dba4a500e2d0a85f69198e148f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 24 Jun 2017 10:51:43 +0200 Subject: [PATCH] Fixing templates --- Theme/Backend/production-list.tpl.php | 64 ++++++++++++++------------- 1 file changed, 34 insertions(+), 30 deletions(-) diff --git a/Theme/Backend/production-list.tpl.php b/Theme/Backend/production-list.tpl.php index 98ea2d7..2542be0 100644 --- a/Theme/Backend/production-list.tpl.php +++ b/Theme/Backend/production-list.tpl.php @@ -26,33 +26,37 @@ $footerView->setResults(1); echo $this->getData('nav')->render(); ?> -
- - - - - - - $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?> - - -
getText('Productions'); ?>
getText('Status'); ?> - getText('ID', 0, 0); ?> - getText('ID', 0, 0); ?> - getText('Article'); ?> - getText('Quantity'); ?> - getText('Start'); ?> - getText('Due'); ?> - getText('Done'); ?> -
render(); ?> -
getId(); ?> - getName(); ?> - getParent(); ?> - getUnit(); ?> - - -
getText('Empty', 0, 0); ?> - -
-
+
+
+
+ + + + + + + $value) : $c++; + $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?> + + +
getText('Productions'); ?>
getText('Status'); ?> + getText('ID', 0, 0); ?> + getText('ID', 0, 0); ?> + getText('Article'); ?> + getText('Quantity'); ?> + getText('Start'); ?> + getText('Due'); ?> + getText('Done'); ?> +
render(); ?> +
getId(); ?> + getName(); ?> + getParent(); ?> + getUnit(); ?> + + +
getText('Empty', 0, 0); ?> + +
+
+
+
\ No newline at end of file