From: Terran McCanna Date: Thu, 24 Jun 2021 14:28:41 +0000 (-0400) Subject: LP1909584 Title for Shared Lists in Bootstrap OPAC X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=26596f31bb979e77566fc4e6389026195e91b177;p=evergreen%2Fpines.git LP1909584 Title for Shared Lists in Bootstrap OPAC This displays the title and description for shared lists when viewed in the Bootstrap OPAC. Signed-off-by: Terran McCanna Signed-off-by: Ruth Frasur Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/result/table.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/result/table.tt2 index 48b0f12f70..fdedcb8f68 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/result/table.tt2 @@ -9,6 +9,16 @@ result_count = ctx.result_start; %] + +[% IF ctx.bookbag %] +
+
+

[% ctx.bookbag.name | html %]

+
[% ctx.bookbag.description | html %]
+
+
+[% END %] +
[% PROCESS "opac/parts/result/paginate.tt2" %]