[Bug 38790] New: Add HTML classes to moredetail.pl
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 Bug ID: 38790 Summary: Add HTML classes to moredetail.pl Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com The various bits of data on moredetail.pl don't have clear and distinct classes, so they're hard to adjust or hide. We should add some classes to make customization easier. For example, a library may wish to hide the Paid For message on an item. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 --- Comment #1 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 175963 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175963&action=edit Bug 38790: Add classes to item information on moredetail.pl to test: 1 - Have a bib with multiple items 2 - view those items on the Items tab (moredetail.pl), confirm various parts of the page are not classed and are therefore hard to target with CSS, etc 3 - apply patch 4 - reload page, observe there are classes on things but the display and data have not changed -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175963|0 |1 is obsolete| | --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 175977 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175977&action=edit Bug 38790: Add classes to item information on moredetail.pl to test: 1 - Have a bib with multiple items 2 - view those items on the Items tab (moredetail.pl), confirm various parts of the page are not classed and are therefore hard to target with CSS, etc 3 - apply patch 4 - reload page, observe there are classes on things but the display and data have not changed Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |andrew@bywatersolutions.com |ity.org | CC| |david@davidnind.com See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=7508 --- Comment #3 from David Nind <david@davidnind.com> --- Have added related bug 7508. Not sure if these two bugs will work together. (Also added the assignee 8-).) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA QA Contact|testopia@bugs.koha-communit |katrin.fischer@bsz-bw.de |y.org | --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Fixed class="rentlcharge_daily" within the original patch. I see that the classes are named like the fields in the database, which leads to a bit of a clash with terminology guidelines. But I can see consistency in that so I will leave it. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |25.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Pushed for 25.05! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds CSS release notes| |classes to each field on | |the record's item page. | |This makes it easier to | |customize the page, for | |example, hiding the "Paid | |for?" field. | | | |Field name: | |class name | |---------------------- | |Record information: | |- | |Biblionumber: biblionumber | |- Item type: itemtype | |- | |Rental charge: rentalcharge | |- Daily rental charge: | |rentlcharge_daily | |- Hourly | |rental charge: | |rentalcharge_hourly | |- ISBN: | |isbn | |- Publication details: | |publication_details | |- | |Volume: volume | |- Physical | |details: physical_details | |- | |Notes: biblio_note | |- No. of | |items: item_count | |Item | |information: | |- Home | |library: homebranch | |- Item | |type: itype | |- Collection: | |ccode | |- Item call number: | |itemcallnumber | |- Copy | |number: copynumber | |- | |Shelving location: location | |- Replacement price: | |replacementprice | |- | |Materials specified: | |materials | |Statuses: | |- | |Current library: | |holdingbranch | |- Current | |renewals: renewals_count | |- | |Lost status: lost | |- Damaged | |status: damaged | |- Withdrawn | |status: withdrawn | |Priority: | |- Exclude from local holds | |priority: | |local_holds_priority | |- | |Bookable: bookable | |History: | |- Order date: order_info | |- | |Accession date: | |dateaccessioned | |- Invoice | |number: invoice | |- Total | |checkouts: issues | |- Last | |seen: datelastseen | |- Last | |borrowed: datelastborrowed | |- Last borrower: | |previous_borrowers | |- Paid | |for?: paidfor | |- Serial | |enumeration: enumchron | |- | |Public note: itemnotes | |- | |Non-public note: | |itemnotes_nonpublic Summary|Add HTML classes to |Add HTML classes to item |moredetail.pl |information fields for a | |record (moredetail.pl page) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add HTML classes to item |Add HTML classes to item |information fields for a |information fields for a |record (moredetail.pl page) |record - item page | |(moredetail.pl) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Pushed to stable Version(s)|25.05.00 |25.05.00,24.11.04 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 --- Comment #6 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Nice work everyone! Pushed to 24.11.x for 24.11.04 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Needs documenting CC| |wainuiwitikapark@catalyst.n | |et.nz --- Comment #7 from Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> --- Not backporting to 22.11.x as it wasn't backported to 24.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38790 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED --- Comment #8 from David Nind <david@davidnind.com> --- No changes to the manual required. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org