diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-18 16:36:47 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-18 16:36:47 -0700 |
commit | 7e595808122c2c98e49ead0bc311e0532215eedc (patch) | |
tree | 002774abf71ed24645ccc7f2d540ed7750d27a62 /view/tpl/photo_view.tpl | |
parent | 1a9c059062eae14a96aac40b2fb4e1efb513dccc (diff) | |
parent | ec54111e6b0000f87323b2b0a26756da3b41f146 (diff) | |
download | volse-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-x | view/tpl/photo_view.tpl | 2 |
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> |