diff options
author | ivan <ivan> | 2003-05-18 11:44:37 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-05-18 11:44:37 +0000 |
commit | 667a729f660ad4f871acd5eb3173303396543eeb (patch) | |
tree | 3ce9706177290158e8328200da179d11e3d22160 /fs_selfservice/FS-SelfService/cgi/myaccount.html | |
parent | 2c88b03550a72438bbd75ec7461d2c26fc797efc (diff) |
interface for making payments all done
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index f1a63870a..f48fdedea 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -7,7 +7,7 @@ </TD><TD VALIGN="top"> Hello <%= $name %>!<BR><BR> -Your contact information<BR><%= $small_custview %> +<%= $small_custview %> <BR> <%= if ( $balance > 0 ) { $OUT .= qq! <B><A HREF="${url}make_payment">Make a payment</A></B><BR><BR>!; |