From ad29b02a52871a0aa3d058bddb260bf04cd436e0 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 6 Feb 2023 22:06:32 +0000 Subject: [PATCH] Bug 31768: Add tools toolbar to tags page The tags tool was missing the toolbar on the left side. With the filters, this patch adds the toolbar below, like we do on other pages like HTML customizations. To test: * Go to Tools > Tags * Verify no toolbar * Apply patch * Verify toolbar is now present * Compare to other tool pages * Sign off :) Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt index e0bde150767..2065d231b52 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt @@ -245,6 +245,9 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; }
+ +[% INCLUDE 'tools-menu.inc' %] + -- 2.39.1