diff --git a/Theme/Backend/Components/Tasks/list.tpl.php b/Theme/Backend/Components/Tasks/list.tpl.php index a00b991..1a540ca 100644 --- a/Theme/Backend/Components/Tasks/list.tpl.php +++ b/Theme/Backend/Components/Tasks/list.tpl.php @@ -4,11 +4,10 @@ use Modules\Tasks\Models\TaskStatus; ?>
| = $this->getHtml('Status', 'Tasks') ?> | = $this->getHtml('Due/Priority', 'Tasks') ?> - | = $this->getHtml('Title', 'Tasks') ?> + | = $this->getHtml('Title', 'Tasks') ?> | tasks as $key => $task) : ++$c; diff --git a/Theme/Backend/dashboard-task.tpl.php b/Theme/Backend/dashboard-task.tpl.php index efbb997..d10e514 100644 --- a/Theme/Backend/dashboard-task.tpl.php +++ b/Theme/Backend/dashboard-task.tpl.php @@ -14,7 +14,8 @@ declare(strict_types=1); ?>