#PHRAS-382 #time 3h

This commit is contained in:
Jean-Yves Gaulier
2015-02-03 15:52:39 +01:00
parent 21054d3849
commit 7185b031fb
4 changed files with 15 additions and 4 deletions

View File

@@ -147,7 +147,10 @@ function openPreview(env, pos, contId, reload) {
$('#PREVIEWBOX img.record.zoomable').draggable();
}
setTitle(data.title);
$('#SPANTITLE').empty().append(data.title);
$("#PREVIEWTITLE_COLLLOGO").empty().append(data.collection_logo);
$("#PREVIEWTITLE_COLLNAME").empty().append(data.collection_name);
setPreview();
if (env != 'RESULT') {