From: ivan Date: Fri, 19 Apr 2002 22:34:59 +0000 (+0000) Subject: okay finish moving usernames out of the widget, should finally work now X-Git-Tag: freeside_1_4_0_pre12~46 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ba7ccf1354799ac7324c4f91f41718dc028aaa9a okay finish moving usernames out of the widget, should finally work now --- 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( );