From e25552271cd31fcbd2e7ed778569a465d4d33f2b Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Thu, 25 Sep 2025 18:38:17 +0000 Subject: [PATCH] Bug 40879: Added syspref to opac-detail-sidebar.inc 1. Apply the patch. Use updatedatabase and restart_all 2. Go to System Preferences and search for OpacCiteModal. It is currently set to Disable. 3. Go to the Opac and ensure that the Cite feature is not displaying in the detailed bibliographic record. 4. Now go to the System Preferences and Enable OpacCiteModal. 5. Go back to the Opac and ensure that the Cite feature is displaying correctly again in the detailed bibliographic record. Please also ensure that the Cite modal works as originally designed. 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 03e74f148cf..c8f51b1f43a 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.43.0