diff --git a/Theme/Backend/accounts-list.tpl.php b/Theme/Backend/accounts-list.tpl.php
index 6a133f0..c945e2d 100644
--- a/Theme/Backend/accounts-list.tpl.php
+++ b/Theme/Backend/accounts-list.tpl.php
@@ -49,11 +49,11 @@ echo $this->getData('nav')->render();
elseif ($value->getStatus() === \phpOMS\Account\AccountStatus::TIMEOUT) { $color = 'purple'; }
elseif ($value->getStatus() === phpOMS\Account\AccountStatus::BANNED) { $color = 'red'; } ?>
| = $this->getHtml('Empty', 0, 0); ?>
diff --git a/Theme/Backend/groups-list.tpl.php b/Theme/Backend/groups-list.tpl.php
index 13225d2..29ba0dc 100644
--- a/Theme/Backend/groups-list.tpl.php
+++ b/Theme/Backend/groups-list.tpl.php
@@ -33,8 +33,6 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', 0, 0); ?>
| = $this->getHtml('Status') ?>
| = $this->getHtml('Name') ?>
- | = $this->getHtml('Parents') ?>
- | = $this->getHtml('Children') ?>
| = $this->getHtml('Members') ?>
|
| = $footerView->render(); ?>
@@ -46,12 +44,10 @@ echo $this->getData('nav')->render(); ?>
elseif ($value->getStatus() === \phpOMS\Account\GroupStatus::INACTIVE) { $color = 'darkblue'; }
elseif ($value->getStatus() === \phpOMS\Account\GroupStatus::HIDDEN) { $color = 'purple'; } ?>
|
- | = $this->printHtml($value->getId()); ?>
- | = $this->getHtml('Status'. $value->getStatus()); ?>
- | = $this->printHtml($value->getName()); ?>
- |
- |
- |
+ | = $this->printHtml($value->getId()); ?>
+ | = $this->getHtml('Status'. $value->getStatus()); ?>
+ | = $this->printHtml($value->getName()); ?>
+ |
|
| = $this->getHtml('Empty', 0, 0); ?>
diff --git a/Theme/Backend/modules-list.tpl.php b/Theme/Backend/modules-list.tpl.php
index b3e8f13..18eb08e 100644
--- a/Theme/Backend/modules-list.tpl.php
+++ b/Theme/Backend/modules-list.tpl.php
@@ -45,10 +45,10 @@ $footerView->setResults(count($modules));
$module) : $count++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/module/settings?{?}&id=' . $module['name']['internal']); ?>
|
- | = $this->printHtml($module['name']['internal']); ?>
- | = $this->printHtml($module['name']['external']); ?>
- | = $this->printHtml($module['version']); ?>
- | getHtml('ID', 0, 0) ?>">= $this->printHtml($module['name']['id']); ?>
+ | = $this->printHtml($module['name']['external']); ?>
+ | = $this->printHtml($module['version']); ?>
+ | getHtml('Active'));
elseif (in_array($module['name']['internal'], $installed))
echo strtolower($this->getHtml('Inactive'));
|