From 81b3ca97eab7235dbff94d30e09e6d4325f21604 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 30 Oct 2010 01:33:42 -0400 Subject: [PATCH] Fix for Bug 5135 - Authorized value input maxlength should match table column Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack --- .../prog/en/modules/admin/authorised_values.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl index cd2cf33974..bef0caec90 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl @@ -46,7 +46,7 @@
  1. - + Category @@ -54,15 +54,15 @@
  2. " /> - " /> + " maxlength="80" />
  3. - " /> + " maxlength="80" />
  4. - " /> + " maxlength="80" />
-- 2.39.2