summaryrefslogtreecommitdiff
path: root/app/php/controls/CalendarLabel.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/controls/CalendarLabel.tpl')
-rw-r--r--app/php/controls/CalendarLabel.tpl12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/php/controls/CalendarLabel.tpl b/app/php/controls/CalendarLabel.tpl
deleted file mode 100644
index 69e0147..0000000
--- a/app/php/controls/CalendarLabel.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-<com:TPanel CssClass="calendar">
- <prop:Attributes.data-group><%= $this->Calendar->GroupID %></prop:Attributes.data-group>
- <com:THyperLink>
- <prop:NavigateUrl><%= $this->Service->constructUrl('Calendar', ['calendar' => $this->Calendar->Url]) %></prop:NavigateUrl>
- <prop:Text><%= $this->Calendar->Name %></prop:Text>
- </com:THyperLink>
- <com:AddToFilter>
- <prop:Facade><%= $this->Facade %></prop:Facade>
- <prop:CalendarUrl><%= $this->Calendar->Url %></prop:CalendarUrl>
- <prop:UserToManage><%= $this->User %></prop:UserToManage>
- </com:AddToFilter>
-</com:TPanel>