13/06/23 - 21h21
parent
8c16cd685f
commit
07f4c2962b
|
@ -583,22 +583,22 @@ function Abonnement(props) {
|
|||
window.scrollTo(0, 0);
|
||||
|
||||
if (Client_end_date_abonnement && String(Client_end_date_abonnement).length > 3) {
|
||||
|
||||
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.",
|
||||
buttons: [
|
||||
{
|
||||
label: 'Oui',
|
||||
onClick: () => { confirmAbonnement_avec_arret_encours(packs); }
|
||||
},
|
||||
{
|
||||
label: 'Non',
|
||||
onClick: () => { return }
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
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.",
|
||||
buttons: [
|
||||
{
|
||||
label: 'Oui',
|
||||
onClick: () => { confirmAbonnement_avec_arret_encours(packs); }
|
||||
},
|
||||
{
|
||||
label: 'Non',
|
||||
onClick: () => { return }
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
} else {
|
||||
|
||||
|
@ -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 {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
border: 0;
|
||||
box-sizing: content-box;
|
||||
background: none;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
margin: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
display: block;
|
||||
|
@ -51,11 +51,11 @@
|
|||
}
|
||||
|
||||
.div_row_gauche {
|
||||
|
||||
|
||||
width: 100%;
|
||||
border-radius: 10rem !important;
|
||||
text-align: left;
|
||||
|
||||
|
||||
margin: 0px !important;
|
||||
margin-bottom: 0.5rem !important;
|
||||
margin-top: 0.5rem !important;
|
||||
|
@ -65,7 +65,7 @@
|
|||
width: 100%;
|
||||
border-radius: 10rem !important;
|
||||
text-align: left;
|
||||
|
||||
|
||||
margin: 0px !important;
|
||||
margin-bottom: 0.5rem !important;
|
||||
margin-top: 0.5rem !important;
|
||||
|
@ -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 {
|
||||
|
@ -177,7 +179,7 @@
|
|||
border: 0;
|
||||
box-sizing: content-box;
|
||||
background: none;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
margin: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
display: block;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -456,7 +460,7 @@
|
|||
border: 0;
|
||||
box-sizing: content-box;
|
||||
background: none;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
margin: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
display: block;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -727,7 +733,7 @@
|
|||
border: 0;
|
||||
box-sizing: content-box;
|
||||
background: none;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
margin: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
display: block;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -1000,7 +1008,7 @@
|
|||
border: 0;
|
||||
box-sizing: content-box;
|
||||
background: none;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
margin: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
display: block;
|
||||
|
@ -1022,6 +1030,7 @@
|
|||
width: 90%;
|
||||
height: 3rem;
|
||||
font-size: small;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.session_data {
|
||||
|
@ -1126,8 +1135,8 @@
|
|||
width: 60%;
|
||||
background: #81BC3A;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.bton_traiter_en_mass {
|
||||
border-radius: 5px;
|
||||
font-size: small;
|
||||
|
@ -1137,9 +1146,9 @@
|
|||
margin-left: 5%;
|
||||
height: 2.5rem;
|
||||
color: white;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.bton_fermer {
|
||||
border-radius: 5px;
|
||||
font-size: small;
|
||||
|
@ -1150,66 +1159,74 @@
|
|||
}
|
||||
|
||||
|
||||
.enable_style {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.enable_style {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
// end media
|
||||
// end media
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input:invalid {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 5px !important;
|
||||
}
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input:invalid {
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 5px !important;
|
||||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
font: inherit;
|
||||
letter-spacing: inherit;
|
||||
color: currentColor;
|
||||
border: 0;
|
||||
box-sizing: content-box;
|
||||
background: none;
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
font: inherit;
|
||||
letter-spacing: inherit;
|
||||
color: currentColor;
|
||||
border: 0;
|
||||
box-sizing: content-box;
|
||||
background: none;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
margin: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
margin: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
display: block;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
-webkit-animation-name: mui-auto-fill-cancel;
|
||||
animation-name: mui-auto-fill-cancel;
|
||||
-webkit-animation-duration: 10ms;
|
||||
animation-duration: 10ms;
|
||||
height: 3rem !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.css-1t10bd6-MuiFormControl-root-MuiTextField-root fieldset {
|
||||
border-color: transparent !important;
|
||||
border-radius: 20px !important;
|
||||
}
|
||||
|
||||
.bton_emarge {
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
padding: 0.5rem;
|
||||
background: rgb(129, 188, 58);
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.css-1x5jdm {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
.css-1x5jdmq {
|
||||
padding: 6px !important;
|
||||
height: 3rem ! important;
|
||||
}
|
||||
|
||||
.css-qiwgdb {
|
||||
padding: 6px !important;
|
||||
}
|
||||
}
|
||||
|
||||
option {
|
||||
font-weight: normal;
|
||||
display: block;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
-webkit-animation-name: mui-auto-fill-cancel;
|
||||
animation-name: mui-auto-fill-cancel;
|
||||
-webkit-animation-duration: 10ms;
|
||||
animation-duration: 10ms;
|
||||
height: 3rem !important;
|
||||
padding: 0 !important;
|
||||
white-space-collapse: collapse;
|
||||
text-wrap: nowrap;
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
.css-1t10bd6-MuiFormControl-root-MuiTextField-root fieldset {
|
||||
border-color: transparent !important;
|
||||
border-radius: 20px !important;
|
||||
}
|
||||
|
||||
.bton_emarge {
|
||||
border-radius: 5rem;
|
||||
font-size: small;
|
||||
padding: 0.5rem;
|
||||
background: rgb(129, 188, 58);
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.css-1x5jdm {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
.css-1x5jdmq {
|
||||
padding: 6px !important;
|
||||
height: 3rem ! important;
|
||||
}
|
||||
|
||||
.css-qiwgdb {
|
||||
padding: 6px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -1224,7 +1241,7 @@
|
|||
border: 0;
|
||||
box-sizing: content-box;
|
||||
background: none;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
margin: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
display: block;
|
||||
|
@ -1238,14 +1255,14 @@
|
|||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
font: inherit;
|
||||
letter-spacing: inherit;
|
||||
color: currentColor;
|
||||
border: 0;
|
||||
box-sizing: content-box;
|
||||
background: none;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
margin: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
display: block;
|
||||
|
@ -1262,4 +1279,8 @@
|
|||
|
||||
.css-1x5jdmq {
|
||||
height: 3rem !important;
|
||||
}
|
||||
|
||||
.select_option_css {
|
||||
border-radius: 0px !important;
|
||||
}
|
Loading…
Reference in New Issue