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/photos_upload.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/photos_upload.tpl')
-rwxr-xr-x | view/tpl/photos_upload.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 2dd7de9b2..a04038aa2 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -22,10 +22,10 @@ <input id="photos-upload-choose" type="file" name="userfile" /> </div> <div class="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-{{$lockstate}}"></i> </button> - <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="submit" disabled="disabled">{{$submit}}</button> + <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" name="submit" >{{$submit}}</button> </div> {{/if}} |