LP1909584 Title for Shared Lists in Bootstrap OPAC
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 24 Jun 2021 14:28:41 +0000 (10:28 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 12 Aug 2021 21:45:52 +0000 (17:45 -0400)
This displays the title and description for shared lists
when viewed in the Bootstrap OPAC.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/templates-bootstrap/opac/parts/result/table.tt2

index 48b0f12..fdedcb8 100755 (executable)
@@ -9,6 +9,16 @@
     result_count = ctx.result_start;
 
 %]
+
+[% IF ctx.bookbag %]
+<div class="row">
+    <div class="col-12">
+        <h2 class="result-bookbag-name">[% ctx.bookbag.name | html %]</h2>
+        <div class="result-bookbag-description">[% ctx.bookbag.description | html %]</div>
+    </div>
+</div>
+[% END %]
+
 <div class="row">
     <div class="col-12">
     [% PROCESS "opac/parts/result/paginate.tt2" %]