Webhelp responsive search pagination widget is not localizable

Having trouble installing Oxygen? Got a bug to report? Post it all here.
remip
Posts: 6
Joined: Thu Jan 18, 2018 5:47 pm

Webhelp responsive search pagination widget is not localizable

Post by remip »

Hi,
The search result page pagination widget of the webhelp plugin (v20) has the text of the "Next" and "Previous" buttons hard-coded in the Javascript search.js file. Could you open a defect to extract the text into the localization files.
In the meantime, a fix would be appreciated.

Here is the code extract for reference:

Code: Select all


$('#wh-search-pagination').bootpag({
total: totalPageNumber, // total pages
page: pageToShow, // default page
maxVisible: 10, // visible pagination
leaps: true, // next/prev leaps through maxVisible
next: 'Next',
prev: 'Previous'
}).on("page", function(event, num){
util.debug("Display page with number: ", num);
Regards,
Rémi
cosmin_andrei
Posts: 145
Joined: Mon Jun 12, 2017 10:50 am

Re: Webhelp responsive search pagination widget is not localizable

Post by cosmin_andrei »

Hello,

This issue has already been fixed and it will be available in the next Oxygen version that will be released this month.
Regards,
Cosmin
--
Cosmin Andrei
oXygen XML Editor and Author Support
Post Reply