Bugzilla – Attachment 119381 Details for
Bug 28121
Wrong punctuation on desk deletion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28121: Correct the place of the question mark
Bug-28121-Correct-the-place-of-the-question-mark.patch (text/plain), 1.26 KB, created by
Séverine Queune
on 2021-04-09 13:31:02 UTC
(
hide
)
Description:
Bug 28121: Correct the place of the question mark
Filename:
MIME Type:
Creator:
Séverine Queune
Created:
2021-04-09 13:31:02 UTC
Size:
1.26 KB
patch
obsolete
>From b33586869499cc2d41c18ef28a6b0d5bb86fd000 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?S=C3=A9verine=20QUEUNE?= <severine.queune@bulac.fr> >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' %] > <div class="dialog alert"> >- <h3>Delete desk "[% desk.desk_name | html %]?"</h3> >+ <h3>Delete desk "[% desk.desk_name | html %]"?</h3> > <table> > <tr><th>Desk ID</th> > <td>[% desk.desk_id | html %]</td> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28121
:
119381
|
119394
|
119442