diff --git a/Theme/Backend/accounts-list.tpl.php b/Theme/Backend/accounts-list.tpl.php
index cc6c66d..b15ebf1 100644
--- a/Theme/Backend/accounts-list.tpl.php
+++ b/Theme/Backend/accounts-list.tpl.php
@@ -39,7 +39,7 @@ echo $this->getData('nav')->render();
= $this->getHtml('Activity') ?>
| = $this->getHtml('Created') ?>
|
- | = $footerView->render(); ?>
+ |
|
|
getData('list:elements') as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/account/settings?{?}&id=' . $value->getId());
diff --git a/Theme/Backend/groups-list.tpl.php b/Theme/Backend/groups-list.tpl.php
index d795fed..67b2a23 100644
--- a/Theme/Backend/groups-list.tpl.php
+++ b/Theme/Backend/groups-list.tpl.php
@@ -35,7 +35,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Name') ?>
| = $this->getHtml('Members') ?>
|
- | = $footerView->render(); ?>
+ |
|
|
getData('list:elements') as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId());
diff --git a/Theme/Backend/modules-list.tpl.php b/Theme/Backend/modules-list.tpl.php
index c89cb35..0fcf7ba 100644
--- a/Theme/Backend/modules-list.tpl.php
+++ b/Theme/Backend/modules-list.tpl.php
@@ -40,7 +40,7 @@ $footerView->setResults(count($modules));
= $this->getHtml('Status') ?>
|
- | = $footerView->render(); ?>
+ |
|
$module) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/module/settings?{?}&id=' . $module['name']['internal']); ?>