aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_recent.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-19 16:44:16 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-19 16:44:16 -0700
commit0a9d3b4025cf49537c16868a093640fe7891d21c (patch)
tree742b700de282c4c432beec3193e2b61b01aca07d /view/tpl/photos_recent.tpl
parent6bd90816dd76d5fbd2374f72ac302537bc1ef047 (diff)
parent8b563951ff9019e6a0c3a459ad5b768826a2017c (diff)
downloadvolse-hubzilla-0a9d3b4025cf49537c16868a093640fe7891d21c.tar.gz
volse-hubzilla-0a9d3b4025cf49537c16868a093640fe7891d21c.tar.bz2
volse-hubzilla-0a9d3b4025cf49537c16868a093640fe7891d21c.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/tpl/photos_recent.tpl')
-rwxr-xr-xview/tpl/photos_recent.tpl28
1 files changed, 15 insertions, 13 deletions
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl
index 7727abcea..15faa4a34 100755
--- a/view/tpl/photos_recent.tpl
+++ b/view/tpl/photos_recent.tpl
@@ -1,16 +1,18 @@
-<div class="section-title-wrapper">
- {{if $can_post}}
- <button class="btn btn-xs btn-success pull-right" title="{{$usage}}" onclick="openClose('photo-upload-form');"><i class="icon-upload"></i>&nbsp;{{$upload.0}}</button>
- {{/if}}
- <h2>{{$title}}</h2>
- <div class="clear"></div>
-</div>
-{{$upload_form}}
-<div id="photo-album-contents" class="generic-content-wrapper">
- {{foreach $photos as $photo}}
- {{include file="photo_top.tpl"}}
- {{/foreach}}
- <div id="page-end"></div>
+<div class="generic-content-wrapper">
+ <div class="section-title-wrapper">
+ {{if $can_post}}
+ <button class="btn btn-xs btn-success pull-right" title="{{$usage}}" onclick="openClose('photo-upload-form');"><i class="icon-upload"></i>&nbsp;{{$upload.0}}</button>
+ {{/if}}
+ <h2>{{$title}}</h2>
+ <div class="clear"></div>
+ </div>
+ {{$upload_form}}
+ <div id="photo-album-contents">
+ {{foreach $photos as $photo}}
+ {{include file="photo_top.tpl"}}
+ {{/foreach}}
+ <div id="page-end"></div>
+ </div>
</div>
<div class="photos-end"></div>
<script>$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>