From 560259a07b7490c1928842c0a7834ee559fc1385 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Wed, 10 Jul 2013 15:32:27 -0400 Subject: [PATCH] OPAC Browse: add a CSS class to the best-matching result when not paging This adds a CSS class to the DOM element around the best-matching browse result when you've just entered a term, to help the end user spot it in the middle of the page. It does not stick around if go forward and back from your first result page. Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/src/templates/opac/browse.tt2 | 2 +- Open-ILS/src/templates/opac/css/style.css.tt2 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/browse.tt2 b/Open-ILS/src/templates/opac/browse.tt2 index ac12438f2a..a6f990a10f 100644 --- a/Open-ILS/src/templates/opac/browse.tt2 +++ b/Open-ILS/src/templates/opac/browse.tt2 @@ -95,7 +95,7 @@
    [% FOR result IN ctx.browse_results %]
  1. - +