added remote_self as option to the contact repair dislog

This commit is contained in:
Tobias Diekershoff 2013-12-22 17:05:49 +01:00
commit f515def280
2 changed files with 9 additions and 8 deletions

View file

@ -1,9 +1,3 @@
{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
<form id="crepair-form" action="crepair/{{$contact_id}}" method="post" >
<h4>{{$contact_name}}</h4>
@ -44,6 +38,9 @@
<input type="text" id="crepair-photo" class="crepair-input" name="photo" value="" />
<div class="clear"></div>
<h4>{{$label_remote_self}}</h4>
{{include file="field_checkbox.tpl" field=$remote_self}}
<input type="submit" name="submit" value="{{$lbl_submit}}" />
</form>