Bugzilla – Attachment 119442 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.46 KB, created by
Joonas Kylmälä
on 2021-04-12 07:04:46 UTC
(
hide
)
Description:
Bug 28121: Correct the place of the question mark
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2021-04-12 07:04:46 UTC
Size:
1.46 KB
patch
obsolete
>From 03e177c7465ff3a347b76c1faa4483faf77a4bb0 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 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> >--- > 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