[Koha-bugs] [Bug 35689] New: Add id and classes to each MARC note in OPAC bibliographic details

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 3 17:00:45 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35689

            Bug ID: 35689
           Summary: Add id and classes to each MARC note in OPAC
                    bibliographic details
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 14156

Same as Bug 14156 but in the OPAC. Add an id and class attributes to each note
in the title notes tab.

Replacing this HTML:

<div id="marcnotes">
    <p> Antonio Chavarrias</p>
    <p>Tristan Ulloa, Unax Ugalde</p>
    <p>The great virtue in this film is the persistent sense that something
pretty bad is on it's way.</p>
</div>


With this:


<div id="marcnotes">
    <p id="marcnote-508-1" class="marcnote marcnote-508"> Antonio
Chavarrias</p>
    <p id="marcnote-511-1" class="marcnote marcnote-511">Tristan Ulloa, Unax
Ugalde</p>
    <p id="marcnote-520-1" class="marcnote marcnote-520">The great virtue in
this film is the persistent sense that something pretty bad is on it's way.</p>
</div>


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14156
[Bug 14156] Add id tags to each MARC note in the display
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list