diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-09 23:36:07 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-11-09 23:48:22 -0600 |
commit | f4123bf14ef927f1184d247edccbf50f1e9691d4 (patch) | |
tree | 65c13b52bf2eae99db4b464498b3f06ca445c422 /fs_selfservice/FS-SelfService/cgi | |
parent | 4e091a88af83ba9293a1747aaf754439dcc4cd39 (diff) |
RT#24739: Announcment page for customers logged into portal
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount.html | 3 |
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 309021a87..524be1f6a 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">'. |