| Summary: | Make URLLinkText configurable separately for items and bibliographic records | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | marjorie.barry-vila, raymund.delahunty |
| Version: | 20.11 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 15352 | ||
| Bug Blocks: | |||
|
Description
Katrin Fischer
2022-03-22 10:39:27 UTC
We have an empty URLLinkText and will be using the items.uri for the first time soon. My colleagues want 2 things. The first is different default text. We are working on that:
$("a:contains('Link to resource')").html('text to be agreed');
They also want different wording for different use cases with the items.uri which I think will be a lot harder. The field does not accept hrefs (tried that) so for now item-specific link text is not on offer.
|