From 8741b9c2c8856c56cb4daabb752c3a3749c68cb5 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 [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 Signed-off-by: ava li Signed-off-by: Martin Renvoize --- .../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 eafe2adeeb..d760b8be0b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1249,7 +1249,7 @@ Availability: - + @@ -1261,7 +1261,7 @@ () - No items available + No items available. @@ -1369,14 +1369,10 @@ - - : - - -
+ Not available: @@ -1429,12 +1425,6 @@ ). - - - On order ( - - ). - Pending hold ( -- 2.20.1