SAAS-1025: Restyle the billing page
Fix header padding Change current plan font
This commit is contained in:
parent
7e1fe030fe
commit
706caa8458
2 changed files with 12 additions and 2 deletions
|
@ -299,7 +299,7 @@ $(document).ready(function() {
|
|||
<!--
|
||||
<p> <a target="_blank" href="https://www.airtime.pro/pricing"><?=_("View Plans")?></a> (Opens in a new window)</p>
|
||||
-->
|
||||
<p id="current_plan"><b>Current Plan:</b>
|
||||
<p id="current_plan"><span>Your Current Plan:</span>
|
||||
<?php
|
||||
$currentProduct = Billing::getClientCurrentAirtimeProduct();
|
||||
echo($currentProduct["name"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue