https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35689 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement adds id |This enhancement adds id release notes|and class tags to each MARC |and class attributes to |note in the description tab |each MARC note in the |for the OPAC bibliographic |description tab for the |detail page. |OPAC bibliographic detail | |page. |It adds a | |unique id for each note |It adds a unique id |(for unique styling of each |for each note (for unique |repeated tag), and a |styling of each repeated |general and unique class |tag), and a general and |for each tag (for |unique class for each tag |consistent styling across |(for consistent styling |the same tag number). An |across the same tag |example of the HTML output: |number). An example of the | |HTML output: |``` |``` |<p id="marcnote-500-2" |<p |class="marcnote |id="marcnote-500-2" |marcnote-500">...</p> |class="marcnote |``` |marcnote-500">...</p> |Styles can be defined for |``` |notes and individual tags |Styles can be defined for |in the `OPACUserCSS` system |notes and individual tags |preference - see the test |in the `OPACUserCSS` system |plan for an example. |preference - see the test | |plan for an example. -- You are receiving this mail because: You are watching all bug changes.