@@ -, +, @@ OPAC detail pages - Apply patch - Catalog several 777 fields in one or more of your records - When using 1st indicator = 1, the note won't display - When using 2nd indicator empty, label will be "Issued with:" - When using 2nd indicator 8, the label will be drawn from $i if present - When $w and UseControlNumber pref is used, the link will be built using $w - In all other cases the title form $t will be used for the link - Verify the display is correct --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 48 ++++++++++++++++++++++ .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 48 ++++++++++++++++++++++ 2 files changed, 96 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -918,6 +918,54 @@ + + + + + + + + + + + + Issued with: + + + + + + + + + a_t + + + + + + + /cgi-bin/koha/catalogue/search.pl?q=control-number: + + + + + /cgi-bin/koha/catalogue/search.pl?q=ti,phr: + + + + + + + + + + + + + + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -970,6 +970,54 @@ + + + + + + + + + + + + Issued with: + + + + + + + + + a_t + + + + + + + /cgi-bin/koha/opac-search.pl?q=control-number: + + + + + /cgi-bin/koha/opac-search.pl?q=ti,phr: + + + + + + + + + + + + + + + --