summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
authorrobre <robert.reith@t-online.de>2017-01-20 15:30:56 +0100
committerrobre <robert.reith@t-online.de>2017-01-20 15:30:56 +0100
commit3ce46b7230e729d38771d475eca9a59bb8559eb0 (patch)
tree082d0bef148e2321309d761c81a0b3ce65c548da /app/Template
parent9ef2b2a026143dc59e07fbe499f53786396bcc86 (diff)
Added a hook for the table colum header
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/board/table_column.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/board/table_column.php b/app/Template/board/table_column.php
index c334cda4..df16715f 100644
--- a/app/Template/board/table_column.php
+++ b/app/Template/board/table_column.php
@@ -74,6 +74,7 @@
(<span id="task-number-column-<?= $column['id'] ?>"><?= $column['nb_tasks'] ?></span>)
</span>
<?php endif ?>
+ <?= $this->hook->render('template:board:column:header', array('swimlane' => $swimlane, 'column' => $column)) ?>
</div>
</th>