summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_export.cgi
diff options
context:
space:
mode:
authorivan <ivan>2002-11-18 10:15:37 +0000
committerivan <ivan>2002-11-18 10:15:37 +0000
commitb0995f6ec4eeaad9c72be4963970f1d69fe1ef02 (patch)
treef683193af6113df581dc18e59067b8f04b0949ec /httemplate/edit/part_export.cgi
parent9efddfba948a749413d11970e6106651b9a41d2d (diff)
preliminary ldap export
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 bd427aa..d64526d 100644
--- a/httemplate/edit/part_export.cgi
+++ b/httemplate/edit/part_export.cgi
@@ -70,6 +70,8 @@ my $widget = new HTML::Widgets::SelectLayers(
$html .= qq!<TEXTAREA NAME="$option">$value</TEXTAREA>!;
} elsif ( $type eq 'text' ) {
$html .= qq!<INPUT TYPE="text" NAME="$option" VALUE="$value" SIZE=64>!;
+ } elsif ( $type eq 'checkbox' ) {
+ $html .= qq!<INPUT TYPE="checkbox" NAME="$option" VALUE="1">!;
} else {
$html .= "unknown type $type";
}