]> git.mxchange.org Git - friendica.git/blob - view/templates/crepair.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / templates / crepair.tpl
1 <form id="crepair-form" action="crepair/{{$contact_id}}" method="post" >
2
3 <h4>{{$contact_name}}</h4>
4
5 <label id="crepair-name-label" class="crepair-label" for="crepair-name">{{$label_name}}</label>
6 <input type="text" id="crepair-name" class="crepair-input" name="name" value="{{$contact_name}}" />
7 <div class="clear"></div>
8
9 <label id="crepair-nick-label" class="crepair-label" for="crepair-nick">{{$label_nick}}</label>
10 <input type="text" id="crepair-nick" class="crepair-input" name="nick" value="{{$contact_nick}}" />
11 <div class="clear"></div>
12
13 <label id="crepair-attag-label" class="crepair-label" for="crepair-attag">{{$label_attag}}</label>
14 <input type="text" id="crepair-attag" class="crepair-input" name="attag" value="{{$contact_attag}}" />
15 <div class="clear"></div>
16
17 <label id="crepair-url-label" class="crepair-label" for="crepair-url">{{$label_url}}</label>
18 <input type="text" id="crepair-url" class="crepair-input" name="url" value="{{$contact_url}}" />
19 <div class="clear"></div>
20
21 <label id="crepair-request-label" class="crepair-label" for="crepair-request">{{$label_request}}</label>
22 <input type="text" id="crepair-request" class="crepair-input" name="request" value="{{$request}}" />
23 <div class="clear"></div>
24  
25 <label id="crepair-confirm-label" class="crepair-label" for="crepair-confirm">{{$label_confirm}}</label>
26 <input type="text" id="crepair-confirm" class="crepair-input" name="confirm" value="{{$confirm}}" />
27 <div class="clear"></div>
28
29 <label id="crepair-notify-label" class="crepair-label" for="crepair-notify">{{$label_notify}}</label>
30 <input type="text" id="crepair-notify" class="crepair-input" name="notify" value="{{$notify}}" />
31 <div class="clear"></div>
32
33 <label id="crepair-poll-label" class="crepair-label" for="crepair-poll">{{$label_poll}}</label>
34 <input type="text" id="crepair-poll" class="crepair-input" name="poll" value="{{$poll}}" />
35 <div class="clear"></div>
36
37 <label id="crepair-photo-label" class="crepair-label" for="crepair-photo">{{$label_photo}}</label>
38 <input type="text" id="crepair-photo" class="crepair-input" name="photo" value="" />
39 <div class="clear"></div>
40 {{if $allow_remote_self eq 1}}
41 <h4>{{$label_remote_self}}</h4>
42 {{include file="field_checkbox.tpl" field=$remote_self}}
43 {{/if}}
44
45 {{include file="field_checkbox.tpl" field=$contact_self}}
46
47 <input type="submit" name="submit" value="{{$lbl_submit}}" />
48
49 </form>
50
51