From fa24647fc5f7528ce0b61abaab0bf4502691b921 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Mon, 6 Nov 2017 15:10:45 +0000 Subject: [PATCH] Bug 19570: Add autocomplete to opac-main as well To confirm all the files were modified for opac, typed this: $ git grep -i password | grep opac | grep -v "[.]po:" | grep "opac[^/]*[.]tt:" | cut -f1 -d: | sort -u The follow output was handled as follows: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt These were already done in the first patch. koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt This already had the autocomplete modification. koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt This was a false-find. There was no modification necessary. koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt This is the modal login in. This patch amends it. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt index 3399c38..a560a4a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt @@ -110,7 +110,7 @@ [% UNLESS ( loggedinusername ) %] [% UNLESS ( casAuthentication || shibbolethAuthentication ) %]
-
+
Log in to your account: -- 2.1.4