fix #2654 (add 'id' field to document)

This commit is contained in:
rolux 2015-02-05 10:18:45 +05:30
parent 9273d7b3ba
commit e8f25a7072

View file

@ -607,6 +607,14 @@ pandora.ui.documentsPanel = function(options) {
value: item.name,
width: width
}),
Ox.Input({
disabled: true,
id: 'id',
label: Ox._('ID'),
labelWidth: labelWidth,
value: item.id,
width: width
}),
Ox.Input({
disabled: true,
id: 'extension',
@ -644,7 +652,7 @@ pandora.ui.documentsPanel = function(options) {
Ox.Input({
disabled: true,
id: 'username',
label: Ox._('Username'),
label: Ox._('User'),
labelWidth: labelWidth,
value: item.user,
width: width