X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_export.cgi;h=b72b277c909c836cc339cefd5a2f1124773be06c;hb=327df8aefdcf96c9c83805570abf4cc242cf46b9;hp=77b80d06fafeb88577b2dda16620a631ba0fb66e;hpb=8d77be096e5f1cec2d64182d1f95d13a1744a6d5;p=freeside.git diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index 77b80d06f..b72b277c9 100644 --- a/httemplate/edit/part_export.cgi +++ b/httemplate/edit/part_export.cgi @@ -39,12 +39,17 @@ my $widget = new HTML::Widgets::SelectLayers( my $layer = shift; my $html = qq!!. ntable("#cccccc",2); + + $html .= 'Description'. + $exports->{$layer}{notes}. '' + if $layer; + foreach my $option ( keys %{$exports->{$layer}{options}} ) { # foreach my $option ( qw(url login password groupID ) ) { my $optinfo = $exports->{$layer}{options}{$option}; my $label = $optinfo->{label}; my $value = $cgi->param($option) || $part_export->option($option); - $html .= qq!$label!. + $html .= qq!$label!. qq!!. ''; }