This enhancement adds id and class tags to each MARC note in the description tab for the staff interface 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 `IntranetUserCSS` system preference - see the test plan for an example.
|