diff --git a/Theme/backend/checklist-list.tpl.php b/Theme/backend/checklist-list.tpl.php
index 44e7279..b039f2c 100644
--- a/Theme/backend/checklist-list.tpl.php
+++ b/Theme/backend/checklist-list.tpl.php
@@ -26,30 +26,34 @@ $footerView->setResults(1);
echo $this->getData('nav')->render(); ?>
-
-
- = $this->getText('Checklists'); ?>
-
-
- | = $this->getText('ID', 0, 0); ?>
- | = $this->getText('Status'); ?>
- | = $this->getText('Name'); ?>
- | = $this->getText('Creator'); ?>
- | = $this->getText('Created'); ?>
- |
- | = $footerView->render(); ?>
- |
- $value) : $c++;
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/checklist/single?id=' . $value->getId()); ?>
-
- | = $value->getId(); ?>
- | = $value->getName(); ?>
- | = $value->getParent(); ?>
- | = $value->getUnit(); ?>
-
-
- |
- | = $this->getText('Empty', 0, 0); ?>
-
- |
+
+
+
+
+ = $this->getText('Checklists'); ?>
+
+
+ | = $this->getText('ID', 0, 0); ?>
+ | = $this->getText('Status'); ?>
+ | = $this->getText('Name'); ?>
+ | = $this->getText('Creator'); ?>
+ | = $this->getText('Created'); ?>
+ |
+ | = $footerView->render(); ?>
+ |
+ $value) : $c++;
+ $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/checklist/single?id=' . $value->getId()); ?>
+
+ | = $value->getId(); ?>
+ | = $value->getName(); ?>
+ | = $value->getParent(); ?>
+ | = $value->getUnit(); ?>
+
+
+ |
+ | = $this->getText('Empty', 0, 0); ?>
+
+ |
+
+
diff --git a/Theme/backend/checklist-template-create.tpl.php b/Theme/backend/checklist-template-create.tpl.php
index 4525521..0a43929 100644
--- a/Theme/backend/checklist-template-create.tpl.php
+++ b/Theme/backend/checklist-template-create.tpl.php
@@ -19,46 +19,52 @@
echo $this->getData('nav')->render(); ?>
-
- = $this->getText('General'); ?>
-
-
+
+
+
+ = $this->getText('General'); ?>
+
+
-
-
- = $this->getText('Tasks'); ?>
-
-
+
+
+ = $this->getText('Tasks'); ?>
+
+
-
+
\ No newline at end of file
diff --git a/Theme/backend/checklist-template-list.tpl.php b/Theme/backend/checklist-template-list.tpl.php
index f1441fe..aee93b3 100644
--- a/Theme/backend/checklist-template-list.tpl.php
+++ b/Theme/backend/checklist-template-list.tpl.php
@@ -26,30 +26,34 @@ $footerView->setResults(1);
echo $this->getData('nav')->render(); ?>
-
-
- = $this->getText('Templates'); ?>
-
-
- | = $this->getText('ID', 0, 0); ?>
- | = $this->getText('Status'); ?>
- | = $this->getText('Name'); ?>
- | = $this->getText('Creator'); ?>
- | = $this->getText('Created'); ?>
- |
- | = $footerView->render(); ?>
- |
- $value) : $c++;
- $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/checklist/single?id=' . $value->getId()); ?>
-
- | = $value->getId(); ?>
- | = $value->getName(); ?>
- | = $value->getParent(); ?>
- | = $value->getUnit(); ?>
-
-
- |
- | = $this->getText('Empty', 0, 0); ?>
-
- |
+
+
+
+
+ = $this->getText('Templates'); ?>
+
+
+ | = $this->getText('ID', 0, 0); ?>
+ | = $this->getText('Status'); ?>
+ | = $this->getText('Name'); ?>
+ | = $this->getText('Creator'); ?>
+ | = $this->getText('Created'); ?>
+ |
+ | = $footerView->render(); ?>
+ |
+ $value) : $c++;
+ $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/checklist/single?id=' . $value->getId()); ?>
+
+ | = $value->getId(); ?>
+ | = $value->getName(); ?>
+ | = $value->getParent(); ?>
+ | = $value->getUnit(); ?>
+
+
+ |
+ | = $this->getText('Empty', 0, 0); ?>
+
+ |
+
+