From a3933f49af549384e313325f64207def6e2de664 Mon Sep 17 00:00:00 2001 From: Timo Litzbarski Date: Fri, 25 Mar 2016 10:31:51 +0000 Subject: Hook template:board:task:icons --- app/Template/board/task_footer.php | 2 ++ doc/plugin-hooks.markdown | 1 + 2 files changed, 3 insertions(+) diff --git a/app/Template/board/task_footer.php b/app/Template/board/task_footer.php index a8203739..a9d381a3 100644 --- a/app/Template/board/task_footer.php +++ b/app/Template/board/task_footer.php @@ -76,6 +76,8 @@ + + hook->render('template:board:task:icons', array('task' => $task)) ?> task->formatPriority($project, $task) ?> diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown index 9b511c78..59b9cebf 100644 --- a/doc/plugin-hooks.markdown +++ b/doc/plugin-hooks.markdown @@ -163,6 +163,7 @@ List of template hooks: | `template:board:public:task:before-title` | Task in public board: before title | | `template:board:public:task:after-title` | Task in public board: after title | | `template:board:task:footer` | Task in board: footer | +| `template:board:task:icons` | Task in board: tooltip icon | | `template:config:sidebar` | Sidebar on settings page | | `template:config:application ` | Application settings form | | `template:config:integrations` | Integration page in global settings | -- cgit v1.2.3