Bug 21890: Wrap message in span
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 22 Mar 2019 14:22:00 +0000 (11:22 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 12 Apr 2019 02:32:04 +0000 (02:32 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt

index 6ecaab0..f9edeb7 100644 (file)
@@ -56,7 +56,7 @@
                     [% ELSIF (errNoBorrowerFound) %]
                         No account was found with the provided information.
                     [% ELSIF errResetForbidden %]
-                        You are not allowed to reset your password. Contact library staff for assistance.
+                        <span id="password-reset-forbidden">You are not allowed to reset your password. Contact library staff for assistance.</span>
                     [% ELSIF (errMultipleAccountsForEmail) %]
                         Account identification with this email address only is ambiguous.
                         <br />Please use the field 'Login' as well.