creating templates for validation.
This commit is contained in:
parent
19ba788bae
commit
69afc715d1
24 changed files with 1552 additions and 82 deletions
|
@ -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' => '#',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue