diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-31 09:26:58 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-31 09:26:58 +0200 |
commit | 6433ce70a19be8c57edbc72f8df3a4c7ef52f389 (patch) | |
tree | cc0bc0abe91a2facd379097ade99439498da7b2d /view/tpl | |
parent | 6822415ee2efd4e2d3e5458c36cd5f582887969a (diff) | |
parent | 1c3e6697615b70d2528856b6c8e69962a14763dc (diff) | |
download | volse-hubzilla-6433ce70a19be8c57edbc72f8df3a4c7ef52f389.tar.gz volse-hubzilla-6433ce70a19be8c57edbc72f8df3a4c7ef52f389.tar.bz2 volse-hubzilla-6433ce70a19be8c57edbc72f8df3a4c7ef52f389.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/wiki.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl index 2be323deb..6ca4b0c77 100644 --- a/view/tpl/wiki.tpl +++ b/view/tpl/wiki.tpl @@ -15,6 +15,7 @@ </div> </div> {{/if}} + <button type="button" class="btn btn-outline-secondary btn-sm" title="{{$sharePage}}" onclick="window.location.href='rpost?f=&body={{$shareLink}}';"><i class="fa fa-fw fa-share"></i></button> <button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(); adjustFullscreenEditorHeight();"><i class="fa fa-expand"></i></button> <button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false); adjustInlineEditorHeight()"><i class="fa fa-compress"></i></button> </div> |