aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/events_side.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/events_side.tpl')
-rwxr-xr-xview/tpl/events_side.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/events_side.tpl b/view/tpl/events_side.tpl
new file mode 100755
index 000000000..4659063c3
--- /dev/null
+++ b/view/tpl/events_side.tpl
@@ -0,0 +1,9 @@
+<div class="widget">
+ <h3>{{$title}}</h3>
+ <ul class="nav nav-pills nav-stacked">
+ <li><a href="#" onclick="changeView('changeView', 'month'); return false;">{{$month}}</a></li>
+ <li><a href="#" onclick="changeView('changeView', 'agendaWeek'); return false;">{{$week}}</a></li>
+ <li><a href="#" onclick="changeView('changeView', 'agendaDay'); return false;">{{$day}}</a></li>
+ <li><a href="#" onclick="changeView('today', false); return false;">{{$today}}</a></li>
+ </ul>
+</div>