diff --git a/static/js/pandora/folderBrowserList.js b/static/js/pandora/folderBrowserList.js index 38d69a12..ee4c0c55 100644 --- a/static/js/pandora/folderBrowserList.js +++ b/static/js/pandora/folderBrowserList.js @@ -31,7 +31,6 @@ pandora.ui.folderBrowserList = function(id) { }, */ id: 'id', - operator: '+', title: $('').attr({ src: Ox.UI.getImageURL('symbolIcon') }), diff --git a/static/js/pandora/list.js b/static/js/pandora/list.js index 4c5a08c4..1bbcbf17 100644 --- a/static/js/pandora/list.js +++ b/static/js/pandora/list.js @@ -16,7 +16,7 @@ pandora.ui.list = function() { Ox.print('$$$$', keys) */ that = Ox.TextList({ - columns: /*Ox.merge([{ + columns: Ox.merge([{ align: 'center', defaultWidth: 16, format: function(value, data) { @@ -55,11 +55,14 @@ pandora.ui.list = function() { }); }, id: 'posterRatio', - operator: '+', - position: 0, - removable: true, - title: 'Poster', - *//* + resizable: false, + ///* + title: '', + //*/ + /* title: $('').attr({ src: Ox.UI.getImageURL( pandora.user.ui.icons == 'posters' @@ -69,12 +72,12 @@ pandora.ui.list = function() { .css({ width: '12px', height: '12px', - padding: '2px', + margin: '0 0 0 -2px' }), - *//* - visible: true, + */ + visible: pandora.user.ui.listColumns.indexOf('posterRatio') > -1, width: 16 - }], */Ox.map(pandora.site.sortKeys, function(key) { + }], Ox.map(pandora.site.sortKeys, function(key) { var position = pandora.user.ui.listColumns.indexOf(key.id); return { align: ['string', 'text'].indexOf( @@ -92,7 +95,7 @@ pandora.ui.list = function() { visible: position > -1, width: pandora.user.ui.listColumnWidth[key.id] || key.columnWidth }; - })/*)*/, + })), columnsMovable: true, columnsRemovable: true, columnsResizable: true,