From b3370243e8ac7100ea73aa4a78904311067dcc05 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 25 Jan 2015 12:35:57 -0800 Subject: move connection approval checkbox to top of page (above the sliders) - instead of being in between rating and rating text. --- view/tpl/abook_edit.tpl | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'view/tpl') 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 @@ - - {{if $last_update}} {{$lastupdtext}} {{$last_update}} {{/if}} + +{{if $is_pending}} +
+{{include file="field_checkbox.tpl" field=$unapproved}} +
+{{/if}} + + {{if $notself}} {{if $slide}}

{{$lbl_slider}}

@@ -55,7 +61,6 @@ {{/if}} - {{if $self}}
{{$autolbl}}
@@ -63,19 +68,11 @@
{{/if}} - - -{{if $is_pending}} -
-{{include file="field_checkbox.tpl" field=$unapproved}} -
-{{/if}} - {{if $rating}} {{if $notself}}

{{$lbl_rating_txt}}

-- cgit v1.2.3