summaryrefslogtreecommitdiff
path: root/app/php/pages
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/pages')
-rw-r--r--app/php/pages/Calendar.page6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/php/pages/Calendar.page b/app/php/pages/Calendar.page
index 1e2db8c..f414dae 100644
--- a/app/php/pages/Calendar.page
+++ b/app/php/pages/Calendar.page
@@ -8,21 +8,21 @@
<prop:UserToManage><%= $this->getUser() %></prop:UserToManage>
<prop:CalendarUrl><%= $this->Request->itemAt('calendar') %></prop:CalendarUrl>
<prop:Description>
- calendar visible in current filter selection
+ <%[ calendar visible in current filter selection ]%>
</prop:Description>
</com:AddToFilter>
<com:EventList DateFrom="now" DateTo="+1 year">
<prop:Facade><%= CalendarFacade::getInstance() %></prop:Facade>
<prop:CalendarUrl><%= $this->Request->itemAt('calendar') %></prop:CalendarUrl>
<prop:HeaderText>
- Upcoming events in the calendar:
+ <%[ Upcoming events in the calendar: ]%>
</prop:HeaderText>
</com:EventList>
<com:EventList DateTo="now" Reverse="true">
<prop:Facade><%= CalendarFacade::getInstance() %></prop:Facade>
<prop:CalendarUrl><%= $this->Request->itemAt('calendar') %></prop:CalendarUrl>
<prop:HeaderText>
- Past events in the calendar:
+ <%[ Past events in the calendar: ]%>
</prop:HeaderText>
</com:EventList>
</com:TContent>