2015-10-24 13:57:46 +00:00
|
|
|
{{include file="section_title.tpl"}}
|
|
|
|
|
2018-12-14 03:35:51 +00:00
|
|
|
{{$tab_str nofilter}}
|
2015-11-29 22:22:05 +00:00
|
|
|
|
2021-05-19 21:47:15 +00:00
|
|
|
<form id="contact-advanced-form" action="contact/{{$contact_id}}/advanced" method="post">
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2016-07-26 07:09:40 +00:00
|
|
|
<!-- <h4>{{$contact_name}}</h4> -->
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2016-07-26 07:09:40 +00:00
|
|
|
{{include file="field_input.tpl" field=$name}}
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2016-07-26 07:09:40 +00:00
|
|
|
{{include file="field_input.tpl" field=$nick}}
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2016-07-26 07:09:40 +00:00
|
|
|
{{include file="field_input.tpl" field=$url}}
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2016-07-26 07:09:40 +00:00
|
|
|
{{include file="field_input.tpl" field=$poll}}
|
2013-12-22 16:05:49 +00:00
|
|
|
|
2016-07-26 07:09:40 +00:00
|
|
|
{{include file="field_input.tpl" field=$photo}}
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2018-12-14 03:28:12 +00:00
|
|
|
<input type="submit" name="submit" value="{{$lbl_submit}}" />
|
2016-07-26 07:09:40 +00:00
|
|
|
|
|
|
|
</form>
|