display cover in identify dialog
This commit is contained in:
parent
1405ccb6ca
commit
27497f9711
2 changed files with 2 additions and 3 deletions
|
@ -199,7 +199,7 @@ oml.ui.identifyDialog = function(data) {
|
||||||
}],
|
}],
|
||||||
items: items,
|
items: items,
|
||||||
keys: [
|
keys: [
|
||||||
'title', 'author',
|
'cover', 'title', 'author',
|
||||||
'publisher', 'place', 'date',
|
'publisher', 'place', 'date',
|
||||||
'series', 'edition', 'language', 'pages',
|
'series', 'edition', 'language', 'pages',
|
||||||
'categories', 'isbn', 'description', 'tableofcontents'
|
'categories', 'isbn', 'description', 'tableofcontents'
|
||||||
|
|
|
@ -10,7 +10,7 @@ oml.ui.infoView = function(externalData, isMixed) {
|
||||||
|
|
||||||
iconSize = externalData ? 256 : ui.iconSize,
|
iconSize = externalData ? 256 : ui.iconSize,
|
||||||
|
|
||||||
isMultiple = arguments.length > 0,
|
isMultiple = arguments.length == 2,
|
||||||
|
|
||||||
separator = '; ',
|
separator = '; ',
|
||||||
|
|
||||||
|
@ -765,7 +765,6 @@ oml.ui.infoView = function(externalData, isMixed) {
|
||||||
} else if (!isMultiple) {
|
} else if (!isMultiple) {
|
||||||
that.updateElement(externalData, [$icon, $info]);
|
that.updateElement(externalData, [$icon, $info]);
|
||||||
} else {
|
} else {
|
||||||
Ox.print('***ELSE***', externalData)
|
|
||||||
that.updateElement(externalData, [$info]);
|
that.updateElement(externalData, [$info]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue