mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
port hubzillas hubwall addon to friendica (notifyall)
This commit is contained in:
parent
3f6ed00ded
commit
9b8b0d8e86
2 changed files with 110 additions and 0 deletions
12
notifyall/templates/notifyall_form.tpl
Normal file
12
notifyall/templates/notifyall_form.tpl
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue