Bugzilla – Attachment 159481 Details for
Bug 35449
Accessibility: No links on "here"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35449: Accessibility: No links on "here"
Bug-35449-Accessibility-No-links-on-here.patch (text/plain), 2.39 KB, created by
David Nind
on 2023-12-01 19:48:34 UTC
(
hide
)
Description:
Bug 35449: Accessibility: No links on "here"
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-12-01 19:48:34 UTC
Size:
2.39 KB
patch
obsolete
>From 3428b0ac4b959a2e1fc6a94890108829bd1ead55 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 1 Dec 2023 16:46:47 +0000 >Subject: [PATCH] Bug 35449: Accessibility: No links on "here" > >This patch updates two system preferences, "OPACUserJS" and >"OPACUserCSS" so that the "here" links in the description instead read >"library administration". > >To test, apply the patch and go to Administration -> System preferences. > >- Search for "opacuser" >- The descriptions of the "OPACUserJS" and "OPACUserCSS" preferences > should include the phrase "...can be defined in library > administration," with "library administration" leading to the correct > page. > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index a68e7eaa2d..5b2e544418 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -213,7 +213,7 @@ OPAC: > type: textarea > syntax: javascript > class: code >- - "<br><strong>NOTE:</strong> Library specific JS can be defined from <a href='/cgi-bin/koha/admin/branches.pl'>here</a>." >+ - "<br><strong>NOTE:</strong> Library specific JS can be defined in <a href='/cgi-bin/koha/admin/branches.pl'>library administration</a>." > - > - Include the additional CSS stylesheet > - pref: OpacAdditionalStylesheet >@@ -230,7 +230,7 @@ OPAC: > type: textarea > syntax: css > class: code >- - "<br><strong>NOTE:</strong> Library specific CSS can be defined from <a href='/cgi-bin/koha/admin/branches.pl'>here</a>." >+ - "<br><strong>NOTE:</strong> Library specific CSS can be defined in <a href='/cgi-bin/koha/admin/branches.pl'>library administration</a>." > - > - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):' > - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {OCLC_NO}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.' >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35449
:
159464
|
159481
|
159665