empty title placeholder
This commit is contained in:
parent
62be5f1ad3
commit
5d565ab143
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
Ox.EditableContent({
|
||||
editable: canEdit,
|
||||
tooltip: canEdit ? pandora.getEditTooltip() : '',
|
||||
placeholder: formatLight(Ox._( isMixed.title ? 'Mixed title' : 'Untitled')),
|
||||
value: data.title || ''
|
||||
})
|
||||
.css({
|
||||
|
|
Loading…
Reference in a new issue