diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-27 13:32:20 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-27 13:32:20 +0100 |
commit | ee153f64d459406f429a8951e95ec0d50fa66956 (patch) | |
tree | 93131dc3fd264d0712dcc96b782a19e81a4b1449 /view/tpl/events-js.tpl | |
parent | fa5a382c4b4f8cde8091c4b067a6d9ec9f47a45c (diff) | |
download | volse-hubzilla-ee153f64d459406f429a8951e95ec0d50fa66956.tar.gz volse-hubzilla-ee153f64d459406f429a8951e95ec0d50fa66956.tar.bz2 volse-hubzilla-ee153f64d459406f429a8951e95ec0d50fa66956.zip |
add spinner to events
Diffstat (limited to 'view/tpl/events-js.tpl')
-rwxr-xr-x | view/tpl/events-js.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/events-js.tpl b/view/tpl/events-js.tpl index b2de90da1..2b6170ff4 100755 --- a/view/tpl/events-js.tpl +++ b/view/tpl/events-js.tpl @@ -1,12 +1,13 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper"> <div class="pull-right"> + <button class="btn btn-default btn-xs" onclick="openClose('event-tools'); closeMenu('form');"><i class="icon-cog"></i></button> <button class="btn btn-success btn-xs" onclick="openClose('form'); closeMenu('event-tools');">{{$new_event.1}}</button> <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 id="events-spinner" 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> |