Bugzilla – Attachment 175090 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.66 KB, created by
Caroline Cyr La Rose
on 2024-12-03 17:24:34 UTC
(
hide
)
Description:
Bug 38611: Change 'Staff' to 'Staff interface' in HTML customization locations
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2024-12-03 17:24:34 UTC
Size:
1.66 KB
patch
obsolete
>From 613aa016837c430d655a46a6c529e3e51f0c6a62 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 >--- > .../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 d5537d3928f..e17e7c02950 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.34.1
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