SAAS-1025: Restyle the billing page
Make Account Plans the default view
This commit is contained in:
parent
6ecb208962
commit
9951abd897
|
@ -111,17 +111,10 @@ $pages = array(
|
||||||
array(
|
array(
|
||||||
'label' => "<i class='icon-briefcase icon-white'></i>"._('Billing'),
|
'label' => "<i class='icon-briefcase icon-white'></i>"._('Billing'),
|
||||||
'controller' => 'billing',
|
'controller' => 'billing',
|
||||||
'action' => 'client',
|
'action' => 'upgrade',
|
||||||
'resource' => 'billing',
|
'resource' => 'billing',
|
||||||
'title' => 'Billing',
|
'title' => 'Billing',
|
||||||
'pages' => array(
|
'pages' => array(
|
||||||
array(
|
|
||||||
'label' => _('Account Details'),
|
|
||||||
'module' => 'default',
|
|
||||||
'controller' => 'billing',
|
|
||||||
'action' => 'client',
|
|
||||||
'resource' => 'billing'
|
|
||||||
),
|
|
||||||
array(
|
array(
|
||||||
'label' => _('Account Plans'),
|
'label' => _('Account Plans'),
|
||||||
'module' => 'default',
|
'module' => 'default',
|
||||||
|
@ -129,6 +122,13 @@ $pages = array(
|
||||||
'action' => 'upgrade',
|
'action' => 'upgrade',
|
||||||
'resource' => 'billing'
|
'resource' => 'billing'
|
||||||
),
|
),
|
||||||
|
array(
|
||||||
|
'label' => _('Account Details'),
|
||||||
|
'module' => 'default',
|
||||||
|
'controller' => 'billing',
|
||||||
|
'action' => 'client',
|
||||||
|
'resource' => 'billing'
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
'label' => _('View Invoices'),
|
'label' => _('View Invoices'),
|
||||||
'module' => 'default',
|
'module' => 'default',
|
||||||
|
|
Loading…
Reference in New Issue