2015-10-24 15:57:46 +02:00
|
|
|
{{include file="section_title.tpl"}}
|
|
|
|
|
2015-11-29 23:22:05 +01:00
|
|
|
{{$tab_str}}
|
|
|
|
|
2015-10-24 16:01:55 +02:00
|
|
|
<div class="crepair-error-message">{{$warning}}</div><br>
|
|
|
|
<div class="crepair-return">
|
|
|
|
{{$info}}<br>
|
2015-11-29 23:22:05 +01:00
|
|
|
<!-- <a href="{{$returnaddr}}">{{$return}}</a> -->
|
2015-10-24 15:57:46 +02:00
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
<form id="crepair-form" action="crepair/{{$contact_id}}" method="post" >
|
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
<!-- <h4>{{$contact_name}}</h4> -->
|
2013-04-23 13:47:57 +02:00
|
|
|
|
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>
|
2015-04-11 23:51:47 +02:00
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
{{include file="field_input.tpl" field=$name}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
{{include file="field_input.tpl" field=$nick}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
{{include file="field_input.tpl" field=$attag}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
{{include file="field_input.tpl" field=$url}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
{{include file="field_input.tpl" field=$request}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
{{include file="field_input.tpl" field=$confirm}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
{{include file="field_input.tpl" field=$notify}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
{{include file="field_input.tpl" field=$poll}}
|
2013-12-22 17:05:49 +01:00
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
{{include file="field_input.tpl" field=$photo}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
{{if $allow_remote_self eq 1}}
|
|
|
|
<h4>{{$label_remote_self}}</h4>
|
|
|
|
{{include file="field_select.tpl" field=$remote_self}}
|
|
|
|
{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2016-07-26 09:09:40 +02:00
|
|
|
<input type="submit" name="submit" value="{{$lbl_submit|escape:'html'}}" />
|
|
|
|
|
|
|
|
</form>
|