@@ -, +, @@ status available and reference. Use these vars in the corresponding 'blocks'. refining (extending) its initial test. All if's are moved up into the former block but are unchanged. see the No items only here. 'third' segment with Checked out(1). see segment 1 and 2. Both listing item call numbers. see segment 1 and 3. Both listing item call numbers. (See also the following patch.) --- .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 128 ++++++++++++--------- 1 file changed, 71 insertions(+), 57 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -19,6 +19,8 @@ + + @@ -1235,8 +1237,11 @@ Availability: + + + - + @@ -1251,7 +1256,7 @@ No items available. - + Items available for loan: - + Items available for reference: @@ -1357,18 +1362,20 @@ - - - Not available: - - - + + + Not available: + + + + + ItemSummary - + @@ -1381,55 +1388,62 @@ ) . , - - - + + + + + + + Checked out ( + + ). + + + + + Withdrawn ( + + ). + + + + + Lost ( + + ). + + + + + Damaged ( + + ). + + + + + Pending hold ( + + ). + + + + + In transit ( + + ). + + + + + On hold ( + + ). + + + - - - - Checked out ( - - ). - - - - - Withdrawn ( - - ). - - - - Lost ( - - ). - - - - Damaged ( - - ). - - - - Pending hold ( - - ). - - - - In transit ( - - ). - - - - On hold ( - - ). - --