This commit is contained in:
KANE LAZENI 2025-12-11 09:31:53 +00:00
parent 64160fb96d
commit a28bf00a14
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
?>
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 12px; margin-bottom:10px;">
Centralized Manager Portal
Manager Portal
</span>
<?php if (isset($msgErreur) and $msgErreur>" "): ?>
@ -29,7 +29,7 @@
<label for="langue">Language</label>
<select class="selectpicker" data-live-search="true" id="langue" NAME="langue" style="text-align:center;" required
onChange="javascript:changer_langue_connexion();" >
<?php liste_options($langues, $_SESSION['lang']); ?>
<?php liste_options($langues, $_SESSION['lang'], true); ?>
</SELECT>
</div>

View File

@ -7,7 +7,7 @@
?>
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 12px; margin-bottom:10px;">
Portail Gestionnaire centralisé
Portail Gestionnaire
</span>
<?php if (isset($msgErreur) and $msgErreur>" "): ?>
@ -29,7 +29,7 @@
<label for="langue">Langue</label>
<select class="selectpicker" data-live-search="true" id="langue" NAME="langue" style="text-align:center;" required
onChange="javascript:changer_langue_connexion();" >
<?php liste_options($langues, $_SESSION['lang']); ?>
<?php liste_options($langues, $_SESSION['lang'], true); ?>
</SELECT>
</div>