creating templates for validation.

This commit is contained in:
Naomi 2013-07-22 18:11:44 -04:00
parent 19ba788bae
commit 69afc715d1
24 changed files with 1552 additions and 82 deletions

View file

@ -79,13 +79,6 @@ $pages = array(
'action' => 'index',
'resource' => 'systemstatus'
),
array(
'label' => _('Playout History'),
'module' => 'default',
'controller' => 'playouthistory',
'action' => 'index',
'resource' => 'playouthistory'
),
array(
'label' => _('Listener Stats'),
'module' => 'default',
@ -95,6 +88,27 @@ $pages = array(
)
)
),
array(
'label' => _('History'),
'uri' => '#',
'resource' => 'playouthistory',
'pages' => array(
array(
'label' => _('Playout History'),
'module' => 'default',
'controller' => 'playouthistory',
'action' => 'index',
'resource' => 'playouthistory'
),
array(
'label' => _('History Templates'),
'module' => 'default',
'controller' => 'playouthistory',
'action' => 'template',
'resource' => 'playouthistory'
),
)
),
array(
'label' => _('Help'),
'uri' => '#',