Bugzilla – Attachment 183582 Details for
Bug 40249
"Copy settings" should be "Copy permissions"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40249: "Copy settings" should be "Copy permissions"
Bug-40249-Copy-settings-should-be-Copy-permissions.patch (text/plain), 1.96 KB, created by
Marcel de Rooy
on 2025-06-27 07:21:24 UTC
(
hide
)
Description:
Bug 40249: "Copy settings" should be "Copy permissions"
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-06-27 07:21:24 UTC
Size:
1.96 KB
patch
obsolete
>From 44ed20e8bd090b0d2eddb2f0df6b4589f456535a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 26 Jun 2025 13:46:22 +0000 >Subject: [PATCH] Bug 40249: "Copy settings" should be "Copy permissions" >Content-Type: text/plain; charset=utf-8 > >This patch changes the "Copy sesttings" button on the patron permissions >page to return it to its previous text "Copy permissions." This is >consistent with related controls on the page. > >To test, apply the patch and locate a patron in the staff interface. >From their checkout or detail page choose More -> Set permissions from >the toolbar. > >In the toolbar of permissions-related controls you should see a button >labeled "Copy permissions." > >Sponsored-by: Athens County Public Libraries >Signed-off-by: David Flater <flaterdavid@gmail.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >index 2299ab5301..29c1e31c10 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >@@ -54,7 +54,7 @@ > <a id="UncheckAllFlags" class="btn btn-link" href="#"> <i class="fa fa-times"></i> Clear all </a> > > <div class="btn-group"> >- <button id="copyPermissions" class="btn btn-link"><i class="fa fa-copy"></i> Copy settings</button> >+ <button id="copyPermissions" class="btn btn-link"><i class="fa fa-copy"></i> Copy permissions</button> > <button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown"><span class="caret"></span></button> > <ul class="dropdown-menu"> > <li><a id="clearCopied" href="#">Forget copied permissions</a></li> >-- >2.39.5
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 40249
:
183531
|
183533
| 183582