From c96ce78eface555c687ebd4405e1e05c854ccd6e Mon Sep 17 00:00:00 2001 From: Michael Glass Date: Thu, 2 Apr 2015 10:59:55 -0700 Subject: [PATCH] KMAIN 1352 Added an inline style to the sees link, modified positioning of number of links. Fixed broken link issue Signed-off-by: Michael Glass --- .../var/templates_kcls/opac/browse_results.tt2 | 24 ++++++++++++++-------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/KCLS/openils/var/templates_kcls/opac/browse_results.tt2 b/KCLS/openils/var/templates_kcls/opac/browse_results.tt2 index 3fbaaa8b36..bf11734433 100644 --- a/KCLS/openils/var/templates_kcls/opac/browse_results.tt2 +++ b/KCLS/openils/var/templates_kcls/opac/browse_results.tt2 @@ -223,15 +223,20 @@ id = h.target; NEXT IF seenit.$id; seenit.$id = 1; %] [% target = h.target; %] [% IF result.ref_headings.$target.show == 1; %] -
  • [% result.ref_headings.$target.display %] - - [% h.heading | html %] - - ([% h.target_count %]) +
  • +
    [% result.ref_headings.$target.display %] + + [% h.heading | html %] + + + + ([% h.target_count %]) +
    +
    [% FOR note IN result.ref_headings.$target.notes %]
    @@ -245,6 +250,7 @@ [% END %]
  • +
    [% END %] [% END %] [% END %] -- 2.11.0