From 2f6fcb806ebf3d16a841126b5fee744d7193f331 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 13 Dec 2021 14:13:54 +0000 Subject: [PATCH] Bug 29680: Change markup to correct button radius This patch alters the markup around the "Show SQL/Hide SQL" buttons so that they are not styled as if they are a button group. To test, apply the patch and run an SQL report. The "Show SQL code" button should be styled consistently with other single buttons in the toolbar. Click it to test that the "Hide SQL code" button is also correct. Signed-off-by: Lucas Gass Signed-off-by: Andreas Roussos --- koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc index 305de93f34..eaecee422f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc @@ -104,6 +104,8 @@ +
-- 2.20.1