diff options
author | ivan <ivan> | 2003-05-18 06:20:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-05-18 06:20:21 +0000 |
commit | d1d57ae4fa0f2a30b36a70c656aa2672744f75a3 (patch) | |
tree | 7c3eff6ac0983e67ab838b5d50b169e4a38bb94e /fs_selfservice/FS-SelfService/cgi/myaccount.html | |
parent | ac15b7153b154f5bb951f0ce62731f8216ff9fc4 (diff) |
self-service: make payment UI done
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index d8bfe0cb1..f1a63870a 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -9,12 +9,9 @@ Hello <%= $name %>!<BR><BR> Your contact information<BR><%= $small_custview %> <BR> -<%= if ( $balance ) { - $OUT .= qq! <B><A HREF="${url}make_payment">Make a $balance payment</A></B>!; +<%= if ( $balance > 0 ) { + $OUT .= qq! <B><A HREF="${url}make_payment">Make a payment</A></B><BR><BR>!; } %> -<BR><BR> -<!--<TABLE BORDER=1 CELLSPACING=0 CELLPADDING=2 BORDERCOLOR="#999999"> -<TR><TH>Invoice</TH><TH>Date</TH><TH>Owed</TH></TR>--> <%= if ( @open_invoices ) { $OUT .= '<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 BGCOLOR="#eeeeee">'. |