Browse Source

Bug 21890: Wrap message in span

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>
19.05.x
Tomás Cohen Arazi 5 years ago
committed by Nick Clemens
parent
commit
0059dc5a40
  1. 2
      koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt

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

@ -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.

Loading…
Cancel
Save