diff --git a/Theme/Backend/checklist-list.tpl.php b/Theme/Backend/checklist-list.tpl.php
index 4b542ec..9041990 100644
--- a/Theme/Backend/checklist-list.tpl.php
+++ b/Theme/Backend/checklist-list.tpl.php
@@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
| = $this->getText('Status'); ?>
| = $this->getText('Name'); ?>
| = $this->getText('Creator'); ?>
@@ -49,7 +49,7 @@ echo $this->getData('nav')->render(); ?>
|
- | = $this->getText('Empty'); ?>
+ | = $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/Backend/checklist-template-create.tpl.php b/Theme/Backend/checklist-template-create.tpl.php
index 624d8d0..bc9249d 100644
--- a/Theme/Backend/checklist-template-create.tpl.php
+++ b/Theme/Backend/checklist-template-create.tpl.php
@@ -31,10 +31,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 1cb3076..b35008a 100644
--- a/Theme/Backend/checklist-template-list.tpl.php
+++ b/Theme/Backend/checklist-template-list.tpl.php
@@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getText('Templates'); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
| = $this->getText('Status'); ?>
| = $this->getText('Name'); ?>
| = $this->getText('Creator'); ?>
@@ -49,7 +49,7 @@ echo $this->getData('nav')->render(); ?>
|
- | = $this->getText('Empty'); ?>
+ | = $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/backend/checklist-list.tpl.php b/Theme/backend/checklist-list.tpl.php
index 4b542ec..9041990 100644
--- a/Theme/backend/checklist-list.tpl.php
+++ b/Theme/backend/checklist-list.tpl.php
@@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getText('Checklists'); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
| = $this->getText('Status'); ?>
| = $this->getText('Name'); ?>
| = $this->getText('Creator'); ?>
@@ -49,7 +49,7 @@ echo $this->getData('nav')->render(); ?>
|
- | = $this->getText('Empty'); ?>
+ | = $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/backend/checklist-template-create.tpl.php b/Theme/backend/checklist-template-create.tpl.php
index 624d8d0..bc9249d 100644
--- a/Theme/backend/checklist-template-create.tpl.php
+++ b/Theme/backend/checklist-template-create.tpl.php
@@ -31,10 +31,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 1cb3076..b35008a 100644
--- a/Theme/backend/checklist-template-list.tpl.php
+++ b/Theme/backend/checklist-template-list.tpl.php
@@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getText('Templates'); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
| = $this->getText('Status'); ?>
| = $this->getText('Name'); ?>
| = $this->getText('Creator'); ?>
@@ -49,7 +49,7 @@ echo $this->getData('nav')->render(); ?>
|
- | = $this->getText('Empty'); ?>
+ | = $this->getText('Empty', 0, 0); ?>
| | | |