From bff083be51352df8489b809d84fdf84747a8fc7b Mon Sep 17 00:00:00 2001 From: James O'Keeffe Date: Wed, 20 Jan 2021 01:52:03 +0000 Subject: [PATCH] Bug 27409: Update intranet-tmpl/prog/en/modules/members/boraccount.tt for ACC2 This patch changes all instances of type="number" in inputs to adhere with the ACC2 guidelines In addition, all "min" and "step" attributes have been removed from these inputs (Thanks Owen). Test plan: Go through the boraccount.tt file and insure that no instances of type="number" were missed. --- koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt index 84cde2f3f0..8158b016e9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ -174,7 +174,7 @@
  • - + Required
  • [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] @@ -243,7 +243,7 @@
  • - + Required
  • [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] @@ -305,7 +305,7 @@
  • - + Required
  • -- 2.11.0