Finished the view, need to display the eventsblock

This commit is contained in:
Alexandre Cloutier
2014-04-22 17:47:29 -04:00
parent 57b747c24a
commit f9869d19b4
5 changed files with 315 additions and 131 deletions

View File

@@ -147,6 +147,7 @@
/* Print view */
"LIST" = "List";
"DAY" = "Daily";
"WEEK" = "Weekly";
"MONTH" = "Monthly";
"Print Settings" = "Print Settings";
@@ -166,7 +167,7 @@
"Tasks with no due date" = "Tasks with no due date";
"Completed tasks" = "Completed tasks";
"Display time:" = "Display time:";
"Calendar:" = "Calendar:";
/* Appointments */

View File

@@ -33,7 +33,7 @@ static NSArray *layoutItems = nil;
{
if (!layoutItems)
{
layoutItems = [NSArray arrayWithObjects: @"LIST", @"WEEK", @"MONTH", nil];
layoutItems = [NSArray arrayWithObjects: @"LIST", @"DAY", @"WEEK", @"MONTH", nil];
[layoutItems retain];
}