From 97b330ab40f3fce6f2689f6f6c851e447ddcfe8b 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 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2b63498545b41929d26ab9f3fbeecfa33e277cc3) Signed-off-by: Jacob O'Mara (cherry picked from commit a464971441887bdcadb170edef06faf68b5cd6c5) Signed-off-by: Lucas Gass (cherry picked from commit b0025d14d866f786c453a36c62f33d9bdcedc829) Signed-off-by: Arthur Suzuki --- 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 1aae1a0b77..8ffa066808 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt @@ -241,6 +241,9 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; }
+ +[% INCLUDE 'tools-menu.inc' %] + -- 2.39.5