https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38783 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #176647|0 |1 is obsolete| | --- Comment #11 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 176944 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176944&action=edit Bug 38783: Added "Checked out" badge for checked out items in the circulation history table. To test: 1. Make some checkout to a patron so they have a circulation history, with some items checked in and some still on loan. 2. Look at the patron's "Circulation history" table. There are four possible background colors for each row: #ffffff, #f3f4f4, #F9FAE0, and #FFFFCC. 3. Apply the patch, update the CSS (yarn build), and restart everything (restart_all). 4. Repeat steps 1-2, if needed. An orange/gold badge will appear under the "Return date" column of the table for items that have been checked out, and there will no longer be alternating, pale yellow rows. Signed-off-by: Magnus Enger <magnus@libriotech.no> Works as advertised. I agree that it looks better now than before, and that it is easier to tell the checked out items from the returned items. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.