Bug 28038 - Allow for customization of overdrive-results string
Summary: Allow for customization of overdrive-results string
Status: RESOLVED DUPLICATE of bug 10846
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-25 21:51 UTC by Lucas Gass
Modified: 2021-03-26 14:09 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass 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 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 ***