diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-19 11:38:34 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-19 11:38:34 +0100 |
commit | ba52af786e0e2f27c36e82df9086dfb8d33d9062 (patch) | |
tree | 0dd207f7d0e73a69bac9c7a14793c1fb43f3356f /view/tpl/events-js.tpl | |
parent | 929f524e774e856c3ee5f65740614696089bd86a (diff) | |
download | volse-hubzilla-ba52af786e0e2f27c36e82df9086dfb8d33d9062.tar.gz volse-hubzilla-ba52af786e0e2f27c36e82df9086dfb8d33d9062.tar.bz2 volse-hubzilla-ba52af786e0e2f27c36e82df9086dfb8d33d9062.zip |
move today button from aside to section title
Diffstat (limited to 'view/tpl/events-js.tpl')
-rwxr-xr-x | view/tpl/events-js.tpl | 1 |
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> |