https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28933 Bug ID: 28933 Summary: Hard to parse OPAC-detail subscription information Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org I received a request to hide all closed subscriptions from the OPAC detail subscriptions tab. When a subscription is closed a '.subscription_closed' class is added, which is great. The problem there is no hierarchy to the HTML structure, every subscription detail (.subscription_closed, .subscription_location, etc. ) is a sibling of the next. It would be trivial to add a parent element to each subscription to make it easier to target with CSS/jQuery. -- You are receiving this mail because: You are watching all bug changes.