Bug 18155 - Add useful classes to the rows of checkouts table
Summary: Add useful classes to the rows of checkouts table
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-22 18:15 UTC by Radek Šiman (R-Bit Technology, s.r.o.)
Modified: 2020-02-04 14:19 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.