diff --git a/Theme/Backend/checklist-list.tpl.php b/Theme/Backend/checklist-list.tpl.php
index fcce038..7b6a1c6 100644
--- a/Theme/Backend/checklist-list.tpl.php
+++ b/Theme/Backend/checklist-list.tpl.php
@@ -30,7 +30,7 @@ echo $this->getData('nav')->render(); ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Status') ?>
| = $this->getHtml('Name') ?>
| = $this->getHtml('Creator') ?>
@@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?>
$value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/prefix}checklist/single?{?}&id=' . $value->getId()); ?>
|
- | = $this->printHtml($value->getId()); ?>
+ | = $this->printHtml($value->getId()); ?>
| = $this->printHtml($value->getName()); ?>
| = $this->printHtml($value->getParent()); ?>
| = $this->printHtml($value->getUnit()); ?>
@@ -49,7 +49,7 @@ echo $this->getData('nav')->render(); ?>
|
- | = $this->getHtml('Empty', 0, 0); ?>
+ | = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/checklist-template-create.tpl.php b/Theme/Backend/checklist-template-create.tpl.php
index e3fb99f..340dec0 100644
--- a/Theme/Backend/checklist-template-create.tpl.php
+++ b/Theme/Backend/checklist-template-create.tpl.php
@@ -30,10 +30,10 @@ echo $this->getData('nav')->render(); ?>
|
|
|
|
- |
+ |
|
|
|
|
- |
|
+ |
|
@@ -54,10 +54,10 @@ echo $this->getData('nav')->render(); ?>
|
|
|
|
- |
+ |
|
|
|
|
- |
|
+ |
|
diff --git a/Theme/Backend/checklist-template-list.tpl.php b/Theme/Backend/checklist-template-list.tpl.php
index 218bdf2..da17eef 100644
--- a/Theme/Backend/checklist-template-list.tpl.php
+++ b/Theme/Backend/checklist-template-list.tpl.php
@@ -30,7 +30,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Templates') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Status') ?>
| = $this->getHtml('Name') ?>
| = $this->getHtml('Creator') ?>
@@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?>
|
- | = $this->getHtml('Empty', 0, 0); ?>
+ | = $this->getHtml('Empty', '0', '0'); ?>
| |