Bug 28038

Summary: Allow for customization of overdrive-results string
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Lucas Gass (lukeg) 2021-03-25 21:51:26 UTC
On the OPAC results page when OverDrive is configured a string like 'Found x results in the library's OverDrive collection' is added to the page.

Many librarians like to have this string customized. It would be handy if there was a system preference that allowed control over the text within that string.

Customizing this with jQuery is rather difficult since that element isn't added to the page until after the DOM has loaded, at which time the text is inserted via JS.
Comment 1 Owen Leonard 2021-03-26 10:54:06 UTC
I wonder if this would be solved by Bug 10846, Add preference for naming OverDrive collection
Comment 2 Lucas Gass (lukeg) 2021-03-26 14:09:00 UTC
(In reply to Owen Leonard from comment #1)
> I wonder if this would be solved by Bug 10846, Add preference for naming
> OverDrive collection

Yes, that this seems like a duplicate of Bug 10846, closing this one in favor of that one.

*** This bug has been marked as a duplicate of bug 10846 ***