summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_pkg.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/part_pkg.cgi')
-rwxr-xr-xhttemplate/edit/part_pkg.cgi6
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi
index db706ab92..8fd3ed312 100755
--- a/httemplate/edit/part_pkg.cgi
+++ b/httemplate/edit/part_pkg.cgi
@@ -47,7 +47,11 @@
{ type => 'columnstart' },
- {field=>'pkg', type=>'text', size=>40 }, #32
+ { field => 'pkg',
+ type => 'text',
+ size => 40, #32
+ maxlength => 60,
+ },
{field=>'comment', type=>'text', size=>40 }, #32
{field=>'classnum', type=>'select-pkg_class' },
{field=>'disabled', type=>'checkbox', value=>'Y'},