Unpaid invoice usability hint and invoice page style fix - SAAS-1134
This commit is contained in:
parent
885f47c20e
commit
f79ca8650f
6 changed files with 75 additions and 26 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue