diff --git a/airtime_mvc/application/configs/navigation.php b/airtime_mvc/application/configs/navigation.php index 51897c5cf..00a84fb18 100644 --- a/airtime_mvc/application/configs/navigation.php +++ b/airtime_mvc/application/configs/navigation.php @@ -8,6 +8,13 @@ * the navigation container below. */ $pages = array( + array( + 'label' => ""._('Radio Page'), + 'uri' => '/', + 'resource' => '', + 'pages' => array( + ) + ), array( 'label' => ""._('Calendar'), 'module' => 'default', @@ -16,10 +23,24 @@ $pages = array( 'resource' => 'schedule' ), array( - 'label' => ""._('Radio Page'), - 'uri' => '/', - 'resource' => '', + 'label' => ""._('Widgets'), + 'module' => 'default', + 'controller' => 'embeddablewidgets', + 'action' => 'player', + 'title' => 'Widgets', 'pages' => array( + array( + 'label' => _('Player'), + 'module' => 'default', + 'controller' => 'embeddablewidgets', + 'action' => 'player', + ), + array( + 'label' => _('Weekly Schedule'), + 'module' => 'default', + 'controller' => 'embeddablewidgets', + 'action' => 'schedule', + ) ) ), array( @@ -88,23 +109,32 @@ $pages = array( ) ), array( - 'label' => ""._('Widgets'), - 'module' => 'default', - 'controller' => 'embeddablewidgets', - 'action' => 'player', - 'title' => 'Widgets', + 'label' => ""._('Billing'), + 'controller' => 'billing', + 'action' => 'client', + 'resource' => 'billing', + 'title' => 'Billing', 'pages' => array( array( - 'label' => _('Player'), - 'module' => 'default', - 'controller' => 'embeddablewidgets', - 'action' => 'player', + 'label' => _('Account Details'), + 'module' => 'default', + 'controller' => 'billing', + 'action' => 'client', + 'resource' => 'billing' ), array( - 'label' => _('Weekly Schedule'), - 'module' => 'default', - 'controller' => 'embeddablewidgets', - 'action' => 'schedule', + 'label' => _('Account Plans'), + 'module' => 'default', + 'controller' => 'billing', + 'action' => 'upgrade', + 'resource' => 'billing' + ), + array( + 'label' => _('View Invoices'), + 'module' => 'default', + 'controller' => 'billing', + 'action' => 'invoices', + 'resource' => 'billing' ) ) ), @@ -149,36 +179,6 @@ $pages = array( ) ) ), - array( - 'label' => ""._('Billing'), - 'controller' => 'billing', - 'action' => 'client', - 'resource' => 'billing', - 'title' => 'Billing', - 'pages' => array( - array( - 'label' => _('Account Details'), - 'module' => 'default', - 'controller' => 'billing', - 'action' => 'client', - 'resource' => 'billing' - ), - array( - 'label' => _('Account Plans'), - 'module' => 'default', - 'controller' => 'billing', - 'action' => 'upgrade', - 'resource' => 'billing' - ), - array( - 'label' => _('View Invoices'), - 'module' => 'default', - 'controller' => 'billing', - 'action' => 'invoices', - 'resource' => 'billing' - ) - ) - ) ); diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 889d1df5a..6045c56b0 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -2994,8 +2994,8 @@ tfoot tr th { height:38px; display:block; position:fixed; - left:20px; - bottom:10px; + left:160px; + bottom:0px; background-color:#222; background-color:rgba(0, 0, 0, 0.7); z-index:101;