Rename billing menu for trials

This commit is contained in:
Albert Santoni 2015-10-27 15:01:34 -04:00
parent 5a2d8b26a9
commit 323b54d239
3 changed files with 6 additions and 1 deletions

View file

@ -110,7 +110,7 @@ $pages = array(
)
),
array(
'label' => "<i class='icon-briefcase icon-white'></i>"._('Billing'),
'label' => (Application_Model_Preference::GetPlanLevel()=="trial") ? "<i class='icon-star icon-orange'></i><span style='color: #ff5d1a'>"._('Upgrade')."</span>" : "<i class='icon-briefcase icon-white'></i>"._('Billing'),
'controller' => 'billing',
'action' => 'upgrade',
'resource' => 'billing',