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(['publisher', 'place', 'series', 'edition', 'language']);
|
||||
renderGroup(['keywords']);
|
||||
renderGroup(['collections']);
|
||||
renderGroup(['projects']);
|
||||
renderGroup(['isbn']);
|
||||
renderGroup(['categories', 'keywords']);
|
||||
renderGroup(['collections', 'projects']);
|
||||
|
||||
// Description -------------------------------------------------------------
|
||||
|
||||
|
@ -269,6 +269,10 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
.appendTo($text);
|
||||
}
|
||||
|
||||
// Borrowed ----------------------------------------------------------------
|
||||
|
||||
renderGroup(['borrowedon', 'borrowedby']);
|
||||
|
||||
// Referenced --------------------------------------------------------------
|
||||
if (
|
||||
!isMultiple && (
|
||||
|
|
Loading…
Reference in a new issue