http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14156 Bug ID: 14156 Summary: add id tags to each marc note in the display Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: nengard@gmail.com QA Contact: testopia@bugs.koha-community.org Add ID tags to each note in the title notes tab. So here's a sample of the 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> Instead each p should have and ID of the MARC tag that note came from so it can be styled if need be. <div id="marcnotes"> <p id='marc508'> Antonio Chavarrias</p> <p id='marc511'>Tristan Ulloa, Unax Ugalde</p> <p id='marc520'>The great virtue in this film is the persistent sense that something pretty bad is on it's way.</p> </div> -- You are receiving this mail because: You are watching all bug changes.