merge app into pandora
This commit is contained in:
parent
7081cd7544
commit
40b2ca0dff
35 changed files with 735 additions and 734 deletions
|
|
@ -4,10 +4,10 @@ pandora.ui.sectionSelect = function() {
|
|||
var that = new Ox.Select({
|
||||
id: 'sectionSelect',
|
||||
items: [
|
||||
{checked: app.user.ui.section == 'site', id: 'site', title: app.site.site.name},
|
||||
{checked: app.user.ui.section == 'items', id: 'items', title: app.site.itemName.plural},
|
||||
{checked: app.user.ui.section == 'texts', id: 'texts', title: 'Texts'},
|
||||
{checked: app.user.ui.section == 'admin', id: 'admin', title: 'Admin'}
|
||||
{checked: pandora.user.ui.section == 'site', id: 'site', title: pandora.site.site.name},
|
||||
{checked: pandora.user.ui.section == 'items', id: 'items', title: pandora.site.itemName.plural},
|
||||
{checked: pandora.user.ui.section == 'texts', id: 'texts', title: 'Texts'},
|
||||
{checked: pandora.user.ui.section == 'admin', id: 'admin', title: 'Admin'}
|
||||
]
|
||||
}).css({
|
||||
float: 'left',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue