[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.01-32-g42e3ce7e92

Git repo owner gitmaster at git.koha-community.org
Fri Jul 10 19:50: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  42e3ce7e921e4bd1b54095fd0631bdea2f24d73f (commit)
      from  19efe6d86216301cd03654f358c0171822f07b58 (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 42e3ce7e921e4bd1b54095fd0631bdea2f24d73f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 11 13:23:32 2020 +0100

    Bug 25154: Add heading where content is introduced in opac-results.tt
    
    Prior to this patch, the search results page did not contain a
    semantically accurate heading to introduce he main content of the page.
    
    Test plan
    1/ Perform a search in the OPAC that yields results
    2/ Inspect the page and note that the 'title' stating how many results
       are found is not semantically marked up as a heading to introduce the
       content.
    3/ Apply the patch
    4/ Reload the page
    5/ Inspect the page and note that the 'title' stating how many results
       are found is now properly marked up as a second level heading and
       appropriately designated as the start of the 'maincontent' block with an
       associated '.maincontent' class.
    6/ Perform a search which yields zero results
    7/ Note that the 'No results found' title is properly marked up as a
       second level heading.
    8/ Signoff
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    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 972aeaa0143dcdedc7ae23314a72991d5e4a6490)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt | 25 ++++++++++------------
 1 file changed, 11 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list