[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-51-gbb805283f6

Git repo owner gitmaster at git.koha-community.org
Mon Jul 27 19:42:02 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 20.05.x has been updated
       via  bb805283f6094c0ba0988b574bd7ee8b5492f53f (commit)
      from  3a9597ea481a6be3b32011aa0d0e317e4dec77dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bb805283f6094c0ba0988b574bd7ee8b5492f53f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 11 12:45:57 2020 +0100

    Bug 25237: Fix semantic heading for opac-details
    
    Prior to this patch the opac-details view contained semantically incorrect h3
    headings for the author information.
    
    Test plan
    1/ Perform a search in the OPAC that will yield results
    2/ Navigate to any results detailed view
    3/ Inspect the page and note that there are semantically incorrect headings
       H1 (Page title) > H2 (Item title) > H5 (Author)
    4/ Apply the patch
    5/ Reload the page
    6/ Inspect the page and note that the semantically incorrect author block has
       been converted to a span with an 'h3' class for styling
    7/ Note the page still appears nicely
    8/ Signoff
    
    Bonus points: Check with XSLT views enabled and disabled.
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 6b49a70b94d6b5e0e2e1cde3025ade1278814925)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt         | 2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list