Koha/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc
Owen Leonard 7a866a9241
Bug 34964: Add descriptions for different HTML customization regions
This patch adds dynamically-shown hints on the HTML customization form
when the user selects a display location. The hint describes where the
content will be found.

Much of the descriptive text in this patch is adapted from the original
options' system preference descriptions.

To test, apply the patch and go to Tools -> HTML customizations -> New
entry.

- The page loads with the first display location preselected, so you
  should see a hint for the "ArticleRequestsDisclaimerText" option.
- Test the process of selecting each different display location option,
  confirming each time that the correct description is shown.

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-10-25 11:07:52 -03:00

67 lines
2.9 KiB
HTML

<div id="ArticleRequestsDisclaimerText_notes" class="hint customization_note">
This content will be shown to an OPAC user before they can place an article request.
</div>
<div id="CatalogConcernHelp_notes" class="hint customization_note">
Include this content on the form shown in the OPAC when the user submits a catalog concern report.
</div>
<div id="CatalogConcernTemplate_notes" class="hint customization_note">
Prefill the OPAC catalog concern form with this content as a template for the user's submission.
</div>
<div id="CookieConsentBar_notes" class="hint customization_note">
Include this content in the cookie consent footer which is displayed in the OPAC when the CookieConsent system preference is enabled.
</div>
<div id="CookieConsentPopup_notes" class="hint customization_note">
Include this content in the popup message which is displayed in the OPAC when the CookieConsent system preference is enabled and the user clicks the "Your cookies" menu item in the header.
</div>
<div id="opaccredits_notes" class="hint customization_note">
Include this content in the footer of all pages in the OPAC.
</div>
<div id="OpacCustomSearch_notes" class="hint customization_note">
Replace the search box at the top of OPAC pages with this content.
</div>
<div id="opacheader_notes" class="hint customization_note">
Include this content in the header of all pages in the OPAC.
</div>
<div id="OpacLibraryInfo_notes" class="hint customization_note">
Include this content on the library information page in the OPAC.
</div>
<div id="OpacLoginInstructions_notes" class="hint customization_note">
Show this content on the OPAC login form when a patron is not logged in.
</div>
<div id="OpacMainUserBlock_notes" class="hint customization_note">
Show this content in its own column on the main page of the OPAC.
</div>
<div id="OpacMoreSearches_notes" class="hint customization_note">
Add additional elements to the "More Searches" bar on the OPAC, with this content (leave blank to disable).
</div>
<div id="OpacMySummaryNote_notes" class="hint customization_note">
Note to display on the patron summary page. This note only appears if the patron is logged in.
</div>
<div id="OpacNav_notes" class="hint customization_note">
Show this content on the left hand column of the main page and patron account on the OPAC (generally navigation links).
</div>
<div id="OpacNavBottom_notes" class="hint customization_note">
Show this content on the left hand column of the main page and patron account on the OPAC, after OpacNav, and before patron account links if available.
</div>
<div id="OpacNavRight_notes" class="hint customization_note">
Show this content in the right hand column of the main page under the main login form.
</div>
<div id="OpacSuggestionInstructions_notes" class="hint customization_note">
Show this content at the top of the purchase suggestion form in the OPAC.
</div>