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