diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-17 17:00:06 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-17 17:00:06 -0800 |
commit | f32ac83068c6211f829f1688a1a9cdec71bc6ec7 (patch) | |
tree | a6b6866f50a90fc7716861b4884ec4ffeb5ce535 /ng_selfservice | |
parent | 2c112f32561f23f9c538ace00db46659ce16da32 (diff) | |
parent | c0886229d19cfa798580fbeb342826fd11ceeeb0 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'ng_selfservice')
-rw-r--r-- | ng_selfservice/main.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ng_selfservice/main.php b/ng_selfservice/main.php index 792c961af..6c12d5260 100644 --- a/ng_selfservice/main.php +++ b/ng_selfservice/main.php @@ -17,13 +17,15 @@ extract($customer_info); ?> -Hello <? echo htmlspecialchars($name); ?><BR><BR> +<P>Hello <? echo htmlspecialchars($name); ?></P> <? if ( $signupdate_pretty ) { ?> - Thank you for being a customer since <? echo $signupdate_pretty; ?><BR><BR> + <P>Thank you for being a customer since <? echo $signupdate_pretty; ?></P> <? } ?> -Your current balance is: <B>$<? echo $balance ?></B><BR><BR> +<P>Your current balance is: <B>$<? echo $balance ?></B></P> + +<? echo $announcement ?> <!-- your open invoices if you have any & payment link if you have one. more insistant if you're late? |