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:36:07 -0600 |
commit | 33f34ee0cbcaa0ef2cce678f843dfc0a0b6d17bd (patch) | |
tree | f1f617f297b8a33f4cc253b129c2008707149ad5 /fs_selfservice | |
parent | d719b00e871830c3b8d48d4f713ae455b4c1b5b5 (diff) |
RT#24739: Announcment page for customers logged into portal
Diffstat (limited to 'fs_selfservice')
-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">'. |