svg
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
|
||||
<a href="{{ path(routecancel) }}" class="btn btn-secondary me-5">Retour</a>
|
||||
|
||||
{% if is_granted('MOVETOINACTIF', group) and group.status=="Actif"%}
|
||||
<a href="{{ path(routemove,{id:group.id, status:"INACTIF"}) }}" class="btn btn-primary me-1" onclick="return confirm('Statut = Inactif ?')">
|
||||
{% if is_granted('MOVETOINACTIVE', group) and group.status=="Actif"%}
|
||||
<a href="{{ path(routemove,{id:group.id, status:"INACTIVE"}) }}" class="btn btn-primary me-1" onclick="return confirm('Statut = Inactif ?')">
|
||||
<i class="fas fa-angle-double-right"></i> Statut = Inactif
|
||||
</a>
|
||||
{% endif %}
|
||||
@@ -26,8 +26,8 @@
|
||||
Supprimer
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if is_granted('MOVETOACTIF', group) and group.status=="Inactif" %}
|
||||
<a href="{{ path(routemove,{id:group.id, status:"ACTIF"}) }}" class="btn btn-warning me-1 float-end" onclick="return confirm('Statut = Actif ?')">
|
||||
{% if is_granted('MOVETOACTIVE', group) and group.status=="Inactif" %}
|
||||
<a href="{{ path(routemove,{id:group.id, status:"ACTIVE"}) }}" class="btn btn-warning me-1 float-end" onclick="return confirm('Statut = Actif ?')">
|
||||
<i class="fas fa-angle-double-left"></i> Statut = Actif
|
||||
</a>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user