[Bug 43054] New: circulation-home.pl page layout is inconsistent with IntranetCirculationHomeHTML
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43054 Bug ID: 43054 Summary: circulation-home.pl page layout is inconsistent with IntranetCirculationHomeHTML Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: cbrannon@cdalibrary.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle@bywatersolutions.com Target Milestone: --- When using IntranetCirculationHomeHTML, it is difficult to match the layout of the page without unwrapping a section of html. At some point this page changed, and I have had to rely on jQuery to adjust some things so I could continue the layout already in use. This is the jQuery I have to use currently: if($('#circ_circulation-home').length) { $('#intranet-circulation-home-html div.col-md-12').contents().unwrap(); } Was it intentional to do this, or is this something that can be permanently removed? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org