aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_view.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-18 16:36:47 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-18 16:36:47 -0700
commit7e595808122c2c98e49ead0bc311e0532215eedc (patch)
tree002774abf71ed24645ccc7f2d540ed7750d27a62 /view/tpl/photo_view.tpl
parent1a9c059062eae14a96aac40b2fb4e1efb513dccc (diff)
parentec54111e6b0000f87323b2b0a26756da3b41f146 (diff)
downloadvolse-hubzilla-7e595808122c2c98e49ead0bc311e0532215eedc.tar.gz
volse-hubzilla-7e595808122c2c98e49ead0bc311e0532215eedc.tar.bz2
volse-hubzilla-7e595808122c2c98e49ead0bc311e0532215eedc.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/tpl/photo_view.tpl')
-rwxr-xr-xview/tpl/photo_view.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index 49181b018..1054d5e3a 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -79,9 +79,11 @@
<button class="btn btn-danger btn-sm" id="photo-edit-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();" />{{$edit.delete}}</button>
</div>
<div class="form-group btn-group pull-right">
+ {{if $edit.aclselect}}
<button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
<i id="jot-perms-icon" class="icon-{{$edit.lockstate}}"></i>
</button>
+ {{/if}}
<button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="submit" >{{$edit.submit}}</button>
</div>
</form>