Bug 18155

Summary: Add useful classes to the rows of checkouts table
Product: Koha Reporter: Radek Šiman (R-Bit Technology, s.r.o.) <rbit>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, sally.healey
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17840
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Radek Šiman (R-Bit Technology, s.r.o.) 2017-02-22 18:15:27 UTC
Libraries sometimes ask to have different styling in checkouts table according to the item status such as awaiting reservation. Sometimes they need to highlight special document types. So I would propose to add another CSS classes to those already existing, something like:
<tr class="odd group-item -group-item-strong.... itype-book hold-awaiting">
The itype class would be concatenated with an item type code. Maybe a class for item's location and overdue item would be useful as well.