Rename billing menu for trials
This commit is contained in:
parent
5a2d8b26a9
commit
323b54d239
|
@ -110,7 +110,7 @@ $pages = array(
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
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',
|
'controller' => 'billing',
|
||||||
'action' => 'upgrade',
|
'action' => 'upgrade',
|
||||||
'resource' => 'billing',
|
'resource' => 'billing',
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -3781,6 +3781,11 @@ hr {
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-orange {
|
||||||
|
margin-right: 4px;
|
||||||
|
background-image: url("img/glyphicons-halflings-orange.png");
|
||||||
|
}
|
||||||
|
|
||||||
.nav-ui-icon-formatter {
|
.nav-ui-icon-formatter {
|
||||||
width:16px !important;
|
width:16px !important;
|
||||||
display:inline;
|
display:inline;
|
||||||
|
|
Loading…
Reference in New Issue