Summary: | Make title display properly for NORMARC OPAC detail view | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | OPAC | Assignee: | Magnus Enger <magnus> |
Status: | CLOSED FIXED | QA Contact: | Paul Poulain <paul.poulain> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, mirko, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | Sponsored | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Screenshot showing title, author and materialtype displayed wrong
Screenshot showing what it should look like Bug 8941 - Make title display properly for NORMARC OPAC detail view Bug 8941 - Make title display properly for NORMARC OPAC detail view |
Created attachment 12901 [details]
Screenshot showing what it should look like
Created attachment 12902 [details] [review] Bug 8941 - Make title display properly for NORMARC OPAC detail view Authors and materialtype were displayed to the right of the title. This patch simly adds class="title" to the h1 that holds the title. To test: - Set marcflavour = NORMARC - Check a detail view in the OPAC and see that the display is wrong - Apply the patch - Check that the detail view now looks good If this gets pushed, it would be nice to have in 3.8.x too. :-) Created attachment 12904 [details] [review] Bug 8941 - Make title display properly for NORMARC OPAC detail view Authors and materialtype were displayed to the right of the title. This patch simly adds class="title" to the h1 that holds the title. To test: - Set marcflavour = NORMARC - Check a detail view in the OPAC and see that the display is wrong - Apply the patch - Check that the detail view now looks good Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> Tiny patch, works as expected. QA comment: tiny patch, passed QA Patch pushed to master Pushed to 3.8.x, will be in 3.8.7 Looks good on 3.10 |
Created attachment 12900 [details] Screenshot showing title, author and materialtype displayed wrong