aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chatroom_new.tpl
blob: c64f21c97174e20cda1e026b725cd96c4f1636d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="generic-content-wrapper-styled">
<h1>{{$header}}</h1>

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