streams/view/tpl/chatroom_new.tpl

14 lines
355 B
Smarty
Raw Normal View History

2014-01-30 05:29:48 +00:00
<h1>{{$header}}</h1>
<form action="chat" method="post" >
{{include file="field_input.tpl" field=$name}}
2014-04-11 14:06:39 +00:00
<button class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$permissions}}</button>
2014-01-30 05:29:48 +00:00
{{$acl}}
<div class="clear"></div>
2014-04-11 14:06:39 +00:00
<br />
<br />
2014-01-30 05:29:48 +00:00
<input type="submit" name="submit" value="{{$submit}}" />
</form>