Fixed bug #1515 Task View is very basic.

- Added sortable fields on Title, Due date, Location, Category and
  Calendar.
- Added Priority column, also sortable.
- Separated the logic of Events and Tasks.
This commit is contained in:
Luc Charland
2012-09-28 15:42:49 -04:00
parent 4038229688
commit 034f2c8745
7 changed files with 277 additions and 80 deletions

View File

@@ -254,10 +254,13 @@ TABLE#tasksList
TABLE#eventsList .colorBox
{ margin-left: 2px; }
TABLE#eventsList TD.headerTitle,
TABLE#eventsList TD.headerDateTime
#eventsList TD.headerTitle,
#eventsList TD.headerDateTime
{ width: 30%; }
#tasksList .headerPriority
{ width: 80px;}
TABLE#eventsList TD,
TABLE#eventsList TH,
TABLE#tasksList TD,
@@ -270,7 +273,7 @@ TABLE#eventsList TH,
TABLE#tasksList TH
{ white-space: pre; }
TABLE#tasksList TD#completedHeader
TABLE#tasksList TD#taskCompletedHeader
{ text-align: center;
width: 20px; }