13/06/23 - 21h21
parent
8c16cd685f
commit
07f4c2962b
|
@ -586,7 +586,7 @@ function Abonnement(props) {
|
|||
|
||||
confirmAlert({
|
||||
title: '',
|
||||
message: "Votre abonnement actuel s'arrete le "+Client_end_date_abonnement+", en confirmant ce nouvel abonnement, votre demande d'arrêt sera annulée.",
|
||||
message: "Votre abonnement actuel s'arrete le " + Client_end_date_abonnement + ", en confirmant ce nouvel abonnement, votre demande d'arrêt sera annulée.",
|
||||
buttons: [
|
||||
{
|
||||
label: 'Oui',
|
||||
|
@ -1256,6 +1256,10 @@ function Abonnement(props) {
|
|||
|
||||
</input>
|
||||
</a>
|
||||
|
||||
{handleOnblur_Code_Promo_api && String(handleOnblur_Code_Promo_api) === "false" &&
|
||||
<nav className="koUpdateData"> {handleOnblur_Code_Promo_message} </nav>
|
||||
}
|
||||
</div>
|
||||
|
||||
{/*<div style={{ "textAlign": "right", "width": "50%", "float": "left" }} className="block_remise">
|
||||
|
|
|
@ -1339,6 +1339,9 @@ function CheckOut(props) {
|
|||
|
||||
</input>
|
||||
</a>
|
||||
{handleOnblur_Code_Promo_api && String(handleOnblur_Code_Promo_api) === "false" &&
|
||||
<nav className="koUpdateData"> {handleOnblur_Code_Promo_message} </nav>
|
||||
}
|
||||
</div>
|
||||
|
||||
{code_promo_text_to_display && String(code_promo_text_to_display) != "" &&
|
||||
|
|
|
@ -3993,12 +3993,14 @@ function GestionAdministrative(props) {
|
|||
|
||||
<div className="field_droite">
|
||||
<select id="session_liste" value={mysession} onChange={handleChangeSession} className="selectsession">
|
||||
<option value="">Choisir </option>
|
||||
<option value="" className="select_option_css">Choisir</option>
|
||||
|
||||
|
||||
{GetCurrentClass_trainingsession_result &&
|
||||
GetCurrentClass_trainingsession_result.map((session) => (
|
||||
|
||||
|
||||
<option value={(JSON.parse(session).formation_session_id)}>
|
||||
<option value={(JSON.parse(session).formation_session_id)} className="select_option_css">
|
||||
{(JSON.parse(session).session_ondemande) === "1" && " A la Demande - "}
|
||||
{( !JSON.parse(session).session_ondemande || JSON.parse(session).session_ondemande === "0" ) &&
|
||||
(JSON.parse(session).date_debut).substring(0, 10)+ " au "+ (JSON.parse(session).date_fin).substring(0, 10)}
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
padding-top: 0.2rem;
|
||||
padding-bottom: 0.2rem;
|
||||
height: 3rem !important;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.css-17nr37i-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
|
||||
|
@ -469,6 +470,7 @@
|
|||
padding-top: 0.2rem;
|
||||
padding-bottom: 0.2rem;
|
||||
height: 3rem !important;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.css-17nr37i-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
|
||||
|
@ -881,6 +883,7 @@
|
|||
padding-top: 0.2rem;
|
||||
padding-bottom: 0.2rem;
|
||||
height: 3rem !important;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.css-17nr37i-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
|
||||
|
@ -1300,6 +1303,7 @@
|
|||
padding-top: 0.2rem;
|
||||
padding-bottom: 0.2rem;
|
||||
height: 3rem !important;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.css-17nr37i-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
width: 90%;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.titre1_aide_finance {
|
||||
|
@ -160,8 +161,9 @@
|
|||
font-size: small !important;
|
||||
color: black;
|
||||
width: 97% !important;
|
||||
height: 3rem !important;
|
||||
border: none !important;
|
||||
margin: 5px !important;
|
||||
height: 3.5rem !important;
|
||||
}
|
||||
|
||||
.training_caract {
|
||||
|
@ -199,6 +201,7 @@
|
|||
width: 100%;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.session_data {
|
||||
|
@ -353,6 +356,7 @@
|
|||
width: 90%;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.titre1_aide_finance {
|
||||
|
@ -437,9 +441,9 @@
|
|||
font-size: small !important;
|
||||
color: black;
|
||||
width: 90% !important;
|
||||
height: 3rem !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
border: 1px solid #dee2e6;
|
||||
border: none !important;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
@ -478,6 +482,7 @@
|
|||
width: 90%;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.session_data {
|
||||
|
@ -624,6 +629,7 @@
|
|||
width: 90%;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.titre1_aide_finance {
|
||||
|
@ -708,9 +714,9 @@
|
|||
font-size: small !important;
|
||||
color: black;
|
||||
width: 90% !important;
|
||||
height: 3rem !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
border: 1px solid #dee2e6;
|
||||
border: none !important;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
@ -749,6 +755,7 @@
|
|||
width: 90%;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.session_data {
|
||||
|
@ -897,6 +904,7 @@
|
|||
width: 90%;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.titre1_aide_finance {
|
||||
|
@ -981,9 +989,9 @@
|
|||
font-size: small !important;
|
||||
color: black;
|
||||
width: 90% !important;
|
||||
height: 3rem !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
border: 1px solid #dee2e6;
|
||||
border: none !important;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
@ -1022,6 +1030,7 @@
|
|||
width: 90%;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.session_data {
|
||||
|
@ -1209,7 +1218,15 @@
|
|||
.css-qiwgdb {
|
||||
padding: 6px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
option {
|
||||
font-weight: normal;
|
||||
display: block;
|
||||
white-space-collapse: collapse;
|
||||
text-wrap: nowrap;
|
||||
padding: 0px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -1263,3 +1280,7 @@
|
|||
.css-1x5jdmq {
|
||||
height: 3rem !important;
|
||||
}
|
||||
|
||||
.select_option_css {
|
||||
border-radius: 0px !important;
|
||||
}
|
Loading…
Reference in New Issue