Merge pull request #1874 from lostdalek/hotfix/PHRAS-851-4.0

PHRAS-851 - add missing informations in record preview (4.0)
This commit is contained in:
Thibaud Fabre
2016-05-23 14:13:50 +02:00
4 changed files with 8 additions and 4 deletions

View File

@@ -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();

View File

@@ -16,8 +16,11 @@
cursor: pointer;
}
#PREVIEWBOX #PREVIEWTITLE_COLLNAME {
display:none;
#PREVIEWBOX #PREVIEWTITLE_COLLLOGO {
img {
width: 16px;
height: 16px;
}
}
.PREVIEW_PIC,.PREVIEW_HD {