diff --git a/Theme/Backend/gl-list.tpl.php b/Theme/Backend/gl-list.tpl.php
index 229e3dc..5bc1ae2 100644
--- a/Theme/Backend/gl-list.tpl.php
+++ b/Theme/Backend/gl-list.tpl.php
@@ -26,27 +26,31 @@ $footerView->setResults(1);
echo $this->getData('nav')->render(); ?>
-
-
- = $this->getText('GL'); ?>
-
-
- | = $this->getText('ID', 0, 0); ?>
- | = $this->getText('Name'); ?>
- |
- | = $footerView->render(); ?>
- |
- $value) : $c++;
- $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
-
- | = $value->getId(); ?>
- | = $value->getName(); ?>
- |
- |
- |
-
-
- |
| = $this->getText('Empty', 0, 0); ?>
-
- |
+
+
+
+
+ = $this->getText('GL'); ?>
+
+
+ | = $this->getText('ID', 0, 0); ?>
+ | = $this->getText('Name'); ?>
+ |
+ | = $footerView->render(); ?>
+ |
+ $value) : $c++;
+ $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
+
+ | = $value->getId(); ?>
+ | = $value->getName(); ?>
+ |
+ |
+ |
+
+
+ |
| = $this->getText('Empty', 0, 0); ?>
+
+ |
+
+
diff --git a/Theme/Backend/stack-list.tpl.php b/Theme/Backend/stack-list.tpl.php
index 7eec24c..415be60 100644
--- a/Theme/Backend/stack-list.tpl.php
+++ b/Theme/Backend/stack-list.tpl.php
@@ -26,29 +26,33 @@ $footerView->setResults(1);
echo $this->getData('nav')->render(); ?>
-
-
- = $this->getText('BatchPostings'); ?>
-
-
- | = $this->getText('ID', 0, 0); ?>
- | = $this->getText('Name'); ?>
- | = $this->getText('Creator'); ?>
- | = $this->getText('Created'); ?>
- |
- | = $footerView->render(); ?>
- |
- $value) : $c++;
- $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
-
- | = $value->getId(); ?>
- | = $value->getName(); ?>
- |
- |
- |
-
-
- |
| = $this->getText('Empty', 0, 0); ?>
-
- |
+
+
+
+
+ = $this->getText('BatchPostings'); ?>
+
+
+ | = $this->getText('ID', 0, 0); ?>
+ | = $this->getText('Name'); ?>
+ | = $this->getText('Creator'); ?>
+ | = $this->getText('Created'); ?>
+ |
+ | = $footerView->render(); ?>
+ |
+ $value) : $c++;
+ $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
+
+ | = $value->getId(); ?>
+ | = $value->getName(); ?>
+ |
+ |
+ |
+
+
+ |
| = $this->getText('Empty', 0, 0); ?>
+
+ |
+
+