From fd96ebe8361e150cd1130f24cf1655e569efa5a8 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Fri, 13 Jan 2023 22:51:56 +1300 Subject: [PATCH] Bug 32731: Use CataloguingToolsInToolsHome This enhancement adds a systempreference CataloguingToolsInToolsHome which, when enabled, also displays the cataloguing tools (now shown on the Cataloguing Home page) on the Tools page, where they were before. To test: 1) Apply database updates 2) Go to Administration -> System preferences. Confirm CataloguingToolsInToolsHome system preference shows under Cataloguing tab. It will be disabled by default 3) Go to the Tools home page. Confirm the 'patrons and circulation' and 'additional tools' menus show as expected. Go to the Cataloguing home pag, click one of the links and notice the cataloguing sidebar. 4) Enable the CataloguingToolsInToolsHome system preference. 5) Go to the Tools home page. Confirm the 'cataloguing' menu shows in the middle. 6) Confirm all of the cataloguing menu links are correct 7) When clicking on one of the 'patrons and circulation' menu or 'additional tools' menu links, confirm the sidebar menu shows the tools sidebar rather than the cataloguing menu. 8) When clicking on one of the 'cataloguing' menu links, confirm it shows the cataloguing sidebar, but there is now a link to the Tools Home Sponsored-by: Educational Services Autralia SCIS Signed-off-by: Owen Leonard --- .../prog/en/includes/cat-menu.inc | 5 + .../prog/en/includes/tools-menu.inc | 49 ++++++++++ .../prog/en/modules/tools/tools-home.tt | 95 ++++++++++++++++++- 3 files changed, 148 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-menu.inc index 2bd37f8fc9..f52d0748e5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-menu.inc @@ -1,6 +1,11 @@ [% USE Koha %]