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/chatroom_new.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/chatroom_new.tpl')
-rw-r--r-- | view/tpl/chatroom_new.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl index bb1121924..a559dba54 100644 --- a/view/tpl/chatroom_new.tpl +++ b/view/tpl/chatroom_new.tpl @@ -2,12 +2,12 @@ <form action="chat" method="post" > {{include file="field_input.tpl" field=$name}} -<button id="dbtn-acl" class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;" disabled="disabled">{{$permissions}}</button> +<button id="dbtn-acl" class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;" >{{$permissions}}</button> {{$acl}} <div class="clear"></div> <br /> <br /> -<input id="dbtn-submit" type="submit" name="submit" value="{{$submit}}" disabled="disabled"/> +<input id="dbtn-submit" type="submit" name="submit" value="{{$submit}}" /> </form> |