From a2e883d38fcf06324714032a03105d839f187423 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 2 Oct 2003 11:29:24 +0000 Subject: backport some fixes from 1.5 --- fs_selfservice/FS-SelfService/cgi/myaccount.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index d8bfe0cb1..f48fdedea 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -7,14 +7,11 @@ Hello <%= $name %>!

-Your contact information
<%= $small_custview %> +<%= $small_custview %>
-<%= if ( $balance ) { - $OUT .= qq! Make a $balance payment!; +<%= if ( $balance > 0 ) { + $OUT .= qq! Make a payment

!; } %> -

- <%= if ( @open_invoices ) { $OUT .= ''. -- cgit v1.2.1