From 33f34ee0cbcaa0ef2cce678f843dfc0a0b6d17bd Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Mon, 9 Nov 2015 23:36:07 -0600 Subject: RT#24739: Announcment page for customers logged into portal --- fs_selfservice/FS-SelfService/cgi/myaccount.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fs_selfservice') 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 %>!

} else { $OUT .= '

You have no outstanding invoices.

'; } - %> +<%= $announcement || '' %> + <%= if ( @support_services ) { $OUT .= ''. -- cgit v1.2.1