fix(): Ajuste na abertura de janela modal
This commit is contained in:
parent
5fbe14a838
commit
6109ff32bc
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ try{
|
|||
<td class="text-center" width="120"><?php echo $Result->category;?></td>
|
||||
<td><?php echo $Result->description;?></td>
|
||||
<td width="10">
|
||||
<button class="btn btn-light btn-sm"><i class="fas fa-trash" onclick="modalPage(true, 0, 0, 'Atenção', '<b>Deseja realmente excluir o arquivo em anexo?</b>', '', 'question', funcDelete<?php echo $i;?>)"></i></button>
|
||||
<button class="btn btn-light btn-sm"><i class="fas fa-trash" onclick="modalPage(true, 0, 0, 'Atenção', '<b>Deseja realmente excluir o arquivo <?php echo $Result->description;?>?</b>', '', 'delete', funcDelete<?php echo $i;?>)"></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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue