From 14c2998c4ac0a56857014fb8b4d403b52dbc686e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 23 May 2014 11:59:23 -0400 Subject: Improve css and phpdoc comments --- app/Templates/board_public.php | 49 ++------------------------ app/Templates/board_show.php | 53 ++-------------------------- app/Templates/board_task.php | 76 ++++++++++++++++++++++++++++++++++++++++ app/Templates/project_search.php | 64 +-------------------------------- app/Templates/project_tasks.php | 56 +---------------------------- app/Templates/task_table.php | 54 ++++++++++++++++++++++++++++ 6 files changed, 136 insertions(+), 216 deletions(-) create mode 100644 app/Templates/board_task.php create mode 100644 app/Templates/task_table.php (limited to 'app/Templates') diff --git a/app/Templates/board_public.php b/app/Templates/board_public.php index 0808079e..f90dc01b 100644 --- a/app/Templates/board_public.php +++ b/app/Templates/board_public.php @@ -19,54 +19,9 @@ -
+
- # - - - - - - - - - - - - - - -
- -
- - -
- - - -
- - - - - + $task, 'categories' => $categories, 'not_editable' => true)) ?>
diff --git a/app/Templates/board_show.php b/app/Templates/board_show.php index 78f9dd50..e5cd9ceb 100644 --- a/app/Templates/board_show.php +++ b/app/Templates/board_show.php @@ -26,63 +26,14 @@ data-task-limit="" > -
- # - - - - - - - - - - - - - - -
- -
- - -
- - - -
- - - - - + $task, 'categories' => $categories)) ?>
diff --git a/app/Templates/board_task.php b/app/Templates/board_task.php new file mode 100644 index 00000000..fa745ac1 --- /dev/null +++ b/app/Templates/board_task.php @@ -0,0 +1,76 @@ + + + # - + + + + + + + + + + + + + +
+ +
+ + + + # - + + + + + + + + + + + + + +
+ +
+ + + + + +
+ + + +
+ + + + + + \ No newline at end of file diff --git a/app/Templates/project_search.php b/app/Templates/project_search.php index 3594fd09..7826ba63 100644 --- a/app/Templates/project_search.php +++ b/app/Templates/project_search.php @@ -24,69 +24,7 @@

- - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
- - - - - - - -
-
- - - - - - - - - - - - - - - - - - - -
+ $tasks, 'categories' => $categories, 'columns' => $columns)) ?> diff --git a/app/Templates/project_tasks.php b/app/Templates/project_tasks.php index 9f4263b8..a820be13 100644 --- a/app/Templates/project_tasks.php +++ b/app/Templates/project_tasks.php @@ -11,61 +11,7 @@

- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
- - - - - - - -
-
- - - - - - - - - - - - - -
+ $tasks, 'categories' => $categories, 'columns' => $columns)) ?> \ No newline at end of file diff --git a/app/Templates/task_table.php b/app/Templates/task_table.php new file mode 100644 index 00000000..10f79d29 --- /dev/null +++ b/app/Templates/task_table.php @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file -- cgit v1.2.3