aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_album.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-27 16:20:59 -0700
committerfriendica <info@friendica.com>2014-10-27 16:20:59 -0700
commit1b53d1c1d32072c71451cfd1a49b89ecfcd8b615 (patch)
treee3b4b241db991403bc8b057f29f88729ad163c47 /view/tpl/photo_album.tpl
parent583b445bc02c988e808742b16196e0d80391b3cc (diff)
parentd192bcad65852bb9225a368d1bf42b8918ae6022 (diff)
downloadvolse-hubzilla-1b53d1c1d32072c71451cfd1a49b89ecfcd8b615.tar.gz
volse-hubzilla-1b53d1c1d32072c71451cfd1a49b89ecfcd8b615.tar.bz2
volse-hubzilla-1b53d1c1d32072c71451cfd1a49b89ecfcd8b615.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/photo_album.tpl')
-rwxr-xr-xview/tpl/photo_album.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl
index 0c878b950..0a26fc367 100755
--- a/view/tpl/photo_album.tpl
+++ b/view/tpl/photo_album.tpl
@@ -1,7 +1,7 @@
<div class="section-title-wrapper">
<div class="btn-group btn-group-xs pull-right">
- {{if $edit}}
- <a class="btn btn-default" href="{{$edit.1}}" title="{{$edit.0}}"><i class="icon-pencil"></i></a>
+ {{if $album_edit.1}}
+ <i class="icon-pencil btn btn-default" title="{{$album_edit.0}}" onclick="openClose('photo-album-edit-wrapper');"></i>
{{/if}}
<a class="btn btn-default" href="{{$order.1}}" title="{{$order.0}}"><i class="icon-sort"></i></a>
{{if $can_post}}
@@ -12,6 +12,7 @@
<div class="clear"></div>
</div>
+{{$album_edit.1}}
<div id="photo-album-contents" class="generic-content-wrapper">
{{foreach $photos as $photo}}
{{include file="photo_top.tpl"}}