https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43299
--- Comment #11 from Andrew Fuerste-Henry <[email protected]> --- (In reply to Christopher Brannon from comment #10) > I'm sorry, but the title of this bug is referring to the column, not the > row. What part of this am I not getting? I am confused. Andrew, is this > the goal you had in mind? My intent here was to replicate what you and George showed using jQuery for in your Terrific Every Other Thursday video -- adding a class to each cell in the shelving location column, with that class including the location code for the item. This is what the current patch here does -- if your item has the shelving location GEN, then the shelving location cell for that item will have the class loc_GEN and can be styled using that class. The previous patch instead put that class on the whole row. This also allowed styling of just the shelving location cell, but required slightly more complicated CSS to do so. (Conversely, the previous patch would have made it easier if one wanted to style the whole row based on the shelving location of the item.) The current patch does not do anything with the itype or ccode cells. It would be possible to achieve the same sort of result there, but requires a little more reworking of how those cells are constructed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
