From 729a67d2edf274ffcbc05b4de0c811d1cfa6e597 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! --- .../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