add version

This commit is contained in:
j 2018-05-08 13:03:51 +01:00
parent cb51d2aeba
commit 77e0605fe8
2 changed files with 9 additions and 9 deletions

View file

@ -573,6 +573,14 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"sort": true
},
{
"id": "version",
"title": "Version",
"type": "string",
"columnWidth": 128,
"find": true,
},
{
"id": "language",
"title": "Language",

View file

@ -308,6 +308,7 @@ pandora.ui.infoView = function(data) {
renderGroup(['alternativeTitles']);
renderGroup(['country', 'year', 'language', 'runtime', 'color', 'sound']);
renderGroup(['type', 'framework', 'style', 'version']);
renderGroup(['productionCompany']);
@ -336,15 +337,6 @@ pandora.ui.infoView = function(data) {
renderGroup(canSeeAllMetadata ? ['genre', 'topic'] : ['genre']);
renderGroup([
'censorshipcertificatenumber',
'dateofcensorcertificate',
'ratingcertificate',
'length',
'numberofreels',
'format',
'releasedate'
]);
renderGroup(['imdbId', 'links']);