aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chatroom_new.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/chatroom_new.tpl')
-rw-r--r--view/tpl/chatroom_new.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl
new file mode 100644
index 000000000..287f95cc0
--- /dev/null
+++ b/view/tpl/chatroom_new.tpl
@@ -0,0 +1,13 @@
+<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>
+
+