https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14156
Martin Renvoize <[email protected]> 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 tags to each MARC |note in the description tab |note in the description tab |for the staff interface |for the staff interface |bibliographic detail page. |bibliographic detail page. |It adds a unique id for | |each note (for unique |It adds a unique id for |styling of each repeated |each note (for unique |tag), and a general and |styling of each repeated |unique class for each tag |tag), and a general and |(for consistent styling |unique class for each tag |across the same tag |(for consistent styling |number). An example of the |across the same tag |HTML output: `<p |number). An example of the |id="marcnote-500-2" |HTML output: |class="marcnote |``` |marcnote-500">...</p>`. |<p |Styles can be defined for |id="marcnote-500-2" |notes and individual tags |class="marcnote |in the `IntranetUserCSS` |marcnote-500">...</p> |system preference - see the |``` |test plan for an example. |Styles can be defined for | |notes and individual tags | |in the `IntranetUserCSS` | |system preference - see the | |test plan for an example. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
