Bugzilla – Attachment 175093 Details for
Bug 38611
Change 'Staff' to 'Staff interface' in HTML customization locations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38611: Change 'Staff' to 'Staff interface' in HTML customization locations
Bug-38611-Change-Staff-to-Staff-interface-in-HTML-.patch (text/plain), 1.72 KB, created by
PTFS Europe Sandboxes
on 2024-12-03 18:36:08 UTC
(
hide
)
Description:
Bug 38611: Change 'Staff' to 'Staff interface' in HTML customization locations
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2024-12-03 18:36:08 UTC
Size:
1.72 KB
patch
obsolete
>From 2cb71dcb40b563d3d53c0f992222938fa74b3446 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Tue, 3 Dec 2024 12:21:47 -0500 >Subject: [PATCH] Bug 38611: Change 'Staff' to 'Staff interface' in HTML > customization locations > >This patch changes the HTML customization location group 'Staff' to >'Staff interface' to make it less ambiguous for translation. > >To test: >1. Go to Tools > HTML cutomizations > New entry >2. Look at the possible locations > --> Note that there are two groups, OPAC and Staff >3. Apply patch >4. Refresh the page and open the drop-down again > --> The groupings are now called OPAC and Staff interface > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > .../intranet-tmpl/prog/en/modules/tools/additional-contents.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >index d5537d3928..e17e7c0295 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >@@ -538,7 +538,7 @@ > [% END %] > </optgroup> > [% SET staff_available_options = [ 'IntranetmainUserblock', 'StaffAcquisitionsHome', 'StaffAuthoritiesHome', 'StaffCataloguingHome', 'StaffListsHome', 'StaffPatronsHome', 'StaffPOSHome', 'StaffSerialsHome' ] %] >- <optgroup label="Staff"> >+ <optgroup label="Staff interface"> > [% FOREACH l IN staff_available_options.sort %] > [% IF l == location %] > <option value="[% l | html %]" selected="selected">[% l | html %]</option> >-- >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 38611
:
175090
|
175093
|
175096