aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/events-js.tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-03 16:16:14 -0700
committerredmatrix <git@macgirvin.com>2016-04-03 16:16:14 -0700
commitb4c1baada1fba46d4d75f40a7e78111d70d54e7a (patch)
tree0dcf211c433479409a2ea932d1c0ca6bc463562d /view/tpl/events-js.tpl
parent1ca3eeedffe4fb443a19b4b84e16a73522990334 (diff)
parentf13096a6f3b26d9e88dc0d6c07c63a1d5f75346e (diff)
downloadvolse-hubzilla-b4c1baada1fba46d4d75f40a7e78111d70d54e7a.tar.gz
volse-hubzilla-b4c1baada1fba46d4d75f40a7e78111d70d54e7a.tar.bz2
volse-hubzilla-b4c1baada1fba46d4d75f40a7e78111d70d54e7a.zip
Merge branch 'master' of https://github.com/redmatrix/hubzilla into master_merge
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>