From 6dcabb240f0ff0ee1654ac66f806bedb22495d23 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 12 Mar 2016 12:36:05 +0100 Subject: * user calendar selection on profile page --- app/php/components/UserSelection.tpl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 app/php/components/UserSelection.tpl (limited to 'app/php/components/UserSelection.tpl') diff --git a/app/php/components/UserSelection.tpl b/app/php/components/UserSelection.tpl new file mode 100644 index 0000000..0532cef --- /dev/null +++ b/app/php/components/UserSelection.tpl @@ -0,0 +1,25 @@ +Selected calendars: +
+ + + <%# $this->DataItem->Name %>
+ + + + <%# $this->DataItem->ID %> + <%# !$this->SourceTemplateControl->UserToDisplay->IsGuest %> + + <%# $this->DataItem->Name %> + + <%# $this->DataItem->Website %> + +
+
+
+
+
+
-- cgit v1.2.3