added attendence overview
This commit is contained in:
@@ -211,6 +211,15 @@ echo(
|
||||
'actions' => [
|
||||
AppCardAction::fromArray(['caption'=>"Info", 'link'=>"infoZettel"]),
|
||||
],
|
||||
])->htmlCode().
|
||||
AppCard::fromArray([
|
||||
'link' => "attendance",
|
||||
'title' => "Teilnahme",
|
||||
'description'=> "Eine kleine Übersicht, wie wie oft man beim Training war",
|
||||
'imgUrl' => "http://cwsvjudo.bplaced.net/ressourcen/graphiken/icons/calendarIcon.svg",
|
||||
'actions' => [
|
||||
AppCardAction::fromArray(['caption'=>"Anwesenheit", 'link'=>"attendance"]),
|
||||
],
|
||||
])->htmlCode()
|
||||
);
|
||||
// @todo attendanceApp
|
||||
|
||||
Reference in New Issue
Block a user