From: Dan Scott Date: Tue, 9 Dec 2014 20:31:47 +0000 (-0500) Subject: Minimize rel_2_7 differences with Algoma skin X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3ef15498b7a3e1c318f401c84cf4870f2f98b6f0;p=contrib%2FConifer.git Minimize rel_2_7 differences with Algoma skin Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates_algoma/opac/parts/login/form.tt2 b/Open-ILS/src/templates_algoma/opac/parts/login/form.tt2 index a14735f97e..e4169ec233 100644 --- a/Open-ILS/src/templates_algoma/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates_algoma/opac/parts/login/form.tt2 @@ -1,58 +1,3 @@ - - - [% IF ctx.login_failed_event %]
[% @@ -61,88 +6,49 @@ ELSIF ctx.login_failed_event.textcode == 'PATRON_INACTIVE'; l("This account has been deactivated. Please contact your local library."); ELSE; - l("Login failed. The username or password provided was not valid. - Ensure Caps-Lock is off and try again or contact your local library."); + l("Login failed. The username or password provided was not valid. " _ + "Passwords are case-sensitive. Check your Caps-Lock key and try again or contact your local library."); END; %]
[% END %] -
-
-
- - - - - - -
+
- diff --git a/Open-ILS/src/templates_algoma/opac/parts/topnav.tt2 b/Open-ILS/src/templates_algoma/opac/parts/topnav.tt2 deleted file mode 100644 index dc771c7fc7..0000000000 --- a/Open-ILS/src/templates_algoma/opac/parts/topnav.tt2 +++ /dev/null @@ -1,61 +0,0 @@ -[% IF !ctx.is_staff %] -
- -
-[% END %] -[% INCLUDE "opac/parts/topnav_links.tt2" %]