From 058ef1c8b7517ecce1a60cfc72ad8e94fefd363e Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 6 Apr 2016 10:43:55 +0200 Subject: * DataItem is deprecated --- app/php/components/UserSelection.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/php/components/UserSelection.tpl b/app/php/components/UserSelection.tpl index 0532cef..6c19013 100644 --- a/app/php/components/UserSelection.tpl +++ b/app/php/components/UserSelection.tpl @@ -2,20 +2,20 @@ Selected calendars:
- <%# $this->DataItem->Name %>
+ <%# $this->Data->Name %>
- <%# $this->DataItem->ID %> + <%# $this->Data->ID %> <%# !$this->SourceTemplateControl->UserToDisplay->IsGuest %> - <%# $this->DataItem->Name %> + <%# $this->Data->Name %> - <%# $this->DataItem->Website %> + <%# $this->Data->Website %>
-- cgit v1.2.3