a
This commit is contained in:
parent
64160fb96d
commit
a28bf00a14
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user