diff options
author | emkael <emkael@tlen.pl> | 2016-05-09 10:38:23 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-09 12:38:03 +0200 |
commit | ad11c511f7d2516a3e2f04da4e5cd1eaf89e4d0b (patch) | |
tree | 0367b80e26ffaaa951079b45ad030a2f6e38c837 /app/php/controls/CalendarLabel.tpl | |
parent | bd9ca1eea24cfa98c0bcbea1ee546d131d5c10c1 (diff) |
* calendar label for user selection list
Diffstat (limited to 'app/php/controls/CalendarLabel.tpl')
-rw-r--r-- | app/php/controls/CalendarLabel.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/php/controls/CalendarLabel.tpl b/app/php/controls/CalendarLabel.tpl new file mode 100644 index 0000000..69e0147 --- /dev/null +++ b/app/php/controls/CalendarLabel.tpl @@ -0,0 +1,12 @@ +<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> |