diff options
Diffstat (limited to 'app/php/controls/CalendarDetails.tpl')
-rw-r--r-- | app/php/controls/CalendarDetails.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/php/controls/CalendarDetails.tpl b/app/php/controls/CalendarDetails.tpl index 058a00f..2fd755c 100644 --- a/app/php/controls/CalendarDetails.tpl +++ b/app/php/controls/CalendarDetails.tpl @@ -4,9 +4,10 @@ <com:TImage> <prop:ImageUrl><%= $this->getCalendar()->Image %></prop:ImageUrl> </com:TImage> -<com:THyperLink Text="Source website" Target="_blank"> +<com:THyperLink Target="_blank"> + <prop:Text><%[ Source website ]%></prop:Text> <prop:NavigateUrl><%= $this->getCalendar()->Website %></prop:NavigateUrl> </com:THyperLink> <p> - Last updated: <%= $this->getCalendar()->LastUpdated %> + <%[ Last updated: ]%> <%= $this->getCalendar()->LastUpdated %> </p> |