2016-07-26 09:09:40 +02:00
|
|
|
|
2020-02-02 20:56:31 +01:00
|
|
|
<div id="contact-advanced" class="generic-page-wrapper">
|
2016-07-26 09:09:40 +02:00
|
|
|
{{include file="section_title.tpl"}}
|
|
|
|
|
2018-12-14 04:35:51 +01:00
|
|
|
{{$tab_str nofilter}}
|
2016-07-26 09:09:40 +02:00
|
|
|
|
2021-05-19 23:47:15 +02:00
|
|
|
<form id="contact-advanced-form" action="contact/{{$contact_id}}/advanced" method="post">
|
2016-07-26 09:09:40 +02:00
|
|
|
|
2018-12-14 04:28:12 +01:00
|
|
|
<!-- <h4>{{$contact_name}}</h4> -->
|
2016-07-26 09:09:40 +02: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 23:47:15 +02:00
|
|
|
<div class="pull-right settings-submit-wrapper">
|
2018-12-14 04:28:12 +01:00
|
|
|
<button type="submit" name="submit" class="btn btn-primary" value="{{$lbl_submit}}">{{$lbl_submit}}</button>
|
2016-07-26 09:09:40 +02:00
|
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|