#548 Change empty image in documentlist

- switched to html layout + svg instead of the screenshot
This commit is contained in:
Denys Vuika
2016-08-25 16:49:17 +01:00
parent 9c50c94453
commit aee35dd761
4 changed files with 258 additions and 1 deletions

View File

@@ -10,7 +10,12 @@
(rowDblClick)="onRowDblClick($event)">
<no-content-template>
<template>
<img [src]="baseComponentPath + '/img/document-list.empty-folder.png'">
<div class="document-list_empty_template">
<div class="document-list__this-space-is-empty">This folder is empty</div>
<div class="document-list__drag-drop">Drag and Drop</div>
<div class="document-list__any-files-here-to-add">any files here to add</div>
<img [src]="baseComponentPath + '/img/empty_doc_lib.svg'" class="document-list__empty_doc_lib">
</div>
</template>
</no-content-template>
</alfresco-datatable>