@@ -, +, @@ in the 'Create patron administrator' page of the onboarding tool. Added '|html' into the the value attribute of the cardnumber input field to filter the inputted cardnumber. --- .../prog/en/modules/onboarding/onboardingstep3.tt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt @@ -15,9 +15,13 @@ + var MSG_CATEGORYCODE_CHARS=(_("Please only enter letters into this field.")); + var MSG_PASSWORD_MISMATCH=(_("The entered passwords do not match, please rewrite them")); + var MSG_DESCRIPTION_LETTERS_ONLY=(_("Please only enter letters into this field")); + var MSG_CARDNUMBER_LETTERS_NUMBERS_ONLY=(_("Please only enter letters and numbers into this cardnumber field")); + + +