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

@ -38,7 +38,7 @@ $ccAcl->add(new Zend_Acl_Resource('library'))
->add(new Zend_Acl_Resource('billing'))
->add(new Zend_Acl_Resource('thank-you'))
->add(new Zend_Acl_Resource('provisioning'))
->add(new Zend_Acl_Resource('embeddableplayer'));
->add(new Zend_Acl_Resource('player'));
/** Creating permissions */
$ccAcl->allow('G', 'index')
@ -71,7 +71,7 @@ $ccAcl->allow('G', 'index')
->allow('A', 'user')
->allow('A', 'systemstatus')
->allow('A', 'preference')
->allow('A', 'embeddableplayer')
->allow('A', 'player')
->allow('S', 'thank-you')
->allow('S', 'billing');

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'
)
)
),