add groups, tactics
This commit is contained in:
parent
2d183b959d
commit
d9672f65b8
2 changed files with 25 additions and 2 deletions
|
|
@ -229,10 +229,11 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
|
||||
// Director, Year and Country ----------------------------------------------
|
||||
|
||||
renderGroup(['author', 'date', 'format']);
|
||||
renderGroup(['publisher', 'place', 'series', 'volume', 'language']);
|
||||
renderGroup(['group', 'date', 'format']);
|
||||
renderGroup(['author', 'publisher', 'place', 'series', 'volume', 'language']);
|
||||
renderGroup(['source', 'links']);
|
||||
renderGroup(['movement', 'event', 'associatedgroups', 'relatedpeople']);
|
||||
renderGroup(['tactics']);
|
||||
renderGroup(['tags']);
|
||||
|
||||
// Description -------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue