aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/events-js.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-03 12:20:10 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-03 12:20:10 +0200
commit787e2ef961ea152beb8c80bc6cf4fcdceba1ae9f (patch)
tree8a576c40fd54ad6dd967f9d99f1a1fbaf4965a69 /view/tpl/events-js.tpl
parent7850b04853e61d85a5657410b31aa36db4c19ec4 (diff)
parentdb4e9aeaadc15700aca737a620fb0a56c4ed3531 (diff)
downloadvolse-hubzilla-787e2ef961ea152beb8c80bc6cf4fcdceba1ae9f.tar.gz
volse-hubzilla-787e2ef961ea152beb8c80bc6cf4fcdceba1ae9f.tar.bz2
volse-hubzilla-787e2ef961ea152beb8c80bc6cf4fcdceba1ae9f.zip
Merge branch 'master' into dev
Diffstat (limited to 'view/tpl/events-js.tpl')
-rwxr-xr-xview/tpl/events-js.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/events-js.tpl b/view/tpl/events-js.tpl
index c29d80347..5c9eb2814 100755
--- a/view/tpl/events-js.tpl
+++ b/view/tpl/events-js.tpl
@@ -1,6 +1,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>
<button class="btn btn-success btn-xs" onclick="openClose('form');">{{$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>