From be21d924e614558a86c7bc0a011275809a3c454e Mon Sep 17 00:00:00 2001 From: khoff Date: Thu, 15 Mar 2007 20:09:29 +0000 Subject: [PATCH] Set input form MAXLENGTH attributes to match actual field sizes. --- httemplate/edit/part_virtual_field.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/httemplate/edit/part_virtual_field.cgi b/httemplate/edit/part_virtual_field.cgi index 9dda4ebf9..6fc908b2c 100644 --- a/httemplate/edit/part_virtual_field.cgi +++ b/httemplate/edit/part_virtual_field.cgi @@ -42,7 +42,7 @@ Field #<%$vfieldpart or "(NEW)"%>

<%ntable("#cccccc",2)%> Name - @@ -54,7 +54,7 @@ Field #<%$vfieldpart or "(NEW)"%>

% % my $dbdef = dbdef; # ick % #foreach my $dbtable (sort { $a cmp $b } $dbdef->tables) { -% foreach my $dbtable (qw( svc_broadband )) { +% foreach my $dbtable (qw( svc_broadband router )) { % if ($dbtable !~ /^h_/ % and $dbdef->table($dbtable)->primary_key) { @@ -74,7 +74,7 @@ Field #<%$vfieldpart or "(NEW)"%>

Label - -- 2.20.1