From: Terran McCanna Date: Fri, 11 Dec 2020 20:03:13 +0000 (-0500) Subject: PINES OPAC Customization: Reduce size of item title X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=25fdfacc7e5a24ccc5963d5628dcd45673d76f43;p=evergreen%2Fpines.git PINES OPAC Customization: Reduce size of item title Signed-off-by: Terran McCanna --- 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;