aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/events_side.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-27 22:45:28 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-27 22:45:28 +0100
commitbcfa72ed310f05dc9a5fca9e724c07b7216aa7fd (patch)
tree9af3ddbc4df8cf4aeff4ef9b8b4703da67403880 /view/tpl/events_side.tpl
parentb92cc852d142940f0f8dd78ddf7be835dc8b9e07 (diff)
downloadvolse-hubzilla-bcfa72ed310f05dc9a5fca9e724c07b7216aa7fd.tar.gz
volse-hubzilla-bcfa72ed310f05dc9a5fca9e724c07b7216aa7fd.tar.bz2
volse-hubzilla-bcfa72ed310f05dc9a5fca9e724c07b7216aa7fd.zip
move events tools to aside widget
Diffstat (limited to 'view/tpl/events_side.tpl')
-rwxr-xr-xview/tpl/events_side.tpl8
1 files changed, 0 insertions, 8 deletions
diff --git a/view/tpl/events_side.tpl b/view/tpl/events_side.tpl
deleted file mode 100755
index b9a9062b1..000000000
--- a/view/tpl/events_side.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-<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>
- </ul>
-</div>