X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmyaccount.html;h=f48fdedea4e1f8e7129365bcf044e3e6bf0d1f5b;hb=a1295d0682aa81a408abe06fcaa7c14440f6a2e2;hp=f8a916eeaab50108715a64213ad0d20922817687;hpb=6ff02eb18af2dd61ce2dca064414ca183fa02e6e;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index f8a916eea..f48fdedea 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -3,20 +3,20 @@ <%= $url = "$selfurl?session=$session_id;action="; ''; %>
MyAccount
-SomethingElse
+
Hello <%= $name %>!

-Your customer number is <%= $custnum %>

-Your contact information
<%= $small_custview %> -Your outstanding balance is $<%= $balance %>

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

!; +} %> <%= if ( @open_invoices ) { $OUT .= ''. '
Open Invoices'; - my $link = qq!myaccount!; my $col1 = "ffffff"; my $col2 = "dddddd"; my $col = $col1; @@ -40,7 +40,7 @@ Your outstanding balance is $<%= $balance %>


-small text +powered by freeside