SAAS-1025: Restyle the billing page

Fix header padding
Change current plan font
This commit is contained in:
drigato 2015-08-26 11:27:00 -04:00
parent 7e1fe030fe
commit 706caa8458
2 changed files with 12 additions and 2 deletions

View file

@ -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"]);