diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php
index 1759c0b..b1a191c 100644
--- a/Theme/Backend/department-list.tpl.php
+++ b/Theme/Backend/department-list.tpl.php
@@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Employees') ?>
| = $this->getHtml('Parent') ?>
|
- | = $footerView->render(); ?>
+ |
|
|
$value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/hr/department/single?{?}&id=' . $value->getId()); ?>
diff --git a/Theme/Backend/staff-list.tpl.php b/Theme/Backend/staff-list.tpl.php
index d15d18a..f675b17 100644
--- a/Theme/Backend/staff-list.tpl.php
+++ b/Theme/Backend/staff-list.tpl.php
@@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Department') ?>
| = $this->getHtml('Status') ?>
|
- | = $footerView->render(); ?>
+ |
|
|
$value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/hr/staff/profile?{?}&id=' . $value->getId()); ?>