mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
added a New Member Widget to let the admin pass some information to new members
via the sidebar of the network tab. As the widget has np styling it should work with any theme of friendica, though extra styling can be applyed by the theme.
This commit is contained in:
parent
51b364aed4
commit
b2608326f7
6 changed files with 289 additions and 0 deletions
6
newmemberwidget/templates/admin.tpl
Normal file
6
newmemberwidget/templates/admin.tpl
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{include file="field_textarea.tpl" field=$freetext}}
|
||||
{{include file="field_checkbox.tpl" field=$linkglobalsupport}}
|
||||
{{include file="field_checkbox.tpl" field=$linklocalsupport}}
|
||||
{{include file="field_input.tpl" field=$localsupportname}}
|
||||
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
Loading…
Add table
Add a link
Reference in a new issue