diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 47a84363..03791ca1 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -1951,4 +1951,16 @@ select[class*="selectpicker"], color: #ffffff !important; /* Blanc */ border-radius: 50% !important; border: none !important; +} + +/* Nettoyage des artefacts SVG invisibles de bibliothèque */ +#SvgjsSvg1001, +[id^="SvgjsSvg"] { + display: none !important; + visibility: hidden !important; + position: absolute !important; + top: -100% !important; + left: -100% !important; + opacity: 0 !important; + pointer-events: none !important; } \ No newline at end of file diff --git a/Vue/Ajaxactesgarantiebaremecollege/index.php b/Vue/Ajaxactesgarantiebaremecollege/index.php index f4442d7c..f106d142 100755 --- a/Vue/Ajaxactesgarantiebaremecollege/index.php +++ b/Vue/Ajaxactesgarantiebaremecollege/index.php @@ -1,167 +1,646 @@ nettoyer($garantie['codeGarantie']); - $nomG = est_anglophone() ? $this->nettoyer($garantie['libelleEng']) : $this->nettoyer($garantie['libelle']); + $codeGarantie = $this->nettoyer($garantie['codeGarantie']); + $garantie = $this->nettoyer($garantie['libelle']); + + if (est_anglophone()) + { + $garantie = $this->nettoyer($garantie['libelleEng']); + } + ?> -