Bug 39844 - Add problem class to circulation.tt
Summary: Add problem class to circulation.tt
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-06 17:29 UTC by Lucas Gass (lukeg)
Modified: 2025-05-06 17:29 UTC (History)
0 users

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


Attachments

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