]> git.koha-community.org Git - koha.git/commit
Bug 31981: Add classes to each NEEDSCONFIRM message in circ/circulation.tt
authorLucas Gass <lucas@bywatersolutions.com>
Thu, 21 Mar 2024 16:37:13 +0000 (16:37 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 24 May 2024 13:32:52 +0000 (15:32 +0200)
commitb436bf2fdfe50a9e714a2b35f560db7de57b7295
tree04403d7f3d0f0a0d4cc71971efc6e9ac6e6a6cd2
parentebab11e2b0b05aa0a1e91c456d15f02c4483f414
Bug 31981: Add classes to each NEEDSCONFIRM message in circ/circulation.tt

This patch adds a 'needsconfirm' class and a unique class to each NEEDSCONFIRM message on circ/circulation.tt to make these easier to style individually.

To test:
1. APPLY patch
2. Review the diff to see each of the NEEDSCONFIRMATION messages.
3. Add some CSS to IntranetUserCSS like this:

.needsconfirm { padding: 1em; color: #fff; }

.reserved { background: blue; }
.debt { background: red; }
.reserve_waiting { background: orange; }
.rentalcharge { background: purple; }
.renew_issue { background: limegreen; }

4. Place a hold on an item for Patron A, do not trigger the hold, and check the item out to Patron B.  The message background is blue.
5. Then check the item in, confirm the hold, then check the item out to Patron B.  The message background is orange
6. Check something out that is already checked out to that patron, message background is lime green.
7. Have too much debt and check something out to a patron, message is red.

Note: There are plenty more NEEDSCONFIRMATION messages but I don't think we need to test every single one.
Note: These background colors are more testing purposes only.
Signed-off-by: Donna <donna@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 2c8196cc077501d1b970f1077f94fd3f25b1385a)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt