From 5d565ab14375e1b0b7cc1e76af8db7351a5d02e9 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 29 Apr 2021 21:57:09 +0200 Subject: [PATCH] empty title placeholder --- static/js/documentInfoView.leftovers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/documentInfoView.leftovers.js b/static/js/documentInfoView.leftovers.js index 5b6ee12..2cd5a51 100644 --- a/static/js/documentInfoView.leftovers.js +++ b/static/js/documentInfoView.leftovers.js @@ -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({