From 3c0ef12b8bc31fc6ccb71519816fa91fb3926c19 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 --- .../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 2e88c06b52..f503addcfc 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1236,7 +1236,7 @@ Availability: - + @@ -1248,7 +1248,7 @@ () - No items available + No items available. @@ -1356,14 +1356,10 @@ - - : - - -
+ Not available: @@ -1416,12 +1412,6 @@ ). - - - On order ( - - ). - Pending hold ( -- 2.11.0