From 9520e932e86157fc21e0a3ec9533646f616fff0b Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 19 Apr 2002 22:09:29 +0000 Subject: [PATCH] fix silly problem in H:W:SelectLayers with moving SELECTs to the real form --- fs_signup/FS-SignupClient/cgi/signup-alternate.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs_signup/FS-SignupClient/cgi/signup-alternate.html b/fs_signup/FS-SignupClient/cgi/signup-alternate.html index 668f124df..3535190d9 100755 --- a/fs_signup/FS-SignupClient/cgi/signup-alternate.html +++ b/fs_signup/FS-SignupClient/cgi/signup-alternate.html @@ -71,7 +71,7 @@ Contact Information map { $_->{pkgpart} => $_->{pkg} } @{$packages} ; - use HTML::Widgets::SelectLayers; + use HTML::Widgets::SelectLayers 0.02; my $widget = new HTML::Widgets::SelectLayers( options => \%options, selected_layer => $pkgpart, @@ -79,7 +79,8 @@ Contact Information form_action => $self_url, form_text => [qw( magic ref ss agentnum last first company address1 address2 - city state zip daytime night fax )], #county country + city zip daytime night fax )], + form_select => [qw( state )], #county country layer_callback => sub { my $layer = shift; my $html = <