1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/addons/hubwall/view/tpl/hubwall_form.tpl
2016-03-20 12:36:33 +05:30

12 lines
312 B
Smarty

<h3>{{$title}}</h3>
<form action="hubwall" method="post">
{{include file="field_checkbox.tpl" field=$test}}
{{include file="field_input.tpl" field=$subject}}
<textarea name="text" style="width:100%; height:150px;">{{$text}}</textarea>
<br />
<input type="submit" name="submit" value="{{$submit}}" />
</form>