X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fchange_pay.html;h=6898dc7f86d37293f8be5d4bcd84204b0d0343f9;hb=36245fa05ae5d9fb0ef893cdfe5ad98f88fd7e77;hp=7283cb850ea9ed8161a6f378d76ce6a9ad7433e3;hpb=32db3ad86bcf04e4f34705a396b718061d333f20;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/change_pay.html b/fs_selfservice/FS-SelfService/cgi/change_pay.html index 7283cb850..6898dc7f8 100644 --- a/fs_selfservice/FS-SelfService/cgi/change_pay.html +++ b/fs_selfservice/FS-SelfService/cgi/change_pay.html @@ -1,22 +1,5 @@ -MyAccount - - -MyAccount

-<%= $url = "$selfurl?session=$session_id;action="; ''; %> -<%= include('myaccount_menu') %> - -Change payment information

+<%= include('header', 'Change payment information') %> + <%= if ( $error ) { $OUT .= qq!Error: $error

!; } ''; %> @@ -29,7 +12,7 @@ my $preauto = '). + my $tail = qq(). qq(). qq(
). qq( 'DCRD', + 'DCRD' => 'CARD', + 'CHEK' => 'DCHK', + 'DCHK' => 'CHEK', + ); + delete( $options{ $paybyremove{$payby} } ); + delete $options{'DCRD'} unless $payby eq 'DCRD' || ! exists $options{'CARD'}; + delete $options{'DCHK'} unless $payby eq 'DCHK' || ! exists $options{'CHEK'}; + HTML::Widgets::SelectLayers->new( options => \%options, selected_layer => $payby, @@ -70,5 +64,5 @@ )->html; %> - + <%= include('footer') %>