summaryrefslogtreecommitdiff
path: root/fs_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:39:53 -0600
commit0790edcdbe153a90f370830184765c897b2a56b5 (patch)
tree4a767f1c489e73b195f3472e53b2ffd841e5e99a /fs_selfservice
parentc6ca6b86737effb2e3475734753f3f02f2b095ed (diff)
RT#24739: Announcment page for customers logged into portal
Diffstat (limited to 'fs_selfservice')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/myaccount.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html
index 309021a..524be1f 100644
--- a/fs_selfservice/FS-SelfService/cgi/myaccount.html
+++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html
@@ -55,9 +55,10 @@ Hello <%= $name %>!<BR><BR>
} else {
$OUT .= '<P>You have no outstanding invoices.</P>';
}
-
%>
+<%= $announcement || '' %>
+
<%=
if ( @support_services ) {
$OUT .= '<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 BGCOLOR="#eeeeee">'.