diff options
author | friendica <info@friendica.com> | 2014-11-18 00:24:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-18 00:24:32 -0800 |
commit | 1d96e165e00ed54df0573bda79c2a274f21aeb16 (patch) | |
tree | 117a8d9336320e1944dca216032b225c65a1c9a0 /view/tpl/photo_view.tpl | |
parent | db3015e34ed3827e68d8debc70321ed6df5dc699 (diff) | |
download | volse-hubzilla-1d96e165e00ed54df0573bda79c2a274f21aeb16.tar.gz volse-hubzilla-1d96e165e00ed54df0573bda79c2a274f21aeb16.tar.bz2 volse-hubzilla-1d96e165e00ed54df0573bda79c2a274f21aeb16.zip |
undo disabled submit buttons now that ACL is initialised when page loaded
Diffstat (limited to 'view/tpl/photo_view.tpl')
-rwxr-xr-x | view/tpl/photo_view.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 4652f33c6..a741a5ce7 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -68,10 +68,10 @@ <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"> - <button id="dbtn-acl" class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" disabled="disabled" onclick="return false;"> + <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> - <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="submit" disabled="disabled">{{$edit.submit}}</button> + <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="submit" >{{$edit.submit}}</button> </div> </form> <div id="photo-edit-end" class="clear"></div> |