Unpaid invoice usability hint and invoice page style fix - SAAS-1134

This commit is contained in:
Albert Santoni 2015-10-20 15:44:24 -04:00
parent 885f47c20e
commit f79ca8650f
6 changed files with 75 additions and 26 deletions

View file

@ -5,7 +5,7 @@ $topTextClass = "";
if (array_key_exists("planupdated", $_GET))
{
$topText = _pro("<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle.");
$topTextClass = "status-good";
$topTextClass = "invoice-status-good";
}
else {
$topText = _pro("Tip: To pay an invoice, click \"View Invoice\" and look for the \"Checkout\" button.");