diff --git a/Theme/Backend/accounts-list.tpl.php b/Theme/Backend/accounts-list.tpl.php
index 9d087d4..793a406 100644
--- a/Theme/Backend/accounts-list.tpl.php
+++ b/Theme/Backend/accounts-list.tpl.php
@@ -45,7 +45,7 @@ echo $this->getData('nav')->render();
getData('list:elements') as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/account/settings?{?}&id=' . $value->getId()); ?>
-
+
| = $value->getId(); ?>
| = $value->getStatus(); ?>
| = $value->getName1(); ?>
diff --git a/Theme/Backend/groups-list.tpl.php b/Theme/Backend/groups-list.tpl.php
index e62deb1..dd7ab57 100644
--- a/Theme/Backend/groups-list.tpl.php
+++ b/Theme/Backend/groups-list.tpl.php
@@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?>
|
getData('list:elements') as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
-
+
| = $value->getId(); ?>
| = $value->getName(); ?>
|
diff --git a/Theme/Backend/modules-list.tpl.php b/Theme/Backend/modules-list.tpl.php
index 0294d42..085761a 100644
--- a/Theme/Backend/modules-list.tpl.php
+++ b/Theme/Backend/modules-list.tpl.php
@@ -46,7 +46,7 @@ $footerView->setResults(count($modules));
|
$module) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/module/settings?{?}&id=' . $module['name']['internal']); ?>
-
+
| = $module['name']['internal']; ?>
| = $module['name']['external']; ?>
| = $module['version']; ?>
|