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:
Tobias Diekershoff 2014-06-01 14:39:46 +02:00
parent 51b364aed4
commit b2608326f7
6 changed files with 289 additions and 0 deletions

View 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>