LP1908113: link carousel titles in Bootstrap OPAC
authorGarry Collum <gcollum@gmail.com>
Mon, 4 Jan 2021 18:59:36 +0000 (13:59 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 8 Feb 2021 23:02:19 +0000 (18:02 -0500)
Uncomments the code for the carousel title links in the Bootstrap OPAC.

To test:

After applying the patch the titles displayed in a carousel should
then provide links to the title's bibliographic record.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2

index 3e2234d..a374902 100755 (executable)
             </div>
             <div class="titleText">
             <span class="carousel-entry-title">
-           <!-- <a href="[% mkurl(ctx.opac_root  _ '/record/' _ bib.id) %]"> -->
+           <a href="[% mkurl(ctx.opac_root  _ '/record/' _ bib.id) %]"> 
             [% bib.title | html %]
-           <!-- </a> -->
+           </a> 
 
             </span>
             </div>