This commit is contained in:
KANE LAZENI 2026-07-05 12:32:58 +00:00
parent 9c287bbee1
commit 2979d4f506
3 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,6 @@
{
$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;">

View File

@ -4,8 +4,6 @@
{
$msgErreur = 'Site en maintenance, veuillez vous reconnecter plus tard!';
}
// $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;">

View File

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