Bugzilla – Attachment 150904 Details for
Bug 33550
Rename Patron restrictions administration page 'Patron restriction types'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33550: (QA follow-up) Switch from double to single quotes in text
Bug-33550-QA-follow-up-Switch-from-double-to-singl.patch (text/plain), 1.42 KB, created by
Katrin Fischer
on 2023-05-09 21:10:52 UTC
(
hide
)
Description:
Bug 33550: (QA follow-up) Switch from double to single quotes in text
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-05-09 21:10:52 UTC
Size:
1.42 KB
patch
obsolete
>From 63b6f8499ab25c7656e1a57108ed7764fe7c3127 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 9 May 2023 21:06:44 +0000 >Subject: [PATCH] Bug 33550: (QA follow-up) Switch from double to single quotes > in text > >As we use single quotes in general and also in breadcrumbs and page >title on this specific page, we shoudl also use them for the main >content: > >Are you sure you want to delete 'T'? > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >https://bugs.koha-community.org/show_bug.cgi?id=33500 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >index f55e84aaba..5b9dcc7ca4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >@@ -130,7 +130,7 @@ > Confirm restriction type deletion > </legend> > >- <p>Are you sure you want to delete "[% PROCESS restriction_type_description restriction_type=restriction %]"?</p> >+ <p>Are you sure you want to delete '[% PROCESS restriction_type_description restriction_type=restriction %]'?</p> > > <fieldset class="action"> > <input type="hidden" name="op" value="delete_confirmed" /> >-- >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 33550
:
149780
|
149807
|
150229
|
150230
|
150312
|
150313
|
150316
|
150317
|
150318
|
150319
|
150900
|
150901
|
150902
|
150903
| 150904