@@ -, +, @@ staff detail pages - Catalog records with 770/772 in Koha, examples can be found in the LOC documentation. - When UseControlNumber is set to Use and $w is added, a link will be built using $w - If there is no $w or UseControlNumber is Don't use, a link will be build using the title - Verify that they display nicely in the OPAC and staff detail pages --- .../en/xslt/MARC21slim2intranetDetail.xsl | 84 ++++++++++++++++++ .../en/xslt/MARC21slim2OPACDetail.xsl | 85 +++++++++++++++++++ 2 files changed, 169 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1145,6 +1145,90 @@ + + + Supplement: + + + + + i + + + + + + + + + /cgi-bin/koha/catalogue/search.pl?q=Control-number: + + + + /cgi-bin/koha/catalogue/search.pl?q=ti,phr: + + + + + + a_t + + + + + + + bdghkmnr9usxyz + + + + | + + + + + + + + Supplement to: + + + + + i + + + + + + + + + /cgi-bin/koha/catalogue/search.pl?q=Control-number: + + + + /cgi-bin/koha/catalogue/search.pl?q=ti,phr: + + + + + + a_t + + + + + + bdghkmnr9usxyz + + + + | + + + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1258,6 +1258,91 @@ + + + Supplement: + + + + + i + + + + + + + + + /cgi-bin/koha/opac-search.pl?q=Control-number: + + + + /cgi-bin/koha/opac-search.pl?q=ti,phr: + + + + + + a_t + + + + + + + bdghkmnr9usxyz + + + + | + + + + + + + + Supplement to: + + + + + i + + + + + + + + + /cgi-bin/koha/opac-search.pl?q=Control-number: + + + + /cgi-bin/koha/opac-search.pl?q=ti,phr: + + + + + + a_t + + + + + + bdghkmnr9usxyz + + + + | + + + + + Other editions: --