diff options
author | friendica <info@friendica.com> | 2014-11-24 02:50:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-24 02:50:14 -0800 |
commit | 756abd66783344f5dcbb0a146d9281e027181837 (patch) | |
tree | d6f5bb45beddd4ded4edb3535712b989935a917a /view/tpl/events-js.tpl | |
parent | 53dc9cf2eb078f452979dc1dc9146ab993425621 (diff) | |
download | volse-hubzilla-756abd66783344f5dcbb0a146d9281e027181837.tar.gz volse-hubzilla-756abd66783344f5dcbb0a146d9281e027181837.tar.bz2 volse-hubzilla-756abd66783344f5dcbb0a146d9281e027181837.zip |
add event export (this month) to event UI
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 69a248512..ad41e983a 100755 --- a/view/tpl/events-js.tpl +++ b/view/tpl/events-js.tpl @@ -2,6 +2,7 @@ <div class="generic-content-wrapper-styled"> <h2>{{$title}}</h2> +<div id="export-event-link"><a href="{{$export.0}}" >{{$export.1}}</a></div> <div id="new-event-link"><a href="{{$new_event.0}}" >{{$new_event.1}}</a></div> <div id="events-calendar"></div> |