Atualizando users_datagrid.php
This commit is contained in:
parent
10ba40ad60
commit
1da8e9ecc0
1 changed files with 2 additions and 2 deletions
4
vendor/view/users/users_datagrid.php
vendored
4
vendor/view/users/users_datagrid.php
vendored
|
|
@ -115,13 +115,13 @@ if($Main->verifyToken()){
|
|||
|
||||
<tr class="<?php echo $result->active != 'S' ? 'text-danger' : ''; ?>">
|
||||
|
||||
<td class="text-center" width="60"><?php echo $Main->setZeros($result->users_id, 3); ?></td>
|
||||
<td class="text-center" width="60"><?php echo $Main->setZeros($result->user_id, 3); ?></td>
|
||||
<td><?php echo $Main->decryptData($result->name_first); ?></td>
|
||||
<td><?php echo $Main->decryptData($result->name_last); ?></td>
|
||||
<td><?php echo $result->email; ?></td>
|
||||
<td class="text-center" width="30"><?php echo date("d/m/Y",strtotime($result->date_register)); ?></td>
|
||||
<td class="text-center" width="40"><?php echo $result->active == "S" ? "Sim" : "Não"; ?></td>
|
||||
<td class="text-center" width="20"><a type="button" class="btn btn-light btn-sm" onclick="request('FOLDER=view&TABLE=users&ACTION=users_form&users_id=<?php echo $result->users_id; ?>&company_id=<?php echo $CompaniesValidate->getCompanyId(); ?>', '#loadContent', true, '', '', '', 'Preparando formulário', 'blue', 'circle', 'sm', true)"><i class="far fa-edit mr-1"></i></a></td>
|
||||
<td class="text-center" width="20"><a type="button" class="btn btn-light btn-sm" onclick="request('FOLDER=view&TABLE=users&ACTION=users_form&user_id=<?php echo $result->user_id; ?>&company_id=<?php echo $CompaniesValidate->getCompanyId(); ?>', '#loadContent', true, '', '', '', 'Preparando formulário', 'blue', 'circle', 'sm', true)"><i class="far fa-edit mr-1"></i></a></td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue