versao 13
This commit is contained in:
parent
024d69e367
commit
190ee537e4
@ -68,12 +68,14 @@ $macro_areas = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
|||||||
<span class="badge <?php echo $badgeClass; ?>"><?php echo $statusText; ?></span>
|
<span class="badge <?php echo $badgeClass; ?>"><?php echo $statusText; ?></span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="macro_area_form.php?id=<?php echo $area['id']; ?>" class="btn btn-sm">
|
<div class="d-flex">
|
||||||
<i data-lucide="edit" style="color: #4C5958;"></i>
|
<a href="macro_area_form.php?id=<?php echo $area['id']; ?>" class="btn btn-sm">
|
||||||
</a>
|
<i data-lucide="edit" style="color: #4C5958;"></i>
|
||||||
<a href="macro_areas.php?delete=<?php echo $area['id']; ?>" class="btn btn-sm" onclick="return confirm('Tem certeza que deseja excluir este item?');">
|
</a>
|
||||||
<i data-lucide="trash-2" style="color: #4C5958;"></i>
|
<a href="macro_areas.php?delete=<?php echo $area['id']; ?>" class="btn btn-sm" onclick="return confirm('Tem certeza que deseja excluir este item?');">
|
||||||
</a>
|
<i data-lucide="trash-2" style="color: #4C5958;"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
@ -133,8 +135,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||||||
border-left: 0;
|
border-left: 0;
|
||||||
}
|
}
|
||||||
.btn-sm i[data-lucide] {
|
.btn-sm i[data-lucide] {
|
||||||
width: 13px;
|
width: 11px;
|
||||||
height: 13px;
|
height: 11px;
|
||||||
}
|
}
|
||||||
/* Custom styles for status badges */
|
/* Custom styles for status badges */
|
||||||
.badge-status-ativo {
|
.badge-status-ativo {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user