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