diff --git a/Theme/Backend/Components/Tasks/list.tpl.php b/Theme/Backend/Components/Tasks/list.tpl.php index 2e2af73..e63cb89 100644 --- a/Theme/Backend/Components/Tasks/list.tpl.php +++ b/Theme/Backend/Components/Tasks/list.tpl.php @@ -25,6 +25,6 @@ printHtml($task->getTitle()); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> \ No newline at end of file diff --git a/Theme/Backend/task-analysis.tpl.php b/Theme/Backend/task-analysis.tpl.php index 7a9248e..dd944bb 100644 --- a/Theme/Backend/task-analysis.tpl.php +++ b/Theme/Backend/task-analysis.tpl.php @@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/Backend/task-create.tpl.php b/Theme/Backend/task-create.tpl.php index 678a22e..d7bd3bd 100644 --- a/Theme/Backend/task-create.tpl.php +++ b/Theme/Backend/task-create.tpl.php @@ -50,7 +50,7 @@ echo $this->getData('nav')->render(); ?> getData('editor')->render('task-editor'); ?> getData('editor')->getData('text')->render('task-editor', 'plain', 'fTask'); ?> - + diff --git a/Theme/Backend/task-dashboard.tpl.php b/Theme/Backend/task-dashboard.tpl.php index 86bbdb6..4a90c7c 100644 --- a/Theme/Backend/task-dashboard.tpl.php +++ b/Theme/Backend/task-dashboard.tpl.php @@ -55,7 +55,7 @@ echo $this->getData('nav')->render(); ?> printHtml($task->getCreatedBy()->getName1()); ?> printHtml($task->getCreatedAt()->format('Y-m-d H:i')); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> diff --git a/Theme/Backend/task-single.tpl.php b/Theme/Backend/task-single.tpl.php index 2bf8acd..b73b700 100644 --- a/Theme/Backend/task-single.tpl.php +++ b/Theme/Backend/task-single.tpl.php @@ -178,7 +178,7 @@ echo $this->getData('nav')->render(); ?> - +