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
|
|
|
|
2020-02-02 20:56:31 +01:00
|
|
|
<div class="contact-advanced-error-message">{{$warning nofilter}}</div><br>
|
|
|
|
<div class="contact-advanced-return">
|
2018-12-14 04:35:51 +01:00
|
|
|
{{$info nofilter}}<br>
|
2016-07-26 09:09:40 +02:00
|
|
|
<!-- <a href="{{$returnaddr}}">{{$return}}</a> -->
|
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
|
2020-02-02 20:56:31 +01: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
|
|
|
|
|
|
|
<div id="contact-update-profile-wrapper">
|
|
|
|
{{if $update_profile}}
|
2018-10-13 13:29:56 +02:00
|
|
|
<span id="contact-update-profile-now" class="button"><a href="contact/{{$contact_id}}/updateprofile" >{{$udprofilenow}}</a></span>
|
2016-07-26 09:09:40 +02:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$name}}
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$nick}}
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$attag}}
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$url}}
|
|
|
|
|
2019-02-09 04:38:23 +01:00
|
|
|
{{include file="field_input.tpl" field=$alias}}
|
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
{{include file="field_input.tpl" field=$request}}
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$confirm}}
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$notify}}
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$poll}}
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$photo}}
|
|
|
|
|
|
|
|
|
|
|
|
{{if $allow_remote_self eq 1}}
|
|
|
|
<h4>{{$label_remote_self}}</h4>
|
|
|
|
{{include file="field_select.tpl" field=$remote_self}}
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
<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>
|