From 43d7956f8c421b0bdf657517e1f9c8d72647c3c1 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. --- .../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 d8be14267..ddf311c06 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.30.2