feat(): Botão de exclusão de arquivos
This commit is contained in:
parent
c064e7b676
commit
1e9a0047b1
1 changed files with 3 additions and 0 deletions
|
|
@ -141,6 +141,9 @@ try{
|
|||
<td class="text-center" width="120"><?php echo date('d/m/Y', strtotime($Result->date_register));?></td>
|
||||
<td class="text-center" width="120"><?php echo $Result->category;?></td>
|
||||
<td><?php echo $Result->description;?></td>
|
||||
<td width="10">
|
||||
<button class="btn btn-danger btn-sm"><i class="fas fa-trash" onclick="" ></i></button>
|
||||
</td>
|
||||
<td width="10">
|
||||
<button class="btn btn-info btn-sm"><i class="fas fa-arrow-down" onclick="request('FOLDER=action&TABLE=financial_movements&ACTION=financial_movements_download_file&documents_id=<?php echo $Result->documents_id;?>', '#sendMovement', true, '', '', '', 'Preparando arquivo para download', 'blue', 'circle', 'sm', '')" ></i></button>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue