From 7a5b78dbc6c3ad896bd07ad19aa8c9cb8fec11ac Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 9 Nov 2014 21:41:32 -0500 Subject: Improve css for tables --- app/Model/Project.php | 2 +- app/Template/app/index.php | 18 +++++++++--------- app/Template/task_table.php | 22 +++++++++++----------- 3 files changed, 21 insertions(+), 21 deletions(-) (limited to 'app') diff --git a/app/Model/Project.php b/app/Model/Project.php index ad64edcd..305e3f1e 100644 --- a/app/Model/Project.php +++ b/app/Model/Project.php @@ -105,7 +105,7 @@ class Project extends Base * @param string $direction Sorting direction * @return array Project properties */ - public function getSummary(array $project_ids, $status = self::ACTIVE, $order = 'last_modified', $direction = 'desc') + public function getSummary(array $project_ids, $status = self::ACTIVE, $order = 'name', $direction = 'asc') { if (empty($project_ids)) { return array(); diff --git a/app/Template/app/index.php b/app/Template/app/index.php index 1aa5819a..89550e05 100644 --- a/app/Template/app/index.php +++ b/app/Template/app/index.php @@ -18,11 +18,11 @@

- +
- - - + + + @@ -50,12 +50,12 @@

-
  
+
- - - - + + + + diff --git a/app/Template/task_table.php b/app/Template/task_table.php index fa04fa55..2f856661 100644 --- a/app/Template/task_table.php +++ b/app/Template/task_table.php @@ -1,14 +1,14 @@ -
  
+
- - - + + + - - - - - + + + + + @@ -35,11 +35,11 @@
- + - + -- cgit v1.2.3