port hubzillas hubwall addon to friendica (notifyall)

This commit is contained in:
rabuzarus 2016-08-13 15:42:32 +02:00
parent 3f6ed00ded
commit 9b8b0d8e86
2 changed files with 110 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<h3>{{$title}}</h3>
<form action="notifyall" 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>