diff --git a/Vue/Ajaxtblistersecteuractivite/index.php b/Vue/Ajaxtblistersecteuractivite/index.php
index 411b26df..2c610366 100755
--- a/Vue/Ajaxtblistersecteuractivite/index.php
+++ b/Vue/Ajaxtblistersecteuractivite/index.php
@@ -1,88 +1,51 @@
-
+
+
-
-
-
-
-
- | = _("Centre gestion") ?> |
- Code |
- = _("Libellé") ?> |
-
- = _("Modifier") ?> |
-
-
-
-
- nettoyer($v['id']);
- $libelle = $this->nettoyer($v['libelle']);
- if (est_anglophone()){
- $libelle = $this->nettoyer($v['LibelleEng']);
- }
- ?>
-
- | = $this->nettoyer($v['codeSociete']);; ?>
- | = $this->nettoyer($v['codeSecteur']); ?> |
- = $libelle; ?> |
-
-
-
- |
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+ | = _("Centre gestion") ?> |
+ = _("Code") ?> |
+ = _("Libellé") ?> |
+ = _("Action") ?> |
+
+
+
+ nettoyer($v['id']);
+ $libelle = est_anglophone() ? $this->nettoyer($v['LibelleEng']) : $this->nettoyer($v['libelle']);
+ ?>
+
+ | = $this->nettoyer($v['codeSociete']); ?> |
+ = $this->nettoyer($v['codeSecteur']); ?> |
+ = $libelle; ?> |
+
+
+ |
+
+
+
+
+
+
+
+
+
\ No newline at end of file