Bugzilla – Attachment 183531 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.82 KB, created by
Owen Leonard
on 2025-06-26 13:53:18 UTC
(
hide
)
Description:
Bug 40249: "Copy settings" should be "Copy permissions"
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-06-26 13:53:18 UTC
Size:
1.82 KB
patch
obsolete
>From a8442ff0d32ac988bd3df04d2f5bbfe832e11aa5 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" > >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 >--- > 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 2299ab53012..29c1e31c102 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