This commit is contained in:
KANE LAZENI 2026-06-25 18:56:39 +00:00
parent 271cff794a
commit 68ed7e0d6c
4 changed files with 13 additions and 17 deletions

View File

@ -86356,9 +86356,6 @@ function changer_entite_portail()
return;
}
//alert(codeSociete);
//return;
donnees = 'codeSociete='+codeSociete;
v_url = $("#racineWeb").val()+"Ajaxchangerentiteportail/";
@ -86370,11 +86367,9 @@ function changer_entite_portail()
type : 'post',
data: donnees,
error: function(errorData) {
// alert('success :' + errorData);
$("#div_login_portail").html(errorData);
},
success: function(data) {
// alert('success :' + data);
$("#div_login_portail").html(data);
societeExiste = $("#societeExiste").val();
entiteActive = $("#entiteActive").val();
@ -86388,11 +86383,16 @@ function changer_entite_portail()
{
$("#btn_connexion").disable();
}
},
complete: function()
{
src_logo="Societes/"+codeSociete+"/Logos/logo_societe.png";
const wrapper = document.querySelector('.login-wrapper');
wrapper.style.backgroundImage = `url('${src_logo}')`;
}
});
}
function filtreproduitbareme(){

View File

@ -4,7 +4,10 @@
{
$msgErreur = 'Site under maintenance, please log back in later!';
}
$cheminLogo ="/Societes/$codeSociete/Logos/logo_societe.png";
?>
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 12px; margin-bottom:10px;">
Manager Portal
</span>

View File

@ -4,15 +4,8 @@
{
$msgErreur = 'Site en maintenance, veuillez vous reconnecter plus tard!';
}
/*
$cheminLogo = "/var/www/Config/$codeSociete/logo_societe.png";
var_dump(
array(
"cheminLogo" => $cheminLogo,
)
);
*/
$cheminLogo ="/Societes/$codeSociete/Logos/logo_societe.png";
?>
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 12px; margin-bottom:10px;">
@ -23,7 +16,7 @@
<div class="text-center p-t-10">
<h4 class="txt3">
<div class="col-12 alert alert-danger">
<?= $msgErreur ?>
<?= $msgErreur ?>
</div>
</h4>
</div>

View File

@ -984,7 +984,7 @@
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
<script src="Js/fonctions.js?ver=2026.06.24.01"></script>
<script src="Js/fonctions.js?ver=2026.06.25.00"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>