From 1906bd12c452bbe59a10f57c1db1e981bf957d95 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 9 Apr 2023 11:44:21 +0000 Subject: [PATCH] Bug 33356: Add mana-kb hint to reports start page An alternate placement of the Mana KB hint on the reports start page. To test: * Go to Reports module * Verify the hint shows when you haven't decided on Mana KB * Once you set yes or no, it will no longer show Signed-off-by: David Nind --- .../prog/en/modules/reports/reports-home.tt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt index 04736fe13c..01ee09b054 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt @@ -104,7 +104,14 @@ [% END %]
  • Koha reports library
  • - + + [% IF ( Koha.Preference('Mana') == 2 ) %] +
    + Knowledgebase +

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

    +
    + [% END %] + -- 2.30.2