From 3d50818c323f09a188efa2fb125ceeab0cacfa7a Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Mon, 30 Dec 2019 15:39:52 -0500 Subject: [PATCH] PINES - indent popularity line on search results page We recently enabled popularity ranking visibility in the OPAC, but it isn't indented with the rest of the item info. This adds the indent and un-does the bolding since it is distracting. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/opac/parts/result/table.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 210d8ed85b..8bc95b77d3 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -206,8 +206,8 @@ END; -%] [% IF rec.popularity > 0.0 AND ctx.hide_badge_scores != 'true' %] -
- [% l('Popularity:') %] [% rec.popularity %] / 5.0 +
+ [% l('Popularity:') %] [% rec.popularity %] / 5.0
[% END %]