update document info view
This commit is contained in:
parent
ed7117f98a
commit
099815fe61
1 changed files with 7 additions and 3 deletions
|
@ -231,9 +231,9 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
||||||
|
|
||||||
renderGroup(['author', 'date', 'type']);
|
renderGroup(['author', 'date', 'type']);
|
||||||
renderGroup(['publisher', 'place', 'series', 'edition', 'language']);
|
renderGroup(['publisher', 'place', 'series', 'edition', 'language']);
|
||||||
renderGroup(['keywords']);
|
renderGroup(['isbn']);
|
||||||
renderGroup(['collections']);
|
renderGroup(['categories', 'keywords']);
|
||||||
renderGroup(['projects']);
|
renderGroup(['collections', 'projects']);
|
||||||
|
|
||||||
// Description -------------------------------------------------------------
|
// Description -------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -269,6 +269,10 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
||||||
.appendTo($text);
|
.appendTo($text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Borrowed ----------------------------------------------------------------
|
||||||
|
|
||||||
|
renderGroup(['borrowedon', 'borrowedby']);
|
||||||
|
|
||||||
// Referenced --------------------------------------------------------------
|
// Referenced --------------------------------------------------------------
|
||||||
if (
|
if (
|
||||||
!isMultiple && (
|
!isMultiple && (
|
||||||
|
|
Loading…
Reference in a new issue