From 574c0b444da0b4a4d05a82ab3cbfd4363413ab6c 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 :) --- 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 e0bde15076..2065d231b5 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.30.2