diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-12 20:22:36 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-12 20:22:36 -0800 |
commit | 93e5449c0843494c49ae799fa044299ca5cdeb6d (patch) | |
tree | f134950ce659d8926550d2265456d0112eed9203 /view/tpl/photo_album.tpl | |
parent | 888bf76e4b4c2d4285c0bb28334df6e9af884e16 (diff) | |
download | volse-hubzilla-93e5449c0843494c49ae799fa044299ca5cdeb6d.tar.gz volse-hubzilla-93e5449c0843494c49ae799fa044299ca5cdeb6d.tar.bz2 volse-hubzilla-93e5449c0843494c49ae799fa044299ca5cdeb6d.zip |
really basic photo album widget for content regions
Diffstat (limited to 'view/tpl/photo_album.tpl')
-rwxr-xr-x | view/tpl/photo_album.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl index d22f82f8e..bbcdcefc1 100755 --- a/view/tpl/photo_album.tpl +++ b/view/tpl/photo_album.tpl @@ -1,7 +1,9 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper"> <div class="pull-right"> + {{if $order}} <a class="btn btn-default btn-xs" href="{{$order.1}}" title="{{$order.0}}"><i class="icon-sort"></i></a> + {{/if}} <div class="btn-group btn-group"> {{if $album_edit.1}} <i class="icon-pencil btn btn-default btn-xs" title="{{$album_edit.0}}" onclick="openClose('photo-album-edit-wrapper'); closeMenu('photo-upload-form');"></i> |