SAAS-1025: Restyle the billing page

Make Account Plans the default view
This commit is contained in:
drigato 2015-08-26 09:16:06 -04:00
parent 6ecb208962
commit 9951abd897
1 changed files with 8 additions and 8 deletions

View File

@ -111,17 +111,10 @@ $pages = array(
array(
'label' => "<i class='icon-briefcase icon-white'></i>"._('Billing'),
'controller' => 'billing',
'action' => 'client',
'action' => 'upgrade',
'resource' => 'billing',
'title' => 'Billing',
'pages' => array(
array(
'label' => _('Account Details'),
'module' => 'default',
'controller' => 'billing',
'action' => 'client',
'resource' => 'billing'
),
array(
'label' => _('Account Plans'),
'module' => 'default',
@ -129,6 +122,13 @@ $pages = array(
'action' => 'upgrade',
'resource' => 'billing'
),
array(
'label' => _('Account Details'),
'module' => 'default',
'controller' => 'billing',
'action' => 'client',
'resource' => 'billing'
),
array(
'label' => _('View Invoices'),
'module' => 'default',