Bugzilla – Attachment 146187 Details for
Bug 32289
Punctuation: Delete desk "...?"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32289: Fix punctuation in "Delete desk "X?"
Bug-32289-Fix-punctuation-in-Delete-desk-X.patch (text/plain), 1.23 KB, created by
Katrin Fischer
on 2023-02-05 01:46:54 UTC
(
hide
)
Description:
Bug 32289: Fix punctuation in "Delete desk "X?"
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-05 01:46:54 UTC
Size:
1.23 KB
patch
obsolete
>From 536f5f468741c1296f36f1cc65f6802446e692ea Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 5 Feb 2023 01:44:23 +0000 >Subject: [PATCH] Bug 32289: Fix punctuation in "Delete desk "X?" > >The question mark should be after the quote instead of before. > >To test: >* Enable desks using the UseCirculationDesks system preference >* Go to administration > circulation desks >* Add a new desk and save >* Delete desk >* Verify the heading reads "Delete desk "X?" >* Apply patch >* Verify the punctuation now is fixed now >--- > 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 56a739507f..d283a57e50 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt >@@ -147,7 +147,7 @@ > > [% IF op == 'delete_confirm' %] > <div class="dialog alert"> >- <h1>Delete desk "[% desk.desk_name | html %]?"</h1> >+ <h1>Delete desk "[% desk.desk_name | html %]"?</h1> > <table> > <tr><th>Desk ID</th> > <td>[% desk.desk_id | html %]</td> >-- >2.30.2
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 32289
:
146187
|
146277
|
146281