move connection approval checkbox to top of page (above the sliders) - instead of being in between rating and rating text.

This commit is contained in:
friendica 2015-01-25 12:35:57 -08:00
parent 30815e0c57
commit b3370243e8

View file

@ -30,12 +30,18 @@
<input class="contact-edit-submit" type="submit" name="done" value="{{$submit}}" /> <input class="contact-edit-submit" type="submit" name="done" value="{{$submit}}" />
</div> </div>
{{if $last_update}} {{if $last_update}}
{{$lastupdtext}} {{$last_update}} {{$lastupdtext}} {{$last_update}}
{{/if}} {{/if}}
{{if $is_pending}}
<div class="abook-pending-contact">
{{include file="field_checkbox.tpl" field=$unapproved}}
</div>
{{/if}}
{{if $notself}} {{if $notself}}
{{if $slide}} {{if $slide}}
<h3>{{$lbl_slider}}</h3> <h3>{{$lbl_slider}}</h3>
@ -55,7 +61,6 @@
{{/if}} {{/if}}
{{if $self}} {{if $self}}
<div class="abook-autotext"> <div class="abook-autotext">
<div id="autoperm-desc" class="descriptive-paragraph">{{$autolbl}}</div> <div id="autoperm-desc" class="descriptive-paragraph">{{$autolbl}}</div>
@ -63,19 +68,11 @@
</div> </div>
{{/if}} {{/if}}
<input type="hidden" name="contact_id" value="{{$contact_id}}"> <input type="hidden" name="contact_id" value="{{$contact_id}}">
<input id="contact-closeness-mirror" type="hidden" name="closeness" value="{{$close}}" /> <input id="contact-closeness-mirror" type="hidden" name="closeness" value="{{$close}}" />
<input id="contact-rating-mirror" type="hidden" name="rating" value="{{$rating_val}}" /> <input id="contact-rating-mirror" type="hidden" name="rating" value="{{$rating_val}}" />
{{if $is_pending}}
<div class="abook-pending-contact">
{{include file="field_checkbox.tpl" field=$unapproved}}
</div>
{{/if}}
{{if $rating}} {{if $rating}}
{{if $notself}} {{if $notself}}
<h3 class="abook-rating-text-desc">{{$lbl_rating_txt}}</h3> <h3 class="abook-rating-text-desc">{{$lbl_rating_txt}}</h3>