Bug 39844

Summary: Add problem class to circulation.tt
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Lucas Gass (lukeg) 2025-05-06 17:29:46 UTC
If you look at circ/returns.tt you'll see a bunch of classes like `class="problem ret_refund` or 'problem ret_checkedin', making it easy to target each of those specific problems. 

circ/circulation.tt returns many of the same messages but does not include the classes. It would be a lot easier to customize if it contained the same classes for each problem.