aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/events-js.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-19 11:47:41 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-19 11:47:41 -0800
commitb5875c3af97bdd3cc0def834c9d739d4517e9567 (patch)
tree0621e3888008f9f1c3b86d3a0bf6b0451631acd5 /view/tpl/events-js.tpl
parented87dbc1414b7da2f58213671539c5570a416809 (diff)
parentba52af786e0e2f27c36e82df9086dfb8d33d9062 (diff)
downloadvolse-hubzilla-b5875c3af97bdd3cc0def834c9d739d4517e9567.tar.gz
volse-hubzilla-b5875c3af97bdd3cc0def834c9d739d4517e9567.tar.bz2
volse-hubzilla-b5875c3af97bdd3cc0def834c9d739d4517e9567.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Conflicts: version.inc
Diffstat (limited to 'view/tpl/events-js.tpl')
-rwxr-xr-xview/tpl/events-js.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/events-js.tpl b/view/tpl/events-js.tpl
index 03c6a5fb6..d481af2e9 100755
--- a/view/tpl/events-js.tpl
+++ b/view/tpl/events-js.tpl
@@ -6,6 +6,7 @@
<div class="btn-group">
<button class="btn btn-default btn-xs" onclick="changeView('prev', false);" title="{{$prev}}"><i class="icon-backward"></i></button>
+ <button class="btn btn-default btn-xs" onclick="changeView('today', false);" title="{{$today}}"><i class="icon-bullseye"></i></button>
<button class="btn btn-default btn-xs" onclick="changeView('next', false);" title="{{$next}}"><i class="icon-forward"></i></button>
</div>
</div>