diff options
author | friendica <info@friendica.com> | 2015-01-25 12:35:57 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-25 12:35:57 -0800 |
commit | b3370243e8ac7100ea73aa4a78904311067dcc05 (patch) | |
tree | 7997fae29fdfe4bcf3545254776cb0e9b4b612cb | |
parent | 30815e0c5799cdf5d79330f126eba922a375f0a8 (diff) | |
download | volse-hubzilla-b3370243e8ac7100ea73aa4a78904311067dcc05.tar.gz volse-hubzilla-b3370243e8ac7100ea73aa4a78904311067dcc05.tar.bz2 volse-hubzilla-b3370243e8ac7100ea73aa4a78904311067dcc05.zip |
move connection approval checkbox to top of page (above the sliders) - instead of being in between rating and rating text.
-rwxr-xr-x | view/tpl/abook_edit.tpl | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 7c75bfac4..2454feaa8 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -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> |