diff --git a/Vue/Ajaxtbajouteraffection/index.php b/Vue/Ajaxtbajouteraffection/index.php
index 08fee196..1a126d1f 100755
--- a/Vue/Ajaxtbajouteraffection/index.php
+++ b/Vue/Ajaxtbajouteraffection/index.php
@@ -1,21 +1,79 @@
-
\ No newline at end of file
+
+
+
+
+
\ No newline at end of file
diff --git a/Vue/Ajaxtblisteraffection/index.php b/Vue/Ajaxtblisteraffection/index.php
index 872e8385..53d263d3 100755
--- a/Vue/Ajaxtblisteraffection/index.php
+++ b/Vue/Ajaxtblisteraffection/index.php
@@ -1,93 +1,86 @@
-
+
+
-
-
-
-
-
-
- = _("Centre gestion") ?>
- Code
- = _("Libellé") ?>
- = _("Type Affection") ?>
-
- = _("Modifier") ?>
-
-
-
-
- nettoyer($v['id']);
-
- if (est_anglophone()){
- $libelle = $this->nettoyer($v['libelleEng']);
- }else{
- $libelle = $this->nettoyer($v['libelle']);
- }
- ?>
-
- = $this->nettoyer($v['codeSociete']);; ?>
- = $this->nettoyer($v['codeAffection']) ?>
- = $libelle ?>
- = $this->nettoyer($v['typeaffection']) ?>
-
-
- = _("Modifier") ?>
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+ = _("Centre") ?>
+ Code
+ = _("Libellé") ?>
+ = _("Type Affection") ?>
+ = _("Actions") ?>
+
+
+
+ nettoyer($v['id']);
+ // Gestion multilingue Standard
+ $libelle = est_anglophone() ? $this->nettoyer($v['libelleEng']) : $this->nettoyer($v['libelle']);
+ ?>
+
+
+ = $this->nettoyer($v['codeSociete']) ?>
+
+
+
+ = $this->nettoyer($v['codeAffection']) ?>
+
+
+
+ = $libelle ?>
+
+
+
+
+ = $this->nettoyer($v['typeaffection']) ?>
+
+
+
+
+ = _("Modifier") ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Vue/Ajaxtbmodifieraffection/index.php b/Vue/Ajaxtbmodifieraffection/index.php
index 64ac00c5..81eb4966 100755
--- a/Vue/Ajaxtbmodifieraffection/index.php
+++ b/Vue/Ajaxtbmodifieraffection/index.php
@@ -1,23 +1,93 @@
-
\ No newline at end of file
+
+
+
+
+
\ No newline at end of file