forked from 0x2620/pandora
add title placeholder
This commit is contained in:
parent
a71d466311
commit
d0a1b9d4c6
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ pandora.ui.infoView = function(data) {
|
||||||
.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