Rename billing menu for trials
This commit is contained in:
parent
5a2d8b26a9
commit
323b54d239
3 changed files with 6 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue