diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-01-12 15:29:49 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-01-12 15:29:49 +0100 |
commit | 91b81d6a2c25bc6c2c3cc84db78d6e5fc9d6022a (patch) | |
tree | c15b51971c69f1f38d031a62fe93ac90f4ca27c7 /view/tpl/photos_recent.tpl | |
parent | 88ac326caffb25fb24271b60e2b6beadc2458a1c (diff) | |
download | volse-hubzilla-91b81d6a2c25bc6c2c3cc84db78d6e5fc9d6022a.tar.gz volse-hubzilla-91b81d6a2c25bc6c2c3cc84db78d6e5fc9d6022a.tar.bz2 volse-hubzilla-91b81d6a2c25bc6c2c3cc84db78d6e5fc9d6022a.zip |
fullscreen in album-view is disfunctional atm
Diffstat (limited to 'view/tpl/photos_recent.tpl')
-rwxr-xr-x | view/tpl/photos_recent.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl index 4cb1bc306..92e70692f 100755 --- a/view/tpl/photos_recent.tpl +++ b/view/tpl/photos_recent.tpl @@ -4,8 +4,6 @@ {{if $can_post}} <button class="btn btn-xs btn-success acl-form-trigger" title="{{$usage}}" onclick="openClose('photo-upload-form');" data-form_id="photos-upload-form"><i class="fa fa-arrow-circle-o-up"></i> {{$upload.0}}</button> {{/if}} - <button id="fullscreen-btn" type="button" class="btn btn-default btn-xs" onclick="makeFullScreen();"><i class="fa fa-expand"></i></button> - <button id="inline-btn" type="button" class="btn btn-default btn-xs" onclick="makeFullScreen(false);"><i class="fa fa-compress"></i></button> </div> <h2>{{$title}}</h2> <div class="clear"></div> |