ser
This commit is contained in:
parent
bb05e65e84
commit
23dd6896a6
|
|
@ -125,7 +125,7 @@ function getSecurityIcon($libelle) {
|
|||
<div class="list-group-item d-flex justify-content-between align-items-center border-0 px-0 py-2">
|
||||
<div class="d-flex align-items-center">
|
||||
<i class="fas <?= $icon ?> text-muted me-2" style="width: 20px; text-align: center; opacity: 0.5;"></i>
|
||||
<span class="small text-dark"><?= $this->nettoyer($exp['libelle']) ?></span>
|
||||
<span class="small text-muted"><?= $this->nettoyer($exp['libelle']) ?></span>
|
||||
</div>
|
||||
<button class="btn btn-outline-primary btn-xs rounded-circle" onClick="ajouter_une_expression_complexite_pass('<?= $exp['code'] ?>', '1');">
|
||||
<i class="fas fa-chevron-right"></i>
|
||||
|
|
@ -145,7 +145,7 @@ function getSecurityIcon($libelle) {
|
|||
<i class="fas fa-chevron-left"></i>
|
||||
</button>
|
||||
<div class="d-flex align-items-center">
|
||||
<span class="small fw-bold text-dark me-2"><?= $this->nettoyer($exp['libelle']) ?></span>
|
||||
<span class="small fw-bold text-muted me-2"><?= $this->nettoyer($exp['libelle']) ?></span>
|
||||
<i class="fas <?= $icon ?> text-warning" style="width: 20px; text-align: center;"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user