fix padma.jsonc and adjust whats needed to get it running

This commit is contained in:
j 2011-12-05 14:48:59 +01:00
commit c930383b32
12 changed files with 93 additions and 45 deletions

View file

@ -18,7 +18,7 @@ pandora.ui.filesView = function(options, self) {
self.$toolbar = Ox.Bar({
size: 24
});
/*
self.$userSelect = Ox.Select({
items: [
{id: 'admin', title: 'Admin', disabled: true},
@ -36,7 +36,7 @@ pandora.ui.filesView = function(options, self) {
margin: '4px'
})
.appendTo(self.$toolbar);
*/
self.$ignoreButton = Ox.Button({
disabled: 'true',
title: 'Ignore Selected Files...'