Ajuste classe Products_datagrid.php
This commit is contained in:
parent
134595afa9
commit
55394e8915
1 changed files with 2 additions and 2 deletions
4
vendor/view/products/products_datagrid.php
vendored
4
vendor/view/products/products_datagrid.php
vendored
|
|
@ -85,13 +85,13 @@ if($Main->verifyToken()){
|
|||
?>
|
||||
|
||||
<tr>
|
||||
<td class="text-center" width="25"><?php echo $Main->setZeros($Result->products_id,4);?></td>
|
||||
<td class="text-center" width="25"><?php echo $Main->setZeros($Result->product_id,4);?></td>
|
||||
<td class="text-center" width="30"><?php echo date('d/m/Y', strtotime($Result->date_register));?></td>
|
||||
<td class="text-left"><?php echo $Result->description;?></td>
|
||||
<td class="text-left"><?php echo $Result->reference;?></td>
|
||||
<td class="text-center" width="25"><?php echo $Result->version;?></td>
|
||||
<td class="text-center" width="25"><?php echo $Result->version_release;?></td>
|
||||
<td class="text-center" width="20"><button type="button" class="btn btn-primary btn-sm" onclick="request('FOLDER=view&TABLE=products&ACTION=products_form&products_id=<?php echo $Result->products_id;?>', '#loadContent', true, '', '', '', 'Preparando formulário', 'blue', 'circle', 'sm', true)"><i class="far fa-edit mr-1"></i></button></td>
|
||||
<td class="text-center" width="20"><button type="button" class="btn btn-primary btn-sm" onclick="request('FOLDER=view&TABLE=products&ACTION=products_form&product_id=<?php echo $Result->product_id;?>', '#loadContent', true, '', '', '', 'Preparando formulário', 'blue', 'circle', 'sm', true)"><i class="far fa-edit mr-1"></i></button></td>
|
||||
</tr>
|
||||
|
||||
<?php } ?>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue