LP1908113-Bootstrap_opac_carousel_title_links user/mccanna/lp1908113-Bootstrap-opac-carousel-titles-signoff
authorGarry Collum <gcollum@gmail.com>
Mon, 4 Jan 2021 18:59:36 +0000 (13:59 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Mon, 8 Feb 2021 22:08:56 +0000 (17:08 -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>
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>