diff --git a/Theme/Backend/accounts-list.tpl.php b/Theme/Backend/accounts-list.tpl.php index e0b5f78..63d4e4d 100644 --- a/Theme/Backend/accounts-list.tpl.php +++ b/Theme/Backend/accounts-list.tpl.php @@ -11,6 +11,8 @@ * @link http://website.orange-management.de */ + use \phpOMS\Account\AccountStatus; + /** * @var \phpOMS\Views\View $this */ @@ -19,25 +21,25 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', 0, 0); ?> - | = $this->getHtml('Status') ?> - | = $this->getHtml('Name') ?> - | = $this->getHtml('Activity') ?> - | = $this->getHtml('Created') ?> + | = $this->getHtml('ID', 0, 0); ?> + | = $this->getHtml('Status') ?> + | = $this->getHtml('Name') ?> + | = $this->getHtml('Activity') ?> + | = $this->getHtml('Created') ?> | ||||||||||||||||
| = $this->printHtml($value->getId()); ?> | = $this->getHtml('Status'. $value->getStatus()); ?>
diff --git a/Theme/Backend/groups-list.tpl.php b/Theme/Backend/groups-list.tpl.php
index 68269ba..30cd195 100644
--- a/Theme/Backend/groups-list.tpl.php
+++ b/Theme/Backend/groups-list.tpl.php
@@ -18,14 +18,14 @@ echo $this->getData('nav')->render(); ?>
-
| ||||||||||||||||||||||||