diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-03 21:16:57 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-03 21:16:57 +0200 |
commit | c50bfa07ca3a456d69d73988f42e58e3282879e9 (patch) | |
tree | 62f67ca42fa8cd19df88afa337837dc52db8986c /view/tpl/chatroom_new.tpl | |
parent | d858bd9265a4a0fa3589cdb2126031998310c7c3 (diff) | |
download | volse-hubzilla-c50bfa07ca3a456d69d73988f42e58e3282879e9.tar.gz volse-hubzilla-c50bfa07ca3a456d69d73988f42e58e3282879e9.tar.bz2 volse-hubzilla-c50bfa07ca3a456d69d73988f42e58e3282879e9.zip |
multiple acl work
Diffstat (limited to 'view/tpl/chatroom_new.tpl')
-rw-r--r-- | view/tpl/chatroom_new.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl index a40313934..94f694e41 100644 --- a/view/tpl/chatroom_new.tpl +++ b/view/tpl/chatroom_new.tpl @@ -1,12 +1,12 @@ <div id="chatroom-new" class="section-content-tools-wrapper"> - <form action="chat" method="post" > + <form id="chatroom-new-form" action="chat" method="post" > {{include file="field_input.tpl" field=$name}} {{include file="field_input.tpl" field=$chat_expire}} - {{$acl}} <div class="btn-group pull-right"> <button id="dbtn-acl" class="btn btn-default" data-toggle="modal" data-target="#aclModal" title="{{$permissions}}" onclick="return false;" ><i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i></button> - <button id="dbtn-submit" class="btn btn-primary" type="submit" name="submit" value="{{$submit}}">{{$submit}}</button> + <button id="dbtn-submit" class="acl-submit btn btn-primary" type="submit" name="submit" value="{{$submit}}" data-formid="chatroom-new-form">{{$submit}}</button> </div> <div class="clear"></div> </form> </div> +{{$acl}} |