https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31633 --- Comment #4 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 141035 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=141035&action=edit Bug 31633: Add holding and home data attributes to spinelabel-print.tt To test: 1. Apply patch 2. Have some items with call numbers and different holding/home branches. 3. Generate some quick spine labels and use your browsers dev tools to inscept the #spinelabel element. It should have 2 new data-attributes, data-homebranch and data-holdingbranch 4. You can then apply this CSS via IntraNnetUserCSS to make sure you can select these properly now: background: red; } -- You are receiving this mail because: You are watching all bug changes.