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