Koha/koha-tmpl/opac-tmpl/bootstrap/en/includes
Owen 8473254ec3 Bug 24224: Convert OpacNavBottom system preference to additional content
This patch builds on Bug 22318 to move the OpacNavBottom system
preference into the "Additional contents" system, making it possible to
have language- and library-specific content.

To test you should have some content in the OpacNavBottom system
preference. To make testing easier it's also a good idea to have content
in the OpacNav preference.

- Apply the patch and run the database update process.
- In the staff client, go to Tools -> HTML customizations and verify
  that the content from OpacNavBottom is now stored there. When you
  edit the entry you should see content from the OpacNavBottom system
  preference under the "default" tab.
  - The publication date for the entry should be today's date.
  - Confirm that the previous contents of OpacNavBottom were added
    correctly.
- Go to Administration -> System preferences -> OPAC and verify that
  the OpacNavBottom preference has been removed.
- Update and reinstall active translations (for instance fr-FR):
  - cd misc/translator/
  - perl translate update fr-FR
  - perl translate install fr-FR
- View the OPAC and confirm that the contents of the OpacNavBottom
  system preference displays in the left-hand sidebar.
- Test as many pages as possible to confirm that wherever the
  OpacNavBottom content is displayed, OpacNavBottom is also displayed.
- Test also using the updated translation.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-11-08 11:41:48 +01:00
..
account-table.inc Bug 27876: added sr-only to caption of table in Charges page 2021-05-10 15:52:53 +02:00
accounts.inc Bug 29271: Fix cash register report results 2021-10-21 10:09:50 +02:00
authorities-search-results.inc
av-build-dropbox.inc
biblio-title-head.inc
biblio-title.inc
bodytag.inc
calendar.inc
columns_settings.inc Bug 28018: Replace obsolete title-string sorting: OPAC templates 2021-04-06 15:56:31 +02:00
datatables.inc
date-format.inc
display-library-address.inc Bug 27830: (follow-up) Merge DE and FR address formats 2021-04-21 10:51:30 +02:00
doc-head-close.inc
doc-head-open.inc
greybox.inc
holds-table.inc Bug 28018: Replace obsolete title-string sorting: OPAC templates 2021-04-06 15:56:31 +02:00
html_helpers.inc Bug 28921: Remove warning from html_helpers.inc 2021-09-09 10:59:38 +02:00
i18n.inc
ill-availability-table.inc
item-status-schema-org.inc
item-status.inc
js-date-format.inc
masthead-langmenu.inc Bug 27881: Markup error in masthead-langmenu.inc 2021-04-01 18:51:37 +02:00
masthead-sci.inc Bug 24223: Convert OpacNav system preference to additional content 2021-11-08 11:18:39 +01:00
masthead-sco.inc Bug 24223: Convert OpacNav system preference to additional content 2021-11-08 11:18:39 +01:00
masthead.inc Bug 24223: Convert OpacNav system preference to additional content 2021-11-08 11:18:39 +01:00
navigation.inc Bug 24224: Convert OpacNavBottom system preference to additional content 2021-11-08 11:41:48 +01:00
opac-authorities.inc
opac-bottom.inc Bug 28180: Fix collision with existing verify_images 2021-10-21 12:24:04 +02:00
opac-detail-sidebar.inc Bug 29180: Rename syspref RequestOnOpac with OPACHoldRequests 2021-11-05 12:13:25 +01:00
opac-facets.inc
opac-note.inc
opac-topissues.inc
openlibrary-readapi.inc
overdrive-checkout.inc Bug 28537: (follow-up) Correct and improve OverDrive checkout modal 2021-11-03 15:40:52 +01:00
overdrive-login.inc
page-numbers.inc
password_check.inc
patron-title.inc
recordedbooks-checkout.inc
resort_form.inc
shelfbrowser.inc
slip-print.inc Bug 27282: fix all occurrences 2021-04-21 10:51:29 +02:00
subtypes_unimarc.inc Bug 28066: Remove select tag's size attribute where it is 1 2021-04-06 15:56:31 +02:00
title-actions-menu.inc Bug 29180: Rename syspref RequestOnOpac with OPACHoldRequests 2021-11-05 12:13:25 +01:00
user-star-ratings.inc
usermenu.inc Bug 28959: (follow-up) Adjust more places in which 'category' was used 2021-10-28 17:47:38 +02:00
validator-strings.inc Bug 27668: Improve validation of patron entry form in the OPAC 2021-03-05 13:38:58 +01:00
xslt-handler.inc