From 6be16794a3eba2943b48b10d0afd2c99bfffdd10 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Thu, 25 Sep 2025 18:38:17 +0000 Subject: [PATCH] Bug 40879: Added system preference to opac-detail-sidebar.inc 1. Apply the patch. Update the database (updatedatabase) and restart everything (restart_all). 2. Go to Administration > System preferences, and search for OPACCite. It is set to 'Show' by default. --> Check the system preference name and description to make sure it's written correctly 3. Go to the OPAC and ensure that the Cite feature is displaying in the detailed bibliographic record. Please also ensure that the Cite modal works as originally designed. 4. Set the OPACCite system preference to 'Don't show'. 5. Go back to the OPAC and ensure that the Cite feature is NOT displayed in the detailed bibliographic record. 6. Sign off and have a great day! Signed-off-by: David Nind Signed-off-by: Caroline Cyr La Rose --- .../bootstrap/en/includes/opac-detail-sidebar.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc index 03e74f148c..c8f51b1f43 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc @@ -22,9 +22,11 @@
  • Print
  • -
  • Cite
  • + [% IF Koha.Preference('OpacCiteModal') %] +
  • Cite
  • + [% END %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] [% IF artreqpossible %] -- 2.39.5