Merge pull request #685 from Alfresco/dev-valbano-379

Added label to filter upload
This commit is contained in:
Mario Romano
2016-09-06 08:16:17 +01:00
committed by GitHub

View File

@@ -158,8 +158,9 @@
<h5>Upload</h5>
<br>
<div *ngIf="acceptedFilesTypeShow">
<span class="mdl-input__label">Extension accepted</span>
<input type="text" data-automation-id="accepted-files-type" [(ngModel)]="acceptedFilesType">
<label class="mdl-input__label">Extension accepted
<input type="text" data-automation-id="accepted-files-type" [(ngModel)]="acceptedFilesType">
</label>
<br/>
</div>
<div *ngIf="!acceptedFilesTypeShow">