From 50ef1d93036abbbd145a3cb00da8aa454e4e1f83 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 29 Mar 2023 14:38:46 +0100 Subject: [PATCH] Bug 33356: Highlight mana-kb from reports when not configured This patch adds a 'Knowledgebase' info block under 'Useful resources' on teh report creation pages. This highlights to reports users that mana has not be configured as yet, hopefully encouraging them to turn it on. Signed-off-by: David Nind --- .../intranet-tmpl/prog/en/includes/guided-reports-view.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc index 94b73fd44e..926e2e03d8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc @@ -11,6 +11,12 @@
  • View dictionary
  • Useful resources
    +[% IF ( Koha.Preference('Mana') == 2 ) %] +
    + Knowledgebase +

    You haven't decided if you want to activate Mana Knowledge Base. Change your Mana KB settings.

    +
    +[% END %]