summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2002-11-18 10:15:33 +0000
committerivan <ivan>2002-11-18 10:15:33 +0000
commitf7ef4b61261a46c68a29ad6d4c47d204c3dea37f (patch)
treef53edb272ad5e9d7ac8e253296a893d6afc0148f /httemplate/edit
parent92763bcde6e7af60f4c420dd39b476da94581f65 (diff)
preliminary ldap export
Diffstat (limited to 'httemplate/edit')
-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 bd427aa40..d64526dd4 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";
}