summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-05-06 17:20:03 +0200
committeremkael <emkael@tlen.pl>2016-05-09 12:35:49 +0200
commit34a08999a6e1be92f1676d75f72d7bb535392230 (patch)
treecc34676eb3a3554ea9ccbc8e73ef84dfdeef6e34 /app
parent8f3e62ac9365880ef7688504065a6e472505e344 (diff)
* calendar details link in user selection list
Diffstat (limited to 'app')
-rw-r--r--app/php/controls/UserSelection.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/php/controls/UserSelection.tpl b/app/php/controls/UserSelection.tpl
index 14035ca..8841e9f 100644
--- a/app/php/controls/UserSelection.tpl
+++ b/app/php/controls/UserSelection.tpl
@@ -13,6 +13,10 @@ Selected calendars:
</com:TLinkButton>
<%# $this->Data->Name %>
<com:THyperLink
+ Text="(details)">
+ <prop:NavigateUrl><%# $this->Service->constructUrl('Calendar', ['calendar' => $this->DataItem->Url]) %></prop:NavigateUrl>
+ </com:THyperLink>
+ <com:THyperLink
Text="(www)"
Target="_blank">
<prop:NavigateUrl><%# $this->Data->Website %></prop:NavigateUrl>