From b33586869499cc2d41c18ef28a6b0d5bb86fd000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9verine=20QUEUNE?= Date: Fri, 9 Apr 2021 15:25:16 +0200 Subject: [PATCH] Bug 28121: Correct the place of the question mark Question mark is wonrgly placed when you want to delete a desk. Test plan : - Enable 'UseCirculationDesks' - On Administration > Desks menu, create a new desk - Try to delete it : note the question mark in inside the quotation marks - Apply patch and refresh page - Question mark should now be after the last quotation mark --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt index 73e6a9a86a..04e0064a0f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt @@ -128,7 +128,7 @@ [% IF op == 'delete_confirm' %]
-

Delete desk "[% desk.desk_name | html %]?"

+

Delete desk "[% desk.desk_name | html %]"?

-- 2.11.0
Desk ID [% desk.desk_id | html %]