diff options
author | RedMatrix <info@friendica.com> | 2014-04-12 07:20:24 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-04-12 07:20:24 +1000 |
commit | aa1f5ce7535d4cf17dbdafb4b780a538f35ef05f (patch) | |
tree | f56796a4410464c7f4211e2c4d5260a44c944ae1 /view/tpl/chatroom_new.tpl | |
parent | 0a871c3f14fb326efa033d89a8e413ad693c1341 (diff) | |
parent | 3197ccbf5edf51eab49623c7c21e63af7de7f127 (diff) | |
download | volse-hubzilla-aa1f5ce7535d4cf17dbdafb4b780a538f35ef05f.tar.gz volse-hubzilla-aa1f5ce7535d4cf17dbdafb4b780a538f35ef05f.tar.bz2 volse-hubzilla-aa1f5ce7535d4cf17dbdafb4b780a538f35ef05f.zip |
Merge pull request #404 from git-marijus/master
bootstrapify aclselector
Diffstat (limited to 'view/tpl/chatroom_new.tpl')
-rw-r--r-- | view/tpl/chatroom_new.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl index 86eadb132..287f95cc0 100644 --- a/view/tpl/chatroom_new.tpl +++ b/view/tpl/chatroom_new.tpl @@ -2,10 +2,11 @@ <form action="chat" method="post" > {{include file="field_input.tpl" field=$name}} -<br /> -<br /> +<button 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 type="submit" name="submit" value="{{$submit}}" /> </form> |