diff options
author | friendica <info@friendica.com> | 2014-01-29 21:29:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-29 21:29:48 -0800 |
commit | 080928f214c9f83879f1578e05baa6032fa2b7b8 (patch) | |
tree | aa53cc5185c5b1a58f0bb8e30609da6bcdc0b5ad /view/tpl/chatroom_new.tpl | |
parent | 7b609782623d91c2bdf81c04cd801aaae927e9fa (diff) | |
download | volse-hubzilla-080928f214c9f83879f1578e05baa6032fa2b7b8.tar.gz volse-hubzilla-080928f214c9f83879f1578e05baa6032fa2b7b8.tar.bz2 volse-hubzilla-080928f214c9f83879f1578e05baa6032fa2b7b8.zip |
chatroom management front-end stuff
Diffstat (limited to 'view/tpl/chatroom_new.tpl')
-rw-r--r-- | view/tpl/chatroom_new.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl new file mode 100644 index 000000000..86eadb132 --- /dev/null +++ b/view/tpl/chatroom_new.tpl @@ -0,0 +1,12 @@ +<h1>{{$header}}</h1> + +<form action="chat" method="post" > +{{include file="field_input.tpl" field=$name}} +<br /> +<br /> +{{$acl}} +<div class="clear"></div> +<input type="submit" name="submit" value="{{$submit}}" /> +</form> + + |