aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_recent.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-01 00:36:58 -0700
committerfriendica <info@friendica.com>2014-11-01 00:36:58 -0700
commit1eacea403758981670eb589b6626f531612429d1 (patch)
treea96e96223811ce727233681cd495379ad1af25a5 /view/tpl/photos_recent.tpl
parenta659ac8952306b5a78a468051d3c318f50294bcf (diff)
parent5d151b988605bc5aedbef65b687a43dedbc574e9 (diff)
downloadvolse-hubzilla-1eacea403758981670eb589b6626f531612429d1.tar.gz
volse-hubzilla-1eacea403758981670eb589b6626f531612429d1.tar.bz2
volse-hubzilla-1eacea403758981670eb589b6626f531612429d1.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/photos_recent.tpl')
-rwxr-xr-xview/tpl/photos_recent.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl
index 91b088c93..7727abcea 100755
--- a/view/tpl/photos_recent.tpl
+++ b/view/tpl/photos_recent.tpl
@@ -1,10 +1,11 @@
<div class="section-title-wrapper">
{{if $can_post}}
- <a class="btn btn-xs btn-success pull-right" href="{{$upload.1}}"><i class="icon-upload"></i>&nbsp;{{$upload.0}}</a>
+ <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"}}