add title placeholder

This commit is contained in:
j 2013-10-17 15:03:47 +00:00
parent a71d466311
commit d0a1b9d4c6
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ pandora.ui.infoView = function(data) {
.append(
Ox.EditableContent({
editable: canEdit,
placeholder: formatLight(Ox._('No Title')),
tooltip: canEdit ? pandora.getEditTooltip() : '',
value: data.title
})