From 2cca46e611c4324afbbb06fdc1bfc1e431cb478b Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 9 Oct 2024 15:00:33 +0000 Subject: [PATCH] Bug 38132: Add data-isbn to shelfbrowser This patch adds a data-isbn attribute to the shelfbrowser_cover container for use in plugins Test plan 1) View the patch diff and confirm that the attribute has been correctly added Signed-off-by: Lucas Gass Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc index 78c6139142..d382a193c8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc @@ -29,7 +29,7 @@ [% END %] [% IF ( OPACLocalCoverImages || OPACAmazonCoverImages || ( SyndeticsEnabled && SyndeticsCoverImages ) || GoogleJackets || BakerTaylorEnabled || ( Koha.Preference('OpacCoce') && Koha.Preference('CoceProviders') ) || ( Koha.Preference('OPACCustomCoverImages') AND Koha.Preference('CustomCoverImagesURL') ) ) %] - + [% IF ( OPACLocalCoverImages ) %]
[% END %] -- 2.39.5