X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fmembers%2Fmember-password.tt;h=2c28996a59c245e8fd32250ff97e49204b5e7898;hb=a66c0b1dd76a2fe08ed7ac189ad8a564372ab3a9;hp=93b1828c056d37089e4766e2fd5b875931705931;hpb=c0234dd9b9649063acf2617fecf5c6efda38a532;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt index 93b1828c05..2c28996a59 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt @@ -1,15 +1,64 @@ +[% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Patrons › [% IF ( newpassword ) %]Password Updated [% ELSE %]Update Password for [% surname %], [% firstname %][% END %] +Koha › Patrons › [% IF ( newpassword ) %]Password updated [% ELSE %]Update password for [% surname %], [% firstname %][% END %] [% INCLUDE 'doc-head-close.inc' %] + - + [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
- +
@@ -20,39 +69,63 @@ [% ELSE %] -
- + + [% IF ( errormsg ) %] +
+

The following errors have occurred:

+
    [% IF ( BADUSERID ) %] -
    You have entered a User ID that already exists. Please choose another one.
    +
  • You have entered a username that already exists. Please choose another one.
  • [% END %] [% IF ( SHORTPASSWORD ) %] -
    The password entered is too short. Password must be at least [% minPasswordLength %] characters.
    +
  • The password entered is too short. Password must be at least [% minPasswordLength %] characters.
  • [% END %] [% IF ( NOPERMISSION ) %] -
    You do not have permission to edit this patron's login information.
    +
  • You do not have permission to edit this patron's login information.
  • [% END %] + [% IF ( NOMATCH ) %] +
  • The passwords entered do not match. Please re-enter the new password.
  • + [% END %] +
+
[% END %] -
Change Username and/or Password for [% firstname %] [% surname %] +
Change username and/or password for [% firstname %] [% surname %]
    -
  1. -
  2. -
  3. -
    Koha cannot display existing passwords. Below is a randomly generated suggestion. Leave the field blank to leave password unchanged.
    +
  4. +
  5. +
  6. +
    Koha cannot display existing passwords. Leave the field blank to leave password unchanged.
    [% IF ( minPasswordLength ) %]
    Minimum password length: [% minPasswordLength %]
    [% END %] -
  7. + [% IF ( NOMATCH ) %] + + + [% ELSE %] + + + [% END %] + +
  8. + + +
-
Cancel
+
+ + + Cancel +
[% END %]
- + +
Processing...
[% INCLUDE 'circ-menu.inc' %]