Back to bug 35689

Who When What Removed Added
oleonard 2024-01-03 16:07:05 UTC Status ASSIGNED Needs Signoff
Patch complexity --- Trivial patch
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 QA Contact testopia kyle
CC 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 , 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 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)
katrin.fischer 2024-04-29 07:38:16 UTC Status Passed QA Pushed to main
Version(s) released in 24.05.00
fridolin.somers 2024-05-24 09:32:30 UTC Status Pushed to main Pushed to stable
CC fridolin.somers
Version(s) released in 24.05.00 24.05.00,23.11.06
lucas 2024-05-28 20:46:21 UTC CC lucas
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

Back to bug 35689