From 1c9299ed4224d37716079be173d75319d2501b71 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 Jan 2015 14:05:18 -0800 Subject: more backend work on poco rating --- view/tpl/abook_edit.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'view/tpl/abook_edit.tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 03b7e2440..c38cc8ffb 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -43,6 +43,14 @@ {{$slide}} {{/if}} + +{{if $rating}} +

{{$lbl_rating}}

+ +{{$rating}} + +{{/if}} + {{/if}} -- cgit v1.2.3 From e7932d97a25bf621082e93f47816a2a107a6d05f Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 Jan 2015 16:37:47 -0800 Subject: editing stuff for poco reputation --- view/tpl/abook_edit.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'view/tpl/abook_edit.tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index c38cc8ffb..3709944e9 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -49,6 +49,7 @@ {{$rating}} + {{/if}} {{/if}} @@ -65,6 +66,7 @@ + @@ -74,6 +76,12 @@ {{/if}} +{{if $notself}} +

{{$lbl_rating_txt}}

+ +{{/if}} + + {{if $multiprofs }}

{{$lbl_vis1}}

-- cgit v1.2.3 From 597b07e8cc40144abce63f0779d28c2dbc376a22 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 15 Jan 2015 17:32:41 -0800 Subject: poco rating - add a test module for pulling out ratings --- view/tpl/abook_edit.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/tpl/abook_edit.tpl') diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 3709944e9..7c75bfac4 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -76,11 +76,12 @@
{{/if}} +{{if $rating}} {{if $notself}}

{{$lbl_rating_txt}}

{{/if}} - +{{/if}} {{if $multiprofs }}
-- cgit v1.2.3