aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chatroom_new.tpl
blob: c02e55c2542601236af44d23ac87a10fe1971a0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h1>{{$header}}</h1>

<form action="chat" method="post" >
{{include file="field_input.tpl" field=$name}}
<button id="dbtn-acl" class="btn btn-default" 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}}" />
</form>