add volumes folder
This commit is contained in:
parent
e501717300
commit
9a57ba6208
10 changed files with 329 additions and 229 deletions
|
|
@ -4,10 +4,9 @@ pandora.ui.sectionSelect = function() {
|
|||
var that = Ox.Select({
|
||||
id: 'sectionSelect',
|
||||
items: [
|
||||
{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'}
|
||||
{checked: pandora.user.ui.section == 'edits', id: 'edits', title: 'Edits'},
|
||||
{checked: pandora.user.ui.section == 'texts', id: 'texts', title: 'Texts'}
|
||||
]
|
||||
}).css({
|
||||
float: 'left',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue