diff --git a/Js/fonctions.js b/Js/fonctions.js index e083869..90d1fa3 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -3531,3 +3531,17 @@ function liste_mouvemements_assures() } }); } + +function retour_fiche_police() +{ + + idPolice=$("#idPolice_C" ).val(); + + if (idPolice>"") + { + window.location.assign($("#racineWeb" ).val()+"Fichepolice/"); + }else{ + window.location.assign($("#racineWeb" ).val()+"Accueil/"); + } + +} \ No newline at end of file diff --git a/Vue/Sppolice/index.php b/Vue/Sppolice/index.php index 01ed481..b4ca167 100644 --- a/Vue/Sppolice/index.php +++ b/Vue/Sppolice/index.php @@ -49,9 +49,9 @@ $ratio = (float)$this->nettoyer($sppoliceentete['ratio_acquise']); $color = $ratio > 100 ? 'danger' : ($ratio > 70 ? 'warning' : 'success'); ?> -
+
-
+

%

diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 24c483e..2d3e854 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +