aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/chatroom_new.tpl
blob: 287f95cc0281fbe208b3672b7336670818ad31b0 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                              
                                                                                                                                    

                         

      



                                                         
<h1>{{$header}}</h1>

<form action="chat" method="post" >
{{include file="field_input.tpl" field=$name}}
<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>