From 25fdfacc7e5a24ccc5963d5628dcd45673d76f43 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Fri, 11 Dec 2020 15:03:13 -0500 Subject: [PATCH] PINES OPAC Customization: Reduce size of item title Signed-off-by: Terran McCanna --- Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 index 012e9e8d70..19fba9475e 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 @@ -56,7 +56,7 @@ ctx.metalinks.push('
-

[% IF attrs.hl.title; attrs.hl.title; ELSE; attrs.title_extended | html; END %]

+

[% IF attrs.hl.title; attrs.hl.title; ELSE; attrs.title_extended | html; END %]

[%- FOR link880 IN attrs.graphic_titles; FOR alt IN link880.graphic; -- 2.11.0