diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-31 15:42:52 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-31 15:42:52 -0700 |
commit | 5e985ef34f06964a7d8ac6ab20a8481c4b3ddca7 (patch) | |
tree | faa497dbb0160f82283a0ada6f4764b302275c0e /view/tpl | |
parent | 6f9771768dfdf627782d9f65fc1e74882cfde7f5 (diff) | |
download | volse-hubzilla-5e985ef34f06964a7d8ac6ab20a8481c4b3ddca7.tar.gz volse-hubzilla-5e985ef34f06964a7d8ac6ab20a8481c4b3ddca7.tar.bz2 volse-hubzilla-5e985ef34f06964a7d8ac6ab20a8481c4b3ddca7.zip |
consistency of event form
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/events-js.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/events-js.tpl b/view/tpl/events-js.tpl index c91419783..bb6ca63a4 100755 --- a/view/tpl/events-js.tpl +++ b/view/tpl/events-js.tpl @@ -3,7 +3,7 @@ <h2>{{$title}}</h2> <div class="pull-right"> -<button class="btn btn-xs" onclick="window.location.href='{{$new_event.0}}'; return false;" >{{$new_event.1}}</button> <button class="btn btn-xs" onclick="exportDate(); return false;" >{{$export.1}}</button> <button class="btn btn-xs btn-success" onclick="openClose('event-upload-form');"><i class="icon-upload"></i> {{$upload}}</button> +<button class="btn btn-xs" onclick="window.location.href='{{$new_event.0}}'; return false;" >{{$new_event.1}}</button> <button class="btn btn-xs" onclick="exportDate(); return false;" ><i class="icon-download"></i> {{$export.1}}</button> <button class="btn btn-xs" onclick="openClose('event-upload-form');"><i class="icon-upload"></i> {{$upload}}</button> </div> <div id="event-upload-form" style="display:none;"> |