From d89ef5eda95059d2dff929d47c34bc00465d4a85 Mon Sep 17 00:00:00 2001 From: Baptiste Wojtkowski Date: Mon, 27 Oct 2025 17:33:04 +0100 Subject: [PATCH] Bug 41112: Space is missing in report preview This patch puts back a missing space between "Delete" and the fa thrashcan. It is atm the lonely button without this space in the modal No test plan needed. The change is too trivial. Just check that lines before in the code have the desired space. The missing space creates a weird sensation while looking at the window. Signed-off-by: David Nind Signed-off-by: Brendan Lawlor --- .../prog/en/modules/reports/guided_reports_start.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index aeb679955f..4228ae19e0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -2642,7 +2642,7 @@ ' + _("Edit") + '\ ' + _("Duplicate") + '\ ' + _("Schedule") + '\ - ' + _("Delete") + '\ + ' + _("Delete") + '\ ' + _("Run report") + '\ ' + _("Close") + '\ \ -- 2.39.5