forked from 0x2620/pandora
transcript->translation
This commit is contained in:
parent
a25509e1a4
commit
5af5812179
2 changed files with 3 additions and 3 deletions
|
@ -324,9 +324,9 @@
|
||||||
"columnWidth": 256
|
"columnWidth": 256
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "transcript",
|
"id": "translation",
|
||||||
"operator": "+",
|
"operator": "+",
|
||||||
"title": "Transcript",
|
"title": "Translation",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": true,
|
"sort": true,
|
||||||
|
|
|
@ -359,7 +359,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
||||||
.appendTo($text);
|
.appendTo($text);
|
||||||
}
|
}
|
||||||
|
|
||||||
;['content', 'transcript'].forEach(key => {
|
;['content', 'translation'].forEach(key => {
|
||||||
if (canEdit || data[key]) {
|
if (canEdit || data[key]) {
|
||||||
var item = Ox.getObjectById(pandora.site.documentKeys, key);
|
var item = Ox.getObjectById(pandora.site.documentKeys, key);
|
||||||
$('<div>')
|
$('<div>')
|
||||||
|
|
Loading…
Reference in a new issue