display clip count in list of edits
This commit is contained in:
parent
d91114d343
commit
8652d2e230
3 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ pandora.ui.folderBrowserList = function(id, section) {
|
|||
// but resizeFolders will set them to different widths
|
||||
section = pandora.user.ui.section;
|
||||
var ui = pandora.user.ui,
|
||||
columnWidth = (ui.sidebarSize - Ox.UI.SCROLLBAR_SIZE - (section == 'items' ? 96 : 48)) / 2,
|
||||
columnWidth = (ui.sidebarSize - Ox.UI.SCROLLBAR_SIZE - (section != 'texts' ? 96 : 48)) / 2,
|
||||
i = Ox.getIndexById(pandora.site.sectionFolders[section], id),
|
||||
folderItems = section == 'items' ? 'Lists' : Ox.toTitleCase(section),
|
||||
folderItem = folderItems.slice(0, -1),
|
||||
|
|
@ -66,7 +66,7 @@ pandora.ui.folderBrowserList = function(id, section) {
|
|||
format: {type: 'number'},
|
||||
operator: '-',
|
||||
title: Ox._('Items'),
|
||||
visible: section == 'items',
|
||||
visible: section != 'texts',
|
||||
width: 48
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue