From 66162ea26a89ded0e47db33af8a4be32e519348b Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 19 Aug 2020 16:20:27 +0200 Subject: [PATCH] Bug 21260: Simple adjustments in Availability blocks Content-Type: text/plain; charset=utf-8 [1] Add reallynotforloan=0 test to 'Block 1'. Add a period after No items available. [2] Remove the if with colon block. Remove the
and add a span for reallynotforloan (items on order). [3] Add a 'Not available' label for the reallynotforloan block. [4] Remove the On order status, since it is not used anymore since 7611. Test plan: See subsequent patches. Signed-off-by: Marcel de Rooy --- .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index 8b6d73c998..b8e00fecec 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1222,7 +1222,7 @@ Availability: - + @@ -1234,7 +1234,7 @@ () - No items available + No items available. @@ -1342,14 +1342,10 @@ - - : - - -
+ Not available: @@ -1402,12 +1398,6 @@ ). - - - On order ( - - ). - Pending hold ( -- 2.11.0