mirror of
https://github.com/friendica/friendica
synced 2024-11-15 23:33:59 +00:00
25 lines
745 B
Smarty
25 lines
745 B
Smarty
{{*
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*}}
|
|
|
|
<div id="invite-wrapper">
|
|
|
|
<h3 class="heading">{{$title}}</h3>
|
|
|
|
<form action="invite" method="post" id="invite-form">
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
|
|
|
<div id="invite-content-wrapper">
|
|
{{include file="field_textarea.tpl" field=$recipients}}
|
|
{{include file="field_textarea.tpl" field=$message}}
|
|
|
|
<div id="invite-submit-wrapper" class="form-group pull-right">
|
|
<button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</form>
|
|
</div>
|