LP1908113-Bootstrap_opac_carousel_title_links user/gcollum/lp1908113-Bootstrap_opac_carousel_titles
authorGarry Collum <gcollum@gmail.com>
Mon, 4 Jan 2021 18:59:36 +0000 (13:59 -0500)
committerGarry Collum <gcollum@gmail.com>
Mon, 4 Jan 2021 18:59:36 +0000 (13:59 -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>
Open-ILS/src/templates-bootstrap/opac/parts/misc_util.tt2

index 359a5e9..f00d593 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>