diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-06-15 13:04:16 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-06-15 13:04:16 +0200 |
commit | 905cd1da5bd8c794e7f62217a1e4ab2b0e3a2123 (patch) | |
tree | 70c4461e7378c219b347f490e444db74caf55b52 /view/tpl/photo_view.tpl | |
parent | 187a7a56c2f3308521a2f0b407b2518e80a82e70 (diff) | |
download | volse-hubzilla-905cd1da5bd8c794e7f62217a1e4ab2b0e3a2123.tar.gz volse-hubzilla-905cd1da5bd8c794e7f62217a1e4ab2b0e3a2123.tar.bz2 volse-hubzilla-905cd1da5bd8c794e7f62217a1e4ab2b0e3a2123.zip |
do not allow/show acl button on photo edit if not owner
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> |