mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
PHRAS-851 - add databox name, collection name and logo to record title in preview
This commit is contained in:
@@ -180,7 +180,7 @@ function openPreview(event, env, pos, contId, reload) {
|
||||
|
||||
$('#SPANTITLE').empty().append(data.title);
|
||||
$("#PREVIEWTITLE_COLLLOGO").empty().append(data.collection_logo);
|
||||
$("#PREVIEWTITLE_COLLNAME").empty().append(data.collection_name);
|
||||
$("#PREVIEWTITLE_COLLNAME").empty().append(data.databox_name + ' / ' + data.collection_name);
|
||||
|
||||
setPreview();
|
||||
|
||||
|
Reference in New Issue
Block a user