mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 01:00:32 +02:00
Minor fixes
This commit is contained in:
@ -74,7 +74,7 @@ if ($user->getRole() == Role::PARTICIPANT || $user->getRole() == Role::ENCADRANT
|
||||
</div>
|
||||
|
||||
<div class="alert alert-info">
|
||||
<strong>Sexe :</strong> <?= $user->getGender() == "M" ? "Masculin" : "Féminin" ?><br />
|
||||
<strong>Genre :</strong> <?= $user->getGender() == "M" ? "Masculin" : "Féminin" ?><br />
|
||||
</div>
|
||||
|
||||
<div class="alert alert-info">
|
||||
@ -93,7 +93,7 @@ if ($user->getRole() == Role::PARTICIPANT || $user->getRole() == Role::ENCADRANT
|
||||
<?php if ($user->getRole() == Role::PARTICIPANT) { ?>
|
||||
<div class="alert alert-info">
|
||||
Lycée : <?= $user->getSchool() ?><br />
|
||||
Classe : <?php SchoolClass::getTranslatedName($user->getClass()) ?>
|
||||
Classe : <?= SchoolClass::getTranslatedName($user->getClass()) ?>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-info">
|
||||
|
@ -72,7 +72,7 @@ if (isset($user) && !$has_error) {
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-6">
|
||||
<label for="gender" class="mr-2">Sexe :</label>
|
||||
<label for="gender" class="mr-2">Genre :</label>
|
||||
<br/>
|
||||
<div class="custom-control custom-radio custom-control-inline">
|
||||
<input type="radio" class="custom-control-input" id="male" name="gender" value="M"
|
||||
|
@ -61,7 +61,7 @@ if (!$has_error && (isset($my_account) || isset($new_password))) {
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-6">
|
||||
<label for="gender" class="mr-2">Sexe :</label>
|
||||
<label for="gender" class="mr-2">Genre :</label>
|
||||
<br/>
|
||||
<div class="custom-control custom-radio custom-control-inline">
|
||||
<input type="radio" class="custom-control-input" id="male" name="gender" value="M"
|
||||
|
Reference in New Issue
Block a user