[Koha-bugs] [Bug 28021] New: OPAC detail page contains incorrect Bootstrap classes (20.05.x)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 22 23:33:42 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28021

            Bug ID: 28021
           Summary: OPAC detail page contains incorrect Bootstrap classes
                    (20.05.x)
 Change sponsored?: ---
           Product: Koha
           Version: 20.05
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: lucas at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

In 20.05.x the OPAC detail page contains the Bootstrap class 'col-lg-9' and not
'span9'. Since 20.05.x is not upgraded to Bootstrap 4 it cannot apply the
correct CSS to OPAC detail page, making it display oddly.

To fix this in the short term you can use the following OPACUserJS:

if ( $('#opac-detail').length ) {
   
$('#catalogue_detail_biblio').parent().addClass('span9').removeClass('col-lg-9');
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list