summaryrefslogtreecommitdiff
path: root/fs_signup
diff options
context:
space:
mode:
authorivan <ivan>2002-04-19 22:09:29 +0000
committerivan <ivan>2002-04-19 22:09:29 +0000
commit9520e932e86157fc21e0a3ec9533646f616fff0b (patch)
tree7d6769fc9f68c76c906b1ae31b816bb996e07b2c /fs_signup
parent1da06b18de4aee602da3fffb166da8d833343262 (diff)
fix silly problem in H:W:SelectLayers with moving SELECTs to the real form
Diffstat (limited to 'fs_signup')
-rwxr-xr-xfs_signup/FS-SignupClient/cgi/signup-alternate.html5
1 files 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 = <<ENDOUT;