diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-15 17:30:08 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-15 17:30:08 -0700 |
commit | 8c7472c6c337f0cf58d744433e3de70ab33b430b (patch) | |
tree | 293bb3b84407475c380b11c015f9086138ef3766 /view/tpl/photo_view.tpl | |
parent | 859a2ac8ef1c3ce234b894598be846cbc89cf54a (diff) | |
parent | e0779e32b42e0fc00cd060f2baa25656d15b7885 (diff) | |
download | volse-hubzilla-8c7472c6c337f0cf58d744433e3de70ab33b430b.tar.gz volse-hubzilla-8c7472c6c337f0cf58d744433e3de70ab33b430b.tar.bz2 volse-hubzilla-8c7472c6c337f0cf58d744433e3de70ab33b430b.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
view/nl/messages.po
view/nl/strings.php
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> |