[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.04-12-g03e585ad5f

Git repo owner gitmaster at git.koha-community.org
Fri Oct 16 16:25:04 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  03e585ad5f951a3cc2bb684c11b829e5ce854f4c (commit)
      from  38636a118d60d754fc6e019e32249ac29a740b8f (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 03e585ad5f951a3cc2bb684c11b829e5ce854f4c
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Jul 23 10:21:36 2020 +0200

    Bug 26049: Replace li with span class results_summary in UNIMARC intranet XSLT
    
    In all XSLT for record display, fields are created with <span class="results_summary> except in UNIMARC intranet where there is just <li>.
    
    This allows a better CSS customisation and closer code in files for OPAC and intranet.
    
    Actually li gets diplayed with a dot at each line, we don't want this.
    
    Test plan :
    1) For each modified file run 'xsltproc file.xsl' and see there is no
       error
    2) Use default XSLT in all system preferences
    3) Perform a search and check display with and without patch
    4) Click on a record to see details and check display with and without patch
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 9db369fb58c1f2795f748e972397f1ecb882ce92)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl    | 99 ++++++++++++----------
 .../prog/en/xslt/UNIMARCslimUtils.xsl              | 80 ++++++++++-------
 .../bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl   | 12 +--
 .../bootstrap/en/xslt/UNIMARCslimUtils.xsl         |  6 +-
 4 files changed, 114 insertions(+), 83 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list