From ebf8cbaa29dfb516aff6503ae10a335b380a318d Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 24 Jun 2021 10:28:41 -0400 Subject: [PATCH] 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 --- .../templates-bootstrap/opac/parts/result/table.tt2 | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" %] -- 2.43.2