From: ivan Date: Fri, 19 Apr 2002 22:17:27 +0000 (+0000) Subject: move username/password out of widget X-Git-Tag: freeside_1_4_0_pre12~49 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e049a6780efd3682607715588a773c05be0c978f;p=freeside.git move username/password out of widget --- diff --git a/fs_signup/FS-SignupClient/cgi/signup-alternate.html b/fs_signup/FS-SignupClient/cgi/signup-alternate.html index 3535190d9..e57becc60 100755 --- a/fs_signup/FS-SignupClient/cgi/signup-alternate.html +++ b/fs_signup/FS-SignupClient/cgi/signup-alternate.html @@ -62,6 +62,44 @@ Contact Information * required fields
+

+ + + + + + + + + + + + + + +<%= if ( $init_data->{'security_phrase'} ) { + < + + + +ENDOUT + } else { + ''; + } +%> + +<%= if ( scalar(@$pops) ) { + ''; + } else { + popselector($popnum); + } +%> + +
*Username
*Password
*Re-enter Password
Security Phrase +
Access number'. + popselector($popnum). '
* required fields'; +

First package <%= use Tie::IxHash; @@ -85,40 +123,6 @@ Contact Information my $layer = shift; my $html = < - - - - - - - - - - - - - -ENDOUT - if ( $init_data->{'security_phrase'} ) { - $html .= < - - - -ENDOUT - } else { - $html .= ''; - } - - if ( scalar(@$pops) ) { - $html .= ''; - } else { - $html .= popselector($popnum); - } - - $html .= '
*Username
*Password
*Re-enter Password
Security Phrase -
Access number'. - popselector($popnum). '
* required fields'; if ( $pkgpart2payby{$layer} eq 'BILL' ) { $html .= <