summaryrefslogtreecommitdiff
path: root/ng_selfservice
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-11-09 23:36:07 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-11-09 23:48:22 -0600
commitf4123bf14ef927f1184d247edccbf50f1e9691d4 (patch)
tree65c13b52bf2eae99db4b464498b3f06ca445c422 /ng_selfservice
parent4e091a88af83ba9293a1747aaf754439dcc4cd39 (diff)
RT#24739: Announcment page for customers logged into portal
Diffstat (limited to 'ng_selfservice')
-rw-r--r--ng_selfservice/main.php8
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?