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 @@ - +
+
+
+ +
+ + : + +
- - - - -
" readonly>
- - - - - - - - - - - - - - nettoyer($v['id']); - $libelle = $this->nettoyer($v['libelle']); - if (est_anglophone()){ - $libelle = $this->nettoyer($v['LibelleEng']); - } - ?> - - - - - - - - - -
Code
nettoyer($v['codeSociete']);; ?> - nettoyer($v['codeSecteur']); ?> - -
\ No newline at end of file +
+
+ + + + + + + + + + + nettoyer($v['id']); + $libelle = est_anglophone() ? $this->nettoyer($v['LibelleEng']) : $this->nettoyer($v['libelle']); + ?> + + + + + + + + +
nettoyer($v['codeSociete']); ?>nettoyer($v['codeSecteur']); ?> + +
+
+
+
+ + \ No newline at end of file