Bugzilla – Attachment 115646 Details for
Bug 27476
Improve link text for logging in on OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27476: Improve link text for logging in on OPAC
Bug-27476-Improve-link-text-for-logging-in-on-OPAC.patch (text/plain), 3.97 KB, created by
Ella
on 2021-01-21 23:22:43 UTC
(
hide
)
Description:
Bug 27476: Improve link text for logging in on OPAC
Filename:
MIME Type:
Creator:
Ella
Created:
2021-01-21 23:22:43 UTC
Size:
3.97 KB
patch
obsolete
>From a3250917469621d4b0cd001353f07f61fa55f565 Mon Sep 17 00:00:00 2001 >From: Ella Wipatene <ellawipatene@gmail.com> >Date: Wed, 20 Jan 2021 01:56:53 +0000 >Subject: [PATCH] Bug 27476: Improve link text for logging in on OPAC > >(Note: Must have Shibboleth and CAS added to OPAC) >1. (Before downloading patch) Go to OPAC >2. Search for an item in the search bar (i.e. type 'a') >3. On one of the items, click on 'Place hold' >4. The links should say 'If you have a Shibboleth account, please click >here to log in', 'Please click here to log in' and 'If you have a CAS >account, please click here to log in' >5. Add patch >6. Repeat steps 1-3 >7. The links should now say 'Log in using a Shibboleth account', 'Log in' >and 'Log in using a CAS account' > >NOTE: Also noticed on the initial log in box there was the same issue - >here is the testing for that: >1. Go to OPAC home page >2. In the top right click 'Log in to your account' >3. The link should say 'If you have a Shibboleth account, please click >here to log in.' >4. Apply patch >5. Repeat steps 1&2 >6. The link should now say 'Log in using a Shibboleth account' > >Sponsored.by: Catalyst IT >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 85cbb9a4b0..a6b7dd6899 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -378,7 +378,7 @@ > </div> > [% ELSE %] > <h3>Shibboleth login</h3> >- <p>If you have a Shibboleth account, please <a href="[% shibbolethLoginUrl | $raw %]">click here to login</a>.</p> >+ <p><a href="[% shibbolethLoginUrl | $raw %]">Log in using a Shibboleth account</a>.</p> > <h3>Local Login</h3> > [% END %] > [% END %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >index 7644b8bc97..c30170ffe2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt >@@ -92,7 +92,7 @@ > </div> > [% ELSE %] > <h3>Shibboleth Login</h3> >- <p><a href="[% shibbolethLoginUrl | $raw %]">If you have a Shibboleth account, please click here to log in.</a></p> >+ <p><a href="[% shibbolethLoginUrl | $raw %]">Log in using a Shibboleth account.</a></p> > [% END # /IF invalidShibLogin %] > [% IF ( casAuthentication ) %] > <h3>CAS login</h3> >@@ -106,7 +106,7 @@ > [% IF ( casAuthentication ) %] > [% IF ( shibbolethAuthentication ) %] > [% IF ( casServerUrl ) %] >- <p><a href="[% casServerUrl | $raw %]">Please click here to log in.</a><p> >+ <p><a href="[% casServerUrl | $raw %]">Log in.</a><p> > [% END %] > > [% IF ( casServersLoop ) %] >@@ -126,7 +126,7 @@ > [% END %] > > [% IF ( casServerUrl ) %] >- <p><a href="[% casServerUrl | $raw %]">If you have a CAS account, please click here to log in.</a><p> >+ <p><a href="[% casServerUrl | $raw %]">Log in using a CAS account.</a><p> > [% END %] > > [% IF ( casServersLoop ) %] >-- >2.11.0
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 27476
:
115408
|
115454
|
115646
|
115653
|
116195