overview text does not have an editable title

This commit is contained in:
j 2013-03-21 13:08:47 +00:00
parent de4cee558c
commit b90e34b49b

View file

@ -220,11 +220,11 @@ pandora.ui.textHTML = function(text) {
}).appendTo(that),
$title = Ox.Editable({
editable: text.editable,
editable: text.name ? text.editable : false,
height: 32,
placeholder: text.editable ? 'Doubleclick to edit title' : 'Untitled',
tooltip: text.editable ? pandora.getEditTooltip('title') : '',
value: text.name,
value: text.name || pandora.site.site.name + ' Texts',
width: width
})
.css({