Wire up the views.

This commit is contained in:
Daniel Kraus
2015-08-09 13:24:44 +02:00
parent 257e3e8568
commit b59c9f2898
21 changed files with 363 additions and 84 deletions

View File

@ -31,7 +31,7 @@ namespace zaaReloaded2.Controller.Elements
{
public override string Label
{
get { return "Letzten Tag auswählen"; }
get { return "Letzter Tag"; }
}
public override void Run(Formatter.Formatter formatter)
@ -51,7 +51,7 @@ namespace zaaReloaded2.Controller.Elements
protected override ElementBase CreateInstance()
{
return new SelectLastDay();
return new SelectLastDay(CloneChildren());
}
}
}