From b8fa0246803dab40cf57d40b45984c53046f2d55 Mon Sep 17 00:00:00 2001 From: "Dzial Techniczny WMW Projekt s.c" Date: Tue, 10 Dec 2019 11:34:53 +0100 Subject: Plugins directory and local modifications --- plugins/Bigboard/Template/board/table_tasks.php | 38 +++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 plugins/Bigboard/Template/board/table_tasks.php (limited to 'plugins/Bigboard/Template/board/table_tasks.php') diff --git a/plugins/Bigboard/Template/board/table_tasks.php b/plugins/Bigboard/Template/board/table_tasks.php new file mode 100644 index 00000000..3d280489 --- /dev/null +++ b/plugins/Bigboard/Template/board/table_tasks.php @@ -0,0 +1,38 @@ + + + + + + +
+ + + render($not_editable ? 'board/task_public' : 'bigboard:board/task_private', array( + 'project' => $project, + 'task' => $task, + 'board_highlight_period' => $board_highlight_period, + 'not_editable' => $not_editable, + )) ?> + +
+ + +
+
+
+ text->e($column['title']) ?> +
+
+
+ + + -- cgit v1.2.3