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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]
  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.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to