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',

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -3781,6 +3781,11 @@ hr {
margin-right: 4px;
}
.icon-orange {
margin-right: 4px;
background-image: url("img/glyphicons-halflings-orange.png");
}
.nav-ui-icon-formatter {
width:16px !important;
display:inline;