Back to bug 35253

Who When What Removed Added
lucas 2023-11-03 17:51:37 UTC Status NEW Needs Signoff
lucas 2023-11-03 17:51:55 UTC Assignee koha-bugs lucas
Patch complexity --- Trivial patch
david 2023-11-04 21:25:46 UTC Status Needs Signoff Signed Off
david 2023-11-04 21:25:48 UTC Attachment #158360 Attachment is obsolete 0 1
david 2023-11-04 21:31:52 UTC Text to go in the release notes This enhancement adds classes to the materials specified messages that are displayed when checking out and checking in an item, when there is a value for an item in 952$3. The new classes available for customizing IntranetUserCSS are mats_spec_label and mats_spec_message.

Example CSS customization:
.mats_spec_label { color: white; background: purple; }
.mats_spec_message { color: white; background: green; }
CC david
katrin.fischer 2023-11-05 13:15:54 UTC QA Contact testopia katrin.fischer
katrin.fischer 2023-11-05 13:16:47 UTC Status Signed Off Passed QA
katrin.fischer 2023-11-05 13:16:50 UTC Attachment #158398 Attachment is obsolete 0 1
kebliss 2023-11-07 22:09:29 UTC CC kebliss
tomascohen 2023-11-08 14:43:03 UTC Version(s) released in 23.11.00
Status Passed QA Pushed to master
fridolin.somers 2023-11-10 20:50:13 UTC Status Pushed to master Pushed to stable
CC fridolin.somers
Version(s) released in 23.11.00 23.11.00,23.05.06
pedro.amorim 2023-11-14 15:17:06 UTC Resolution --- FIXED
CC pedro.amorim
Status Pushed to stable RESOLVED
martin.renvoize 2023-11-30 14:06:18 UTC CC martin.renvoize
Text to go in the release notes This enhancement adds classes to the materials specified messages that are displayed when checking out and checking in an item, when there is a value for an item in 952$3. The new classes available for customizing IntranetUserCSS are mats_spec_label and mats_spec_message.

Example CSS customization:
.mats_spec_label { color: white; background: purple; }
.mats_spec_message { color: white; background: green; }
This enhancement adds classes to the materials specified messages that are displayed when checking out and checking in an item, when there is a value for an item in 952$3. The new classes available for customizing IntranetUserCSS are mats_spec_label and mats_spec_message.

Example CSS customization:
```
.mats_spec_label { color: white; background: purple; }
.mats_spec_message { color: white; background: green; }
```

Back to bug 35253