From 4f99ba2b195679c8c0c1f20f2643e31ab60529bb Mon Sep 17 00:00:00 2001 From: Hayley Mapley Date: Thu, 11 Jun 2020 13:13:30 +1200 Subject: [PATCH] Bug 25155: Fixing semantic headings in opac-auth.tt Test plan: 1) Follow test plan from comment #1 2) Apply the patch 3) Reload the page, and note that is still displays fine 4) Check that the main heading is now an h1, and that the other headings on the page make sense Signed-off-by: Martin Renvoize Signed-off-by: Sally --- .../opac-tmpl/bootstrap/en/modules/opac-auth.tt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 bbd4c57577..30ec2bda0a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -29,7 +29,7 @@ [% IF ( nopermission ) %]
-

Access denied

+

Access denied

Sorry, the system doesn't think you have permission to access this page.

[% IF SCO_login %]

Log out and try again with a different user.

@@ -41,7 +41,7 @@ [% IF ( loginprompt ) %] -

Log in to your account

+

Log in to your account

[% IF ( timed_out ) %] @@ -82,14 +82,14 @@ [% END %]
[% ELSE %] -

Shibboleth Login

+

Shibboleth Login

If you have a Shibboleth account, please click here to log in.

[% END %] [% IF ( casAuthentication ) %] -

CAS login

+

CAS login

If you do not have a Shibboleth account, but you do have a CAS account, you can use CAS.

[% ELSE %] -

Local login

+

Local login

If you do not have a Shibboleth account, but you do have a local login, then you may login below.

[% END %] @@ -110,7 +110,7 @@ [% END %] [% ELSE %] -

CAS login

+

CAS login

[% IF ( invalidCasLogin ) %] @@ -134,7 +134,7 @@ [% IF ( shibbolethAuthentication ) %]

Nothing

[% ELSE %] -

Local login

+

Local login

If you do not have a CAS account, but do have a local account, you can still log in:

[% END %] @@ -142,7 +142,7 @@ [% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] [% IF ( invalidGoogleOpenIDConnectLogin ) %] -

Google login

+

Google login

Sorry, your Google login failed. [% invalidGoogleOpenIDConnectLogin | html %]

Please note that the Google login will only work if you are using the e-mail address registered with this library.

If you want to, you can try to log in using a different account @@ -179,9 +179,9 @@ [% IF Koha.Preference('OpacLoginInstructions') %] [% Koha.Preference('OpacLoginInstructions') | $raw %] [% ELSE %] -

Don't have a password yet?
+

Don't have a password yet?

If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.

-
Don't have a library card?
+

Don't have a library card?

If you don't have a library card, stop by your local library to sign up.

[% END # / IF Koha.Preference('OpacLoginInstructions') %] @@ -192,7 +192,7 @@ [% END # / IF loginprompt %] [% ELSE %] -

Logging on to the catalog has not been enabled by the library.

+

Logging on to the catalog has not been enabled by the library.

  • To report this error, you can email the Koha Administrator.Email
  • Use top menu bar to navigate to another part of Koha.
  • -- 2.11.0