forked from 0x2620/pandora
no title placeholder
This commit is contained in:
parent
638dfc8bb3
commit
80597790f9
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
||||||
.append(
|
.append(
|
||||||
Ox.EditableContent({
|
Ox.EditableContent({
|
||||||
editable: canEdit,
|
editable: canEdit,
|
||||||
|
placeholder: formatLight(Ox._('No Title')),
|
||||||
tooltip: canEdit ? pandora.getEditTooltip() : '',
|
tooltip: canEdit ? pandora.getEditTooltip() : '',
|
||||||
value: data.title || ''
|
value: data.title || ''
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue