[Bug 14156] New: add id tags to each marc note in the display
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14156 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I agree - the notes as they are are not very useful. They are not labelled and it's impossible to hide a specific one. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14156 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Templates |Architecture, internals, | |and plumbing Summary|add id tags to each marc |Add id tags to each marc |note in the display |note in the display Assignee|oleonard@myacpl.org |gmcharlt@gmail.com --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Right now Biblio.pm doesn't pass the tag information to the template, so this can't be accomplished just on the front end. Seems like it should be a pretty trivial change but I'm not really sure what's going on in GetMarcNotes. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org