mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-04 22:56:24 +00:00
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:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user