From a47c5cee280a5efd2e38150deb5cf849424eedf9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 28 Mar 2020 00:46:55 +0100 Subject: [PATCH] Bug 25012: Fix class on OPAC view link in staff detail page Probably a copy & paste error: the OPAC view link on the staff detail page currently has the class succeeding_entry_note. This patch changes it to opac_view to allow for independent styling of the link. Note: The link will only be visible when OPACBaseURL is set. To test: - Use the element inspector or check the source code for the class used on the OPAC view link on the staff detail page - Apply patch - Repeat and verify that the class has changed to opac_view Signed-off-by: David Roberts Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index d44322d6ff..16775d89b1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1306,7 +1306,7 @@ - OPAC view: + OPAC view: /cgi-bin/koha/opac-detail.pl?biblionumber=_blankOpen in new window. -- 2.20.1