From 37c6616e50dbce2a298a27513b9882bb105405b0 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 24 Nov 2014 21:32:03 -0500 Subject: Integrate tooltips and code cleanup/fix bugs, see #166 --- app/Template/board/comments.php | 13 +++++++++++++ app/Template/board/description.php | 5 +++++ app/Template/board/files.php | 14 ++++++++++++++ app/Template/board/subtasks.php | 16 ++++++++++++++++ app/Template/board/task.php | 8 ++++---- app/Template/subtask/icons.php | 7 +++++++ app/Template/subtask_show.php | 8 +------- 7 files changed, 60 insertions(+), 11 deletions(-) create mode 100644 app/Template/board/comments.php create mode 100644 app/Template/board/description.php create mode 100644 app/Template/board/files.php create mode 100644 app/Template/board/subtasks.php create mode 100644 app/Template/subtask/icons.php (limited to 'app/Template') diff --git a/app/Template/board/comments.php b/app/Template/board/comments.php new file mode 100644 index 00000000..83d6bd9a --- /dev/null +++ b/app/Template/board/comments.php @@ -0,0 +1,13 @@ +
+ +

+ @ +

+ +
+
+ +
+
+ +
diff --git a/app/Template/board/description.php b/app/Template/board/description.php new file mode 100644 index 00000000..85e042dd --- /dev/null +++ b/app/Template/board/description.php @@ -0,0 +1,5 @@ +
+
+ +
+
\ No newline at end of file diff --git a/app/Template/board/files.php b/app/Template/board/files.php new file mode 100644 index 00000000..66d5bff9 --- /dev/null +++ b/app/Template/board/files.php @@ -0,0 +1,14 @@ +
+ + + + $file['id'], 'task_id' => $file['task_id']) + ) ?> + +
+ +
diff --git a/app/Template/board/subtasks.php b/app/Template/board/subtasks.php new file mode 100644 index 00000000..c7f995d7 --- /dev/null +++ b/app/Template/board/subtasks.php @@ -0,0 +1,16 @@ +
+ + $subtask)) ?> + + $subtask['task_id'], 'subtask_id' => $subtask['id']) + ) ?> + + + +
+ +
\ No newline at end of file diff --git a/app/Template/board/task.php b/app/Template/board/task.php index 02ae46c1..e29ff2bb 100644 --- a/app/Template/board/task.php +++ b/app/Template/board/task.php @@ -90,19 +90,19 @@
- + - + - + - + diff --git a/app/Template/subtask/icons.php b/app/Template/subtask/icons.php new file mode 100644 index 00000000..1f31d51f --- /dev/null +++ b/app/Template/subtask/icons.php @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/app/Template/subtask_show.php b/app/Template/subtask_show.php index 29f4bfd1..686b160e 100644 --- a/app/Template/subtask_show.php +++ b/app/Template/subtask_show.php @@ -19,13 +19,7 @@ - - - - - - - + $subtask)) ?> $task['id'], 'subtask_id' => $subtask['id'])) ?> -- cgit v1.2.3