From b7060b33ef317eeac576c504b1fb840d4471e411 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 12 Oct 2014 14:28:08 -0400 Subject: Add pagination/column sorting for search and completed tasks --- app/Templates/project_search.php | 15 ++++++++++----- app/Templates/project_tasks.php | 7 ++++++- app/Templates/task_table.php | 22 ++++++++++++---------- 3 files changed, 28 insertions(+), 16 deletions(-) (limited to 'app/Templates') diff --git a/app/Templates/project_search.php b/app/Templates/project_search.php index a810afce..7d5d8795 100644 --- a/app/Templates/project_search.php +++ b/app/Templates/project_search.php @@ -7,10 +7,10 @@
@@ -25,7 +25,12 @@

- $tasks, 'categories' => $categories, 'columns' => $columns)) ?> + $tasks, + 'categories' => $categories, + 'columns' => $columns, + 'pagination' => $pagination, + )) ?>
diff --git a/app/Templates/project_tasks.php b/app/Templates/project_tasks.php index bc27befa..7b6f2d9c 100644 --- a/app/Templates/project_tasks.php +++ b/app/Templates/project_tasks.php @@ -12,7 +12,12 @@

- $tasks, 'categories' => $categories, 'columns' => $columns)) ?> + $tasks, + 'categories' => $categories, + 'columns' => $columns, + 'pagination' => $pagination, + )) ?> \ No newline at end of file diff --git a/app/Templates/task_table.php b/app/Templates/task_table.php index d10d3f42..b6fdb2b9 100644 --- a/app/Templates/task_table.php +++ b/app/Templates/task_table.php @@ -1,14 +1,14 @@ - - - - - - - - - + + + + + + + + + @@ -51,4 +51,6 @@ -
\ No newline at end of file + + + -- cgit v1.2.3