summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_export.cgi
diff options
context:
space:
mode:
authorivan <ivan>2002-04-20 12:37:23 +0000
committerivan <ivan>2002-04-20 12:37:23 +0000
commitffe9f4473c5c9c7cb7caeaa5b39160d7b3e8d137 (patch)
tree9caf4c64c6efa03f47ce247ae4fc40aa81daf4c1 /httemplate/edit/part_export.cgi
parent4d5485150720c91d9945c3ae3cad9427ece23833 (diff)
bind export
Diffstat (limited to 'httemplate/edit/part_export.cgi')
-rw-r--r--httemplate/edit/part_export.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi
index 4affeb48f..af89c4ead 100644
--- a/httemplate/edit/part_export.cgi
+++ b/httemplate/edit/part_export.cgi
@@ -52,7 +52,7 @@ my $widget = new HTML::Widgets::SelectLayers(
|| $part_export->option($option)
|| (exists $optinfo->{default} ? $optinfo->{default} : '');
$html .= qq!<TR><TD ALIGN="right">$label</TD>!.
- qq!<TD><INPUT TYPE="text" NAME="$option" VALUE="$value"></TD>!.
+ qq!<TD><INPUT TYPE="text" NAME="$option" VALUE="$value" SIZE=64></TD>!.
'</TR>';
}
$html .= '</TABLE>';