]> git.mxchange.org Git - friendica-addons.git/blob - notifyall/templates/notifyall_form.tpl
Merge pull request #523 from annando/namethingy-unsupported
[friendica-addons.git] / notifyall / templates / notifyall_form.tpl
1
2 <h3>{{$title}}</h3>
3
4 <form action="notifyall" method="post">
5
6 {{include file="field_checkbox.tpl" field=$test}}
7 {{include file="field_input.tpl" field=$subject}}
8
9 <textarea name="text" style="width:100%; height:150px;">{{$text}}</textarea>
10 <br />
11 <input type="submit" name="submit" value="{{$submit}}" />
12 </form>