Bugzilla – Attachment 157470 Details for
Bug 34964
Add descriptions for different HTML customization regions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34964: (follow-up) Add descriptions of new staff html customization regions
Bug-34964-follow-up-Add-descriptions-of-new-staff-.patch (text/plain), 4.16 KB, created by
Owen Leonard
on 2023-10-19 17:43:56 UTC
(
hide
)
Description:
Bug 34964: (follow-up) Add descriptions of new staff html customization regions
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-10-19 17:43:56 UTC
Size:
4.16 KB
patch
obsolete
>From ac2b7f3b2f36a9ae3140389422cc121413b70246 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 19 Oct 2023 17:38:30 +0000 >Subject: [PATCH] Bug 34964: (follow-up) Add descriptions of new staff html > customization regions > >Bug 6419 added several regions in the staff interface for adding html >customizations. This patch adds descriptions of those. > >The patch also makes a correction to the grouping of OPAC and staff >interface customization regions in the "Display location" dropdown. >--- > .../en/includes/html-customization-help.inc | 28 +++++++++++++++++++ > .../en/modules/tools/additional-contents.tt | 4 +-- > 2 files changed, 30 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc >index 697e07ed85..9bc7724aee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc >@@ -65,3 +65,31 @@ > <div id="OpacSuggestionInstructions_notes" class="hint customization_note"> > Show this content at the top of the purchase suggestion form in the OPAC. > </div> >+ >+<div id="StaffAcquisitionsHome_notes" class="hint customization_note"> >+ Show this content on the acquisitions home page in the staff interface. >+</div> >+ >+<div id="StaffAuthoritiesHome_notes" class="hint customization_note"> >+ Show this content on the authorities home page in the staff interface. >+</div> >+ >+<div id="StaffCataloguingHome_notes" class="hint customization_note"> >+ Show this content on the cataloging home page in the staff interface. >+</div> >+ >+<div id="StaffListsHome_notes" class="hint customization_note"> >+ Show this content on the lists home page in the staff interface. >+</div> >+ >+<div id="StaffPatronsHome_notes" class="hint customization_note"> >+ Show this content on the patrons home page in the staff interface. >+</div> >+ >+<div id="StaffPOSHome_notes" class="hint customization_note"> >+ Show this content on the point of sale home page in the staff interface. >+</div> >+ >+<div id="StaffSerialsHome_notes" class="hint customization_note"> >+ Show this content on the serials home page in the staff interface. >+</div> >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 d16aef29d8..e8c8d252a4 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 >@@ -527,7 +527,7 @@ > [% END %] > [% END %] > [% ELSE %] >- [% SET opac_available_options = [ 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions', 'OpacNav', 'OpacNavBottom', 'OpacSuggestionInstructions', 'ArticleRequestsDisclaimerText', 'OpacMoreSearches', 'OpacMySummaryNote', 'OpacLibraryInfo', ] %] >+ [% SET opac_available_options = [ 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions', 'OpacNav', 'OpacNavBottom', 'OpacSuggestionInstructions', 'ArticleRequestsDisclaimerText', 'OpacMoreSearches', 'OpacMySummaryNote', 'OpacLibraryInfo', 'CatalogConcernHelp', 'CatalogConcernTemplate', 'CookieConsentBar', 'CookieConsentPopup' ] %] > <optgroup label="OPAC"> > [% FOREACH l IN opac_available_options.sort %] > [% IF l == location %] >@@ -537,7 +537,7 @@ > [% END %] > [% END %] > </optgroup> >- [% SET staff_available_options = [ 'CatalogConcernHelp', 'CatalogConcernTemplate', 'CookieConsentBar', 'CookieConsentPopup', 'StaffAcquisitionsHome', 'StaffAuthoritiesHome', 'StaffCataloguingHome', 'StaffListsHome', 'StaffPatronsHome', 'StaffPOSHome', 'StaffSerialsHome' ] %] >+ [% SET staff_available_options = [ 'StaffAcquisitionsHome', 'StaffAuthoritiesHome', 'StaffCataloguingHome', 'StaffListsHome', 'StaffPatronsHome', 'StaffPOSHome', 'StaffSerialsHome' ] %] > <optgroup label="Staff"> > [% FOREACH l IN staff_available_options.sort %] > [% IF l == location %] >-- >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 34964
:
156414
|
156422
|
156989
|
157242
| 157470