summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_export.cgi
diff options
context:
space:
mode:
authorivan <ivan>2002-06-20 01:29:21 +0000
committerivan <ivan>2002-06-20 01:29:21 +0000
commitcf6020a0c273d549d33f3e9999bd8b68d9b6d133 (patch)
tree54cc6041fbcace7167c310eb501b063ae25e075f /httemplate/edit/part_export.cgi
parentc5a358f8b8b0c7ac8f627f7042d81f4187bed57f (diff)
shellcommands w/passwords
Diffstat (limited to 'httemplate/edit/part_export.cgi')
-rw-r--r--httemplate/edit/part_export.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi
index fbc698e..486bd43 100644
--- a/httemplate/edit/part_export.cgi
+++ b/httemplate/edit/part_export.cgi
@@ -63,6 +63,8 @@ my $widget = new HTML::Widgets::SelectLayers(
#}
}
$html .= '</SELECT>';
+ } elsif ( $type eq 'textarea' ) {
+ $html .= qq!<TEXTAREA NAME="$option">$value</TEXTAREA>!;
} elsif ( $type eq 'text' ) {
$html .= qq!<INPUT TYPE="text" NAME="$option" VALUE="$value" SIZE=64>!;
} else {