Back to bug 35689

Who When What Removed Added
oleonard 2024-01-03 16:07:05 UTC Patch complexity --- Trivial patch
Status ASSIGNED Needs Signoff
lucas 2024-01-03 16:11:39 UTC Status Needs Signoff Signed Off
lucas 2024-01-03 16:11:41 UTC Attachment #160474 Attachment is obsolete 0 1
kyle 2024-04-12 12:20:10 UTC CC kyle
QA Contact testopia kyle
kyle 2024-04-12 12:21:53 UTC Status Signed Off Passed QA
kyle 2024-04-12 12:21:55 UTC Attachment #160475 Attachment is obsolete 0 1
katrin.fischer 2024-04-29 06:57:29 UTC Text to go in the release notes tags in the `OPACUserCSS` system preference - see the test plan for an example. This enhancement adds id and class tags to each MARC note in the description tab for the OPAC bibliographic detail page.

It adds a unique id for each note (for unique styling of each repeated tag), and a general and unique class for each tag (for consistent styling across the same tag number). An example of the HTML output:
```
<p id="marcnote-500-2" class="marcnote marcnote-500">...</p>
```
Styles can be defined for notes and individual
tags in the `OPACUserCSS` system preference - see the test plan for an example. This enhancement adds id and class attributes to each MARC note in the description tab for the OPAC bibliographic detail page.

It adds a unique id for each note (for unique styling of each repeated tag), and a general and unique class for each tag (for consistent styling across the same tag number). An example of the HTML output:
```
<p id="marcnote-500-2" class="marcnote marcnote-500">...</p>
```
Styles can be defined for notes and individual
katrin.fischer 2024-04-29 07:38:16 UTC Version(s) released in 24.05.00
Status Passed QA Pushed to main
fridolin.somers 2024-05-24 09:32:30 UTC Version(s) released in 24.05.00 24.05.00,23.11.06
Status Pushed to main Pushed to stable
CC fridolin.somers
lucas 2024-05-28 20:46:21 UTC Status Pushed to stable Pushed to oldstable
Version(s) released in 24.05.00,23.11.06 24.05.00,23.11.06,23.05.12
CC lucas
wainuiwitikapark 2025-06-23 05:36:05 UTC Status Pushed to oldstable RESOLVED
Resolution --- FIXED
CC wainuiwitikapark

Back to bug 35689