2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2016-07-26 07:09:40 +00:00
|
|
|
|
2020-02-02 19:56:31 +00:00
|
|
|
<div id="contact-advanced" class="generic-page-wrapper">
|
2016-07-26 07:09:40 +00:00
|
|
|
{{include file="section_title.tpl"}}
|
|
|
|
|
2018-12-14 03:35:51 +00:00
|
|
|
{{$tab_str nofilter}}
|
2016-07-26 07:09:40 +00:00
|
|
|
|
2021-05-19 21:47:15 +00:00
|
|
|
<form id="contact-advanced-form" action="contact/{{$contact_id}}/advanced" method="post">
|
2016-07-26 07:09:40 +00:00
|
|
|
|
2018-12-14 03:28:12 +00:00
|
|
|
<!-- <h4>{{$contact_name}}</h4> -->
|
2016-07-26 07:09:40 +00:00
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$name}}
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$nick}}
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$url}}
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$poll}}
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$photo}}
|
|
|
|
|
2021-05-19 21:47:15 +00:00
|
|
|
<div class="pull-right settings-submit-wrapper">
|
2018-12-14 03:28:12 +00:00
|
|
|
<button type="submit" name="submit" class="btn btn-primary" value="{{$lbl_submit}}">{{$lbl_submit}}</button>
|
2016-07-26 07:09:40 +00:00
|
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|