https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29825 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed --- Comment #32 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This patch set contains some small issues I have fixed in a follow-up. Please keep in mind for later submissions :) This string in JavaScript is not translatable. _() must be used: + var content = "<h3>Authority #: [% authid | html %]</h3><hr>"; Also capitalization should be "MARC preview" according to our guidelines here: + <a class="btn btn-default" id="preview" href="#"><i class="fa fa-eye"></i> MARC Preview</a> One general question: With this we have a different style of preview from the result list of the authortiy search and the detail page. Should they be labelled differently? Should they be styled the same? -- You are receiving this mail because: You are watching all bug changes.