From ba7ccf1354799ac7324c4f91f41718dc028aaa9a Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 19 Apr 2002 22:34:59 +0000 Subject: [PATCH] okay finish moving usernames out of the widget, should finally work now --- 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 50b3f5674..6d2d4e741 100755 --- a/fs_signup/FS-SignupClient/cgi/signup-alternate.html +++ b/fs_signup/FS-SignupClient/cgi/signup-alternate.html @@ -119,8 +119,9 @@ ENDOUT form_action => $self_url, form_text => [qw( magic ref ss agentnum last first company address1 address2 - city zip daytime night fax )], - form_select => [qw( state )], #county country + city zip daytime night fax + username password sec_phrase )], + form_select => [qw( state popnum )], #county country layer_callback => sub { my $layer = shift; my $html = qq( ); -- 2.11.0