]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/crepair.tpl
fix photo comments: use $drop array as in wall_thread and search_item
[friendica.git] / view / templates / crepair.tpl
index 8d3ed7df892e0b056756509d50b88896038b2f3f..d53af5dad783d4a81b42bd21c6e4a19fbb36a679 100644 (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>
 <label id="crepair-photo-label" class="crepair-label" for="crepair-photo">{{$label_photo}}</label>
 <input type="text" id="crepair-photo" class="crepair-input" name="photo" value="" />
 <div class="clear"></div>
+{{if $allow_remote_self eq 1}}
+<h4>{{$label_remote_self}}</h4>
+{{include file="field_checkbox.tpl" field=$remote_self}}
+{{/if}}
 
 <input type="submit" name="submit" value="{{$lbl_submit}}" />