X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmyaccount.html;h=9b54794bcd6a7e913a9fe2d21f4e4a054523d8d8;hb=63a268637b2d51a8766412617724b9436439deb6;hp=65b98427defb9e4d6503f39742c36cdcfa04a59b;hpb=2f3b4161da680cd0fff8c91dbdc50fe5e974610e;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index 65b98427d..9b54794bc 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -1,14 +1,21 @@ -MyAccount -MyAccount

<%= $url = "$selfurl?session=$session_id;action="; ''; %> -<%= include('myaccount_menu') %> - +<%= include('header') %> Hello <%= $name %>!

<%= $small_custview %>
+<%= if ( $access_pkgnum ) { + $OUT .= qq!Balance: \$$balance

!; + } + ''; +%> + <%= if ( $balance > 0 ) { - $OUT .= qq! Make a payment

!; + if (scalar(grep $_, @hide_payment_fields)) { + $OUT .= qq! Make a payment

!; + } else { + $OUT .= qq! Make a payment

!; + } } %> <%= if ( @open_invoices ) { @@ -79,7 +86,7 @@ Hello <%= $name %>!

"$td". $ticket->{'id'}. "". $td. $ticket->{'subject'}. "". $td. ($ticket->{'content'} || $ticket->{'priority'}). "". - $td. $ticket->{'name'}. "". + $td. $ticket->{'queue'}. "". $td. $ticket->{'status'}. "". ''; $col = $col eq $col1 ? $col2 : $col1; @@ -90,10 +97,4 @@ Hello <%= $name %>!

} %> - -
-powered by freeside - - - - +<%= include('footer') %>