diff --git a/Theme/Backend/accounts-list.tpl.php b/Theme/Backend/accounts-list.tpl.php
index aadb9da..c1ee262 100644
--- a/Theme/Backend/accounts-list.tpl.php
+++ b/Theme/Backend/accounts-list.tpl.php
@@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Groups') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Status') ?>
| = $this->getHtml('Name') ?>
| = $this->getHtml('Activity') ?>
@@ -41,14 +41,14 @@ echo $this->getData('nav')->render(); ?>
elseif ($value->getStatus() === AccountStatus::TIMEOUT) { $color = 'purple'; }
elseif ($value->getStatus() === AccountStatus::BANNED) { $color = 'red'; } ?>
|
- | = $this->printHtml($value->getId()); ?>
+ | = $this->printHtml($value->getId()); ?>
| = $this->getHtml('Status'. $value->getStatus()); ?>
| = $this->printHtml($value->getName1()); ?>
| = $this->printHtml($value->getLastActive()->format('Y-m-d H:i:s')); ?>
| = $this->printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?>
- | | = $this->getHtml('Empty', 0, 0); ?>
+ | | = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/accounts-single.tpl.php b/Theme/Backend/accounts-single.tpl.php
index a9577f7..a2d0b04 100644
--- a/Theme/Backend/accounts-single.tpl.php
+++ b/Theme/Backend/accounts-single.tpl.php
@@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
| |