Move tasks templates to a subfolder

This commit is contained in:
Frédéric Guillot
2014-12-03 21:59:48 -05:00
parent 8a02ceb40e
commit 9fb2e71189
29 changed files with 144 additions and 120 deletions

View File

@@ -18,7 +18,7 @@
<?php if (empty($tasks) && ! empty($values['search'])): ?>
<p class="alert"><?= t('Nothing found.') ?></p>
<?php elseif (! empty($tasks)): ?>
<?= Helper\template('task_table', array(
<?= Helper\template('task/table', array(
'tasks' => $tasks,
'categories' => $categories,
'columns' => $columns,