This commit is contained in:
KANE LAZENI 2026-07-05 13:14:36 +00:00
parent 4ea6d9d196
commit 35edc58c29
2 changed files with 0 additions and 6 deletions

View File

@ -86333,8 +86333,6 @@ function afficher_consulter_actes_garantiebareme(idBaremePriseEnCharge, codeGara
function changer_entite_portail()
{
alert("changer_entite_portail");
codeSociete=$("#codeSociete").val();
if (codeSociete<=" ")
@ -86384,8 +86382,6 @@ function changer_entite_portail()
src_logo="Societes/"+codeSociete+"/Logos/logo_societe.png";
}
alert("afficherLogoSociete => "+afficherLogoSociete+" ; src_logo => "+src_logo);
const wrapper = document.querySelector('.login-wrapper');
wrapper.style.backgroundImage = `url('${src_logo}')`;
}

View File

@ -22,8 +22,6 @@
$societeExiste = true;
?>
<!-- <input class="sr-only" type="text" name="afficherLogoSociete" id="afficherLogoSociete" value="<?= $afficherLogoSociete ?>"> -->
<div class="login-wrapper">
<form class="login100-form validate-form" action="Connexion/connecter" method="post">
<?php