|
@@ -138,7 +138,7 @@
|
|
<td style="position: relative;">
|
|
<td style="position: relative;">
|
|
<input type="file" name="file{{i}}" id="file{{i}}" class="inputfile" alife-file-to-base64 (onFileChanged)="onFileChanges($event,i)" />
|
|
<input type="file" name="file{{i}}" id="file{{i}}" class="inputfile" alife-file-to-base64 (onFileChanged)="onFileChanges($event,i)" />
|
|
<label for="file{{i}}" class="iconUpload-w"><i class="fas fa-upload"></i></label>
|
|
<label for="file{{i}}" class="iconUpload-w"><i class="fas fa-upload"></i></label>
|
|
- <span class="fileName-w">{{file.nameFile}}</span>
|
|
|
|
|
|
+ <span class="fileName-w" *ngIf="file.nameFile" style="color:green">File Chossen</span>
|
|
</td>
|
|
</td>
|
|
<th *ngIf="typeMode" style="text-align:center"><a *ngIf="file.nameFile" href="{{authSer.pathImg + file.nameFile}}" target="_blank"><i class="fas fa-download"></i></a></th>
|
|
<th *ngIf="typeMode" style="text-align:center"><a *ngIf="file.nameFile" href="{{authSer.pathImg + file.nameFile}}" target="_blank"><i class="fas fa-download"></i></a></th>
|
|
<td><button type="button" class="btn btn-danger form-control deleteRow-w" (click)="onDeleteRow(i)">حذف</button></td>
|
|
<td><button type="button" class="btn btn-danger form-control deleteRow-w" (click)="onDeleteRow(i)">حذف</button></td>
|