https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25856

--- Comment #1 from Lucas Gass <[email protected]> ---
Created attachment 148283
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148283&action=edit
Bug 25856: Add suspend class to tr's of suspended holds

To test:
1. Apply patch.
2. Place multiple holds on a record and then go suspend some of them.
3. Those suspended holds should now have a class of 'suspended'
4. Now you can add any kind of CSS you want to make those rows stand out. You
can try adding this to IntranetUSerCSS:
.suspend > td {
        color: red;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to