diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-03 12:19:49 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-03 12:19:49 +0200 |
commit | db4e9aeaadc15700aca737a620fb0a56c4ed3531 (patch) | |
tree | c46707577931e887d06e2c5c2d242fc6ee023230 /view/tpl/events_cal-js.tpl | |
parent | b8d8be701382b72b3556ff9a3d67aabfc85223f5 (diff) | |
download | volse-hubzilla-db4e9aeaadc15700aca737a620fb0a56c4ed3531.tar.gz volse-hubzilla-db4e9aeaadc15700aca737a620fb0a56c4ed3531.tar.bz2 volse-hubzilla-db4e9aeaadc15700aca737a620fb0a56c4ed3531.zip |
fullscreen mode for events
Diffstat (limited to 'view/tpl/events_cal-js.tpl')
-rwxr-xr-x | view/tpl/events_cal-js.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/events_cal-js.tpl b/view/tpl/events_cal-js.tpl index bc8a3aa31..abffb2a92 100755 --- a/view/tpl/events_cal-js.tpl +++ b/view/tpl/events_cal-js.tpl @@ -2,6 +2,8 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper"> <div class="pull-right"> + <button id="fullscreen-btn" type="button" class="btn btn-default btn-xs" onclick="makeFullScreen();"><i class="icon-resize-full"></i></button> + <button id="inline-btn" type="button" class="btn btn-default btn-xs" onclick="makeFullScreen(false);"><i class="icon-resize-small"></i></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 id="events-spinner" class="btn btn-default btn-xs" onclick="changeView('today', false);" title="{{$today}}"><i class="icon-bullseye"></i></button> |