SAAS-712: UI Improvements

This commit is contained in:
drigato 2015-04-08 14:01:57 -04:00
parent f6d5b34cca
commit 23bf866211
13 changed files with 81 additions and 50 deletions

View file

@ -87,11 +87,10 @@ $pages = array(
'resource' => 'listenerstat'
),
array(
'label' => _('Embeddable Player'),
'label' => _('Player'),
'module' => 'default',
'controller' => 'embeddableplayer',
'action' => 'index',
'resource' => 'embeddableplayer'
'controller' => 'player',
'action' => 'customize'
)
)
),