14/03/2026 - 22h
parent
fcc4a4a458
commit
a265c81c91
|
|
@ -79,6 +79,7 @@
|
|||
"js-cookie": "^3.0.1",
|
||||
"js-file-download": "^0.4.12",
|
||||
"js-video-url-parser": "^0.5.1",
|
||||
"lucide-react": "^0.577.0",
|
||||
"moment": "^2.29.4",
|
||||
"mui-datatables": "^4.3.0",
|
||||
"mui-daterange-picker": "^1.0.5",
|
||||
|
|
@ -24349,6 +24350,15 @@
|
|||
"node": "20 || >=22"
|
||||
}
|
||||
},
|
||||
"node_modules/lucide-react": {
|
||||
"version": "0.577.0",
|
||||
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.577.0.tgz",
|
||||
"integrity": "sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==",
|
||||
"license": "ISC",
|
||||
"peerDependencies": {
|
||||
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/luxon": {
|
||||
"version": "3.7.2",
|
||||
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.7.2.tgz",
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@
|
|||
"js-cookie": "^3.0.1",
|
||||
"js-file-download": "^0.4.12",
|
||||
"js-video-url-parser": "^0.5.1",
|
||||
"lucide-react": "^0.577.0",
|
||||
"moment": "^2.29.4",
|
||||
"mui-datatables": "^4.3.0",
|
||||
"mui-daterange-picker": "^1.0.5",
|
||||
|
|
|
|||
|
|
@ -9198,7 +9198,7 @@ const Apprenant_ARG = (props) => {
|
|||
|
||||
{String(props.check_user_acces_right("stagiaire", "write")) === "1" && String(apprenant_data_changed) === "1" && String(apprenant_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_Apprenant_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_Apprenant_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -9539,7 +9539,7 @@ const Apprenant_ARG = (props) => {
|
|||
|
||||
{String(apprenant_data_changed) === "1" && String(apprenant_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_Apprenant_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_Apprenant_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -10784,7 +10784,7 @@ const Apprenant_ARG = (props) => {
|
|||
|
||||
{String(given_suivi_ped_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Suiv_Pedagogique}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Suiv_Pedagogique}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -11288,7 +11288,7 @@ const Autre_RH = (props) => {
|
|||
|
||||
{String(Affectation_data_changed) === "1" && String(edite_affectation_form) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Affectation_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Affectation_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -11690,7 +11690,7 @@ const Autre_RH = (props) => {
|
|||
|
||||
{String(acces_right_data_changed) === "1" && String(acces_right_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_user_access_right_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_user_access_right_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -12914,7 +12914,7 @@ const Autre_RH = (props) => {
|
|||
|
||||
{String(given_suivi_ped_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Suiv_Pedagogique}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Suiv_Pedagogique}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -1876,7 +1876,7 @@ const Config_Champs_Personnalise = (props) => {
|
|||
|
||||
{String(personal_field_data_changed) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Specific_field_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Specific_field_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -2145,7 +2145,7 @@ const Config_Champs_Personnalise = (props) => {
|
|||
|
||||
<div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_One_Specific_field_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_One_Specific_field_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -3285,7 +3285,7 @@ const Config_Documents = (props) => {
|
|||
|
||||
{String(partner_document_data_changed) === "1" && String(partner_document_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_one_Partner_Document}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_one_Partner_Document}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -3666,7 +3666,7 @@ const Config_Documents = (props) => {
|
|||
|
||||
<div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_one_Partner_Document}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_one_Partner_Document}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -3158,7 +3158,7 @@ const Config_Documents_Super_Admin = (props) => {
|
|||
|
||||
{String(partner_document_data_changed) === "1" && String(partner_document_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_one_Partner_Document}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_one_Partner_Document}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -3498,7 +3498,7 @@ const Config_Documents_Super_Admin = (props) => {
|
|||
|
||||
<div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_one_Partner_Document}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_one_Partner_Document}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -6629,15 +6629,15 @@ const Conseil_Classe = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
[`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
|
|
@ -8473,12 +8473,12 @@ const Conseil_Classe = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -10602,15 +10602,15 @@ const Conseil_Classe = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .line--statut--noted_changed': {
|
||||
|
|
@ -10882,15 +10882,15 @@ const Conseil_Classe = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
[`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
|
|
|
|||
|
|
@ -2423,12 +2423,12 @@ const CRM_Opportunite = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -2440,11 +2440,11 @@ const CRM_Opportunite = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
@ -2460,15 +2460,15 @@ const CRM_Opportunite = (props) => {
|
|||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -554,15 +554,15 @@ registerLocale('fr', fr);
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ const Dashbord_Ressources_Humaines = (props) => {
|
|||
|
||||
return (
|
||||
<nav>
|
||||
{value && <div style={{ paddingLeft: "5px", paddingRight: "15px", "display": "block", wordBreak: "break-all", paddingTop:'5px' }}>
|
||||
{value && <div style={{ paddingLeft: "5px", paddingRight: "15px", "display": "block", wordBreak: "break-all", paddingTop: '5px' }}>
|
||||
|
||||
{expanded ? value : value.slice(0, 50)}
|
||||
{value.length > 50 && (
|
||||
|
|
@ -69,7 +69,7 @@ const Dashbord_Ressources_Humaines = (props) => {
|
|||
)}
|
||||
</div>}
|
||||
|
||||
{value && <div style={{ paddingLeft: "5px", paddingRight: "15px", "display": "block", wordBreak: "break-all", paddingTop:'5px' }}>
|
||||
{value && <div style={{ paddingLeft: "5px", paddingRight: "15px", "display": "block", wordBreak: "break-all", paddingTop: '5px' }}>
|
||||
|
||||
</div>
|
||||
}
|
||||
|
|
@ -90,7 +90,7 @@ const Dashbord_Ressources_Humaines = (props) => {
|
|||
{ field: 'fonction', headerName: 'Fonction', hide: true, minWidth: 200, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} /> },
|
||||
|
||||
{ field: 'agenda_event_title', headerName: 'Titre Event', hide: false, minWidth: 250, flex: 1, renderCell: (params) => <ExpandableCell_50 {...params} /> },
|
||||
{ field: 'agenda_event_code_session', headerName: 'Code session', hide: false, minWidth: 250, flex: 1, renderCell: (params) => <ExpandableCell_50 {...params} /> },
|
||||
{ field: 'agenda_event_code_session', headerName: 'Code session', hide: false, minWidth: 250, flex: 1, renderCell: (params) => <ExpandableCell_50 {...params} /> },
|
||||
{ field: 'agenda_event_type', headerName: 'Type Event', hide: false, minWidth: 150, flex: 1, maxWidth: 100, renderCell: (params) => <ExpandableCell_50 {...params} /> },
|
||||
{ field: 'event_duration_hour', headerName: 'Durée (h)', hide: false, minWidth: 100, flex: 1, maxWidth: 100, renderCell: (params) => <ExpandableCell_50 {...params} /> },
|
||||
{ field: 'agenda_date_jour', headerName: 'Date', hide: false, minWidth: 150, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} /> },
|
||||
|
|
@ -105,43 +105,43 @@ const Dashbord_Ressources_Humaines = (props) => {
|
|||
{ field: 'id', headerName: 'id', hide: true },
|
||||
{ field: '_id', headerName: '_id', hide: true },
|
||||
|
||||
{ field: 'rh_civilite', headerName: 'Civ.', hide: true, minWidth: 100, flex: 1, maxWidth: 60 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_nom', headerName: 'Nom', hide: false, flex: 1, minWidth: 200 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_prenom', headerName: 'Prénom', hide: false, flex: 1, minWidth: 200 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_email', headerName: 'Email', hide: true, flex: 1, minWidth: 250 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_ismanager', headerName: 'Manager', hide: true, minWidth: 50, flex: 1, maxWidth: 100 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_fonction', headerName: 'Fonction', hide: true, minWidth: 100, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_telephone_mobile', headerName: 'Mobile', hide: true, minWidth: 100, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_adr_adresse', headerName: 'Adesse', hide: true, minWidth: 100, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_adr_code_postal', headerName: 'CP', hide: true, minWidth: 100, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_adr_ville', headerName: 'Ville', hide: true, minWidth: 100, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_adr_pays', headerName: 'Pays', hide: true, minWidth: 100, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_civilite', headerName: 'Civ.', hide: true, minWidth: 100, flex: 1, maxWidth: 60, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_nom', headerName: 'Nom', hide: false, flex: 1, minWidth: 200, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_prenom', headerName: 'Prénom', hide: false, flex: 1, minWidth: 200, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_email', headerName: 'Email', hide: true, flex: 1, minWidth: 250, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_ismanager', headerName: 'Manager', hide: true, minWidth: 50, flex: 1, maxWidth: 100, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_fonction', headerName: 'Fonction', hide: true, minWidth: 100, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_telephone_mobile', headerName: 'Mobile', hide: true, minWidth: 100, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_adr_adresse', headerName: 'Adesse', hide: true, minWidth: 100, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_adr_code_postal', headerName: 'CP', hide: true, minWidth: 100, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_adr_ville', headerName: 'Ville', hide: true, minWidth: 100, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_adr_pays', headerName: 'Pays', hide: true, minWidth: 100, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
|
||||
|
||||
{ field: 'rh_contrat_date_debut', headerName: 'Ctrat Du', hide: true, minWidth: 150, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_contrat_date_fin', headerName: 'Ctrat Au', hide: true, minWidth: 150, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_contrat_type_contrat', headerName: 'Ctrat Type', hide: true, minWidth: 150, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_contrat_type_employe', headerName: 'Ctrat Empl.', hide: true, minWidth: 150, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_contrat_cout', headerName: 'Ctrat Cout', hide: true, minWidth: 150, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_contrat_periodicite', headerName: 'Ctrat Périodicité', hide: true, minWidth: 150, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_contrat_quantite', headerName: 'Ctrat Qte', hide: true, minWidth: 150, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_contrat_date_debut', headerName: 'Ctrat Du', hide: true, minWidth: 150, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_contrat_date_fin', headerName: 'Ctrat Au', hide: true, minWidth: 150, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_contrat_type_contrat', headerName: 'Ctrat Type', hide: true, minWidth: 150, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_contrat_type_employe', headerName: 'Ctrat Empl.', hide: true, minWidth: 150, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_contrat_cout', headerName: 'Ctrat Cout', hide: true, minWidth: 150, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_contrat_periodicite', headerName: 'Ctrat Périodicité', hide: true, minWidth: 150, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_contrat_quantite', headerName: 'Ctrat Qte', hide: true, minWidth: 150, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
|
||||
{ field: 'rh_contrat_groupe_prix_achat_id', headerName: 'Grp Prix ID', hide: true, Width: 0, renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_contrat_groupe_prix_achat_code', headerName: 'Grp Prix Code', hide: true, minWidth: 100, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_contrat_groupe_prix_achat_id', headerName: 'Grp Prix ID', hide: true, Width: 0, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_contrat_groupe_prix_achat_code', headerName: 'Grp Prix Code', hide: true, minWidth: 100, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
|
||||
{ field: 'rh_contrat_groupe_prix_achat_cout', headerName: 'Grp Prix Cout', hide: true, minWidth: 100, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_contrat_groupe_prix_achat_periodicite', headerName: 'Grp Prix Périodicité', hide: true, minWidth: 100, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_contrat_groupe_prix_achat_cout', headerName: 'Grp Prix Cout', hide: true, minWidth: 100, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_contrat_groupe_prix_achat_periodicite', headerName: 'Grp Prix Périodicité', hide: true, minWidth: 100, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
|
||||
|
||||
{ field: 'rh_event_planning_event_title', headerName: 'Planning Titre', hide: false, minWidth: 200, flex: 1, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_event_planning_even_comment', headerName: 'Planning Comment', hide: true, minWidth: 100, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_event_planning_event_type', headerName: 'Planning Type', hide: false, minWidth: 150, flex: 1, maxWidth: 100 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_event_planning_event_duration_hour', headerName: 'Planning Durée (h)', hide: false, minWidth: 100, flex: 1, maxWidth: 100 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_event_planning_agenda_date_jour', headerName: 'Planning Date', hide: true, minWidth: 150, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_event_planning_event_start', headerName: 'Planning Début', hide: false, minWidth: 150, flex: 1, maxWidth: 200 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_event_planning_event_end', headerName: 'Planning Fin', hide: false, minWidth: 150, flex: 1, maxWidth: 200 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
{ field: 'rh_event_planning_event_cost', headerName: 'Planning Cout Total (HT)', hide: false, minWidth: 150, flex: 1, maxWidth: 150 , renderCell: (params) => <ExpandableCell_50 {...params} />,},
|
||||
|
||||
{ field: 'rh_event_planning_event_title', headerName: 'Planning Titre', hide: false, minWidth: 200, flex: 1, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_event_planning_even_comment', headerName: 'Planning Comment', hide: true, minWidth: 100, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_event_planning_event_type', headerName: 'Planning Type', hide: false, minWidth: 150, flex: 1, maxWidth: 100, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_event_planning_event_duration_hour', headerName: 'Planning Durée (h)', hide: false, minWidth: 100, flex: 1, maxWidth: 100, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_event_planning_agenda_date_jour', headerName: 'Planning Date', hide: true, minWidth: 150, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_event_planning_event_start', headerName: 'Planning Début', hide: false, minWidth: 150, flex: 1, maxWidth: 200, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_event_planning_event_end', headerName: 'Planning Fin', hide: false, minWidth: 150, flex: 1, maxWidth: 200, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
{ field: 'rh_event_planning_event_cost', headerName: 'Planning Cout Total (HT)', hide: false, minWidth: 150, flex: 1, maxWidth: 150, renderCell: (params) => <ExpandableCell_50 {...params} />, },
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
|
@ -476,6 +476,7 @@ const Dashbord_Ressources_Humaines = (props) => {
|
|||
const New_option_type_planing = [
|
||||
{ "id": "absence", "label": "Absence", "value": "absence" },
|
||||
{ "id": "planning", "label": "Planning", "value": "planning" },
|
||||
{ "id": "eval", "label": "Evaluation", "value": "eval" },
|
||||
{ "id": "autre", "label": "Autre", "value": "autre" },
|
||||
{ "id": "", "label": "", "value": "" },
|
||||
]
|
||||
|
|
@ -494,7 +495,7 @@ const Dashbord_Ressources_Humaines = (props) => {
|
|||
<div className="mysy_spinner"> <img src={img_loading_spin} /> </div>
|
||||
</div>}
|
||||
|
||||
<h3 style={{ fontFamily:'DM Sans' }}> Tableaux de bord des ressources humaines (Employés) </h3>
|
||||
<h3 style={{ fontFamily: 'DM Sans' }}> Tableaux de bord des ressources humaines (Employés) </h3>
|
||||
<div className="div_row"> </div>
|
||||
<div className="div_row" style={{ "textAlign": "right", "paddingRight": "20px" }}> Affichage
|
||||
<Tooltip className="tooltip_css" id="my_tooltip_1_col" style={{ "fontSize": "12px" }} />
|
||||
|
|
@ -666,7 +667,7 @@ const Dashbord_Ressources_Humaines = (props) => {
|
|||
<div style={{ "float": "left", "width": "100%", "paddingRight": "5px" }}>
|
||||
|
||||
|
||||
<div style={{ "float": "left", "width": String(display_column_size),"float": "left", "paddingRight": "5px" }} >
|
||||
<div style={{ "float": "left", "width": String(display_column_size), "float": "left", "paddingRight": "5px" }} >
|
||||
<div className="titre1" style={{ "float": "left", "cursor": "none" }}>
|
||||
<nav style={{ "width": "90%", "float": "left", "textAlign": "center" }}> TBD Employés - Détail Tâche </nav>
|
||||
<Tooltip className="tooltip_css" id="my-tooltip01" style={{ "fontSize": "12px" }} />
|
||||
|
|
@ -716,23 +717,23 @@ const Dashbord_Ressources_Humaines = (props) => {
|
|||
paddingRight: '1px',
|
||||
|
||||
"& .MuiDataGrid-columnHeaders": {
|
||||
backgroundColor: "#dfe8f2",
|
||||
color: "#0a2a4d",
|
||||
fontSize: '14px',
|
||||
fontFamily:'DM Sans',
|
||||
backgroundColor: "#dfe8f2",
|
||||
color: "#0a2a4d",
|
||||
fontSize: '14px',
|
||||
fontFamily: 'DM Sans',
|
||||
},
|
||||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -837,8 +838,10 @@ const Dashbord_Ressources_Humaines = (props) => {
|
|||
<div >
|
||||
|
||||
{JSON.parse(my_data).total_duration &&
|
||||
<nav style={{ "paddingLeft": "5px", "textAlign": "left", "width": "100%", "fontWeight": "700", "fontSize": "2rem", height:"5rem",
|
||||
"color":'#6495ED' }}>
|
||||
<nav style={{
|
||||
"paddingLeft": "5px", "textAlign": "left", "width": "100%", "fontWeight": "700", "fontSize": "2rem", height: "5rem",
|
||||
"color": '#6495ED'
|
||||
}}>
|
||||
Durée totale : {JSON.parse(my_data).total_duration}
|
||||
<div className="div_row"> </div>
|
||||
</nav>}
|
||||
|
|
@ -913,23 +916,23 @@ const Dashbord_Ressources_Humaines = (props) => {
|
|||
paddingRight: '1px',
|
||||
|
||||
"& .MuiDataGrid-columnHeaders": {
|
||||
backgroundColor: "#dfe8f2",
|
||||
color: "#0a2a4d",
|
||||
fontSize: '14px',
|
||||
fontFamily:'DM Sans',
|
||||
backgroundColor: "#dfe8f2",
|
||||
color: "#0a2a4d",
|
||||
fontSize: '14px',
|
||||
fontFamily: 'DM Sans',
|
||||
},
|
||||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -1050,15 +1053,19 @@ const Dashbord_Ressources_Humaines = (props) => {
|
|||
<div >
|
||||
|
||||
{JSON.parse(my_data).total_duration &&
|
||||
<nav style={{ "paddingLeft": "5px", "textAlign": "left", "width": "100%", "fontWeight": "700", "fontSize": "2rem", height:"5rem",
|
||||
"color":'#6495ED' }}>
|
||||
<nav style={{
|
||||
"paddingLeft": "5px", "textAlign": "left", "width": "100%", "fontWeight": "700", "fontSize": "2rem", height: "5rem",
|
||||
"color": '#6495ED'
|
||||
}}>
|
||||
Durée totale : {JSON.parse(my_data).total_duration}
|
||||
<div className="div_row"> </div>
|
||||
</nav>}
|
||||
|
||||
{JSON.parse(my_data).total_cost &&
|
||||
<nav style={{ "paddingLeft": "5px", "textAlign": "left", "width": "100%", "fontWeight": "700", "fontSize": "2rem", height:"5rem",
|
||||
"color":'#FF7F50' }}>
|
||||
<nav style={{
|
||||
"paddingLeft": "5px", "textAlign": "left", "width": "100%", "fontWeight": "700", "fontSize": "2rem", height: "5rem",
|
||||
"color": '#FF7F50'
|
||||
}}>
|
||||
Coût total : {JSON.parse(my_data).total_cost}
|
||||
<div className="div_row"> </div>
|
||||
</nav>}
|
||||
|
|
|
|||
|
|
@ -371,6 +371,7 @@ registerLocale('fr', fr);
|
|||
const New_option_type_planing = [
|
||||
{ "id": "absence", "label": "Absence", "value": "absence" },
|
||||
{ "id": "planning", "label": "Planning", "value": "planning" },
|
||||
{ "id": "eval", "label": "Evaluation", "value": "eval" },
|
||||
{ "id": "autre", "label": "Autre", "value": "autre" },
|
||||
{ "id": "", "label": "", "value": "" },
|
||||
]
|
||||
|
|
@ -628,15 +629,15 @@ registerLocale('fr', fr);
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -349,6 +349,7 @@ registerLocale('fr', fr);
|
|||
const New_option_type_planing = [
|
||||
{ "id": "absence", "label": "Absence", "value": "absence" },
|
||||
{ "id": "planning", "label": "Planning", "value": "planning" },
|
||||
{ "id": "eval", "label": "Evaluation", "value": "eval" },
|
||||
{ "id": "autre", "label": "Autre", "value": "autre" },
|
||||
{ "id": "", "label": "", "value": "" },
|
||||
]
|
||||
|
|
@ -605,15 +606,15 @@ registerLocale('fr', fr);
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -10864,12 +10864,12 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -10881,11 +10881,11 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
@ -11095,12 +11095,12 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -11112,11 +11112,11 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
@ -13832,12 +13832,12 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -13849,11 +13849,11 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
@ -13870,15 +13870,15 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -14629,7 +14629,7 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -14639,13 +14639,13 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
|
||||
'& .line--positionnement_envoye': {
|
||||
backgroundColor: '#F9E79F',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
|
||||
},
|
||||
|
||||
'& .line--positionnement_repondu': {
|
||||
backgroundColor: '#ABEBC6',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600',
|
||||
},
|
||||
|
||||
|
|
@ -15031,15 +15031,15 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -15175,15 +15175,15 @@ const DisplayPartnerStagiaires = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -10622,12 +10622,12 @@ const DisplayPartnerStagiaires_ARG = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -10639,11 +10639,11 @@ const DisplayPartnerStagiaires_ARG = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
@ -10857,12 +10857,12 @@ const DisplayPartnerStagiaires_ARG = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -10874,11 +10874,11 @@ const DisplayPartnerStagiaires_ARG = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
@ -13591,12 +13591,12 @@ const DisplayPartnerStagiaires_ARG = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -13608,11 +13608,11 @@ const DisplayPartnerStagiaires_ARG = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
@ -13629,15 +13629,15 @@ const DisplayPartnerStagiaires_ARG = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -14388,7 +14388,7 @@ const DisplayPartnerStagiaires_ARG = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -14398,13 +14398,13 @@ const DisplayPartnerStagiaires_ARG = (props) => {
|
|||
|
||||
'& .line--positionnement_envoye': {
|
||||
backgroundColor: '#F9E79F',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
|
||||
},
|
||||
|
||||
'& .line--positionnement_repondu': {
|
||||
backgroundColor: '#ABEBC6',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600',
|
||||
},
|
||||
|
||||
|
|
@ -14790,15 +14790,15 @@ const DisplayPartnerStagiaires_ARG = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -14934,15 +14934,15 @@ const DisplayPartnerStagiaires_ARG = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -3670,11 +3670,11 @@ const DistplayPartnerTraningsPage = (props) => {
|
|||
},
|
||||
'& .line--published': {
|
||||
backgroundColor: '#E6F7C8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--unpublished': {
|
||||
backgroundColor: '#FAD7A0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
"& .MuiDataGrid-columnHeaders": {
|
||||
|
|
|
|||
|
|
@ -3784,15 +3784,15 @@ const DisplayPartnerUnite_Enseignement = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
}, [`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3850,15 +3850,15 @@ const DisplayPartnerUnite_Enseignement_ARG = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
}, [`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -823,7 +823,7 @@ function Emarge_QR_Code() {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
}, [`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -11492,7 +11492,7 @@ const Employes_ARG = (props) => {
|
|||
|
||||
{String(Affectation_data_changed) === "1" && String(edite_affectation_form) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Affectation_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Affectation_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -11894,7 +11894,7 @@ const Employes_ARG = (props) => {
|
|||
|
||||
{String(acces_right_data_changed) === "1" && String(acces_right_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_user_access_right_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_user_access_right_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -13211,7 +13211,7 @@ const Employes_ARG = (props) => {
|
|||
|
||||
{String(given_suivi_ped_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Suiv_Pedagogique}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Suiv_Pedagogique}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -457,15 +457,19 @@ const Ent_Student_Affichage_Ftion_Grid = (props) => {
|
|||
{/*<p className="formation_description"> {String(parse(String(props.formation.description).replace(/(<([^>]+)>)/ig, ''))).substring(0, 80)}...</p>*/}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div className="block_cats">
|
||||
<button className="block_cats_bton_detail">
|
||||
<nav className="block_cats_bton_detail_text"
|
||||
onClick={(e) => {
|
||||
props.setselected_inscription_id(props.inscription_id);
|
||||
|
||||
props.selected_sessionid(props.session_id);
|
||||
props.setselected_class_titre(props.formation_title);
|
||||
props.setselected_session_date_debut(props.session_date_debut);
|
||||
props.setselected_session_date_fin(props.session_date_fin);
|
||||
props.setselected_session_id(props.selected_session_id);
|
||||
|
||||
e.preventDefault();
|
||||
props.display_detail_from_grid(props.formationid, props.formation_id, props.session_id,
|
||||
props.inscription_id, props.class_id)
|
||||
|
|
|
|||
|
|
@ -2267,12 +2267,12 @@ const Equipe_Team = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -2284,11 +2284,11 @@ const Equipe_Team = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
"& .MuiDataGrid-columnHeaders": {
|
||||
|
|
@ -2760,7 +2760,7 @@ const Equipe_Team = (props) => {
|
|||
|
||||
{String(equipe_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Equipe_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Equipe_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -2959,15 +2959,15 @@ const Equipe_Team = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .line--statut--noted_changed': {
|
||||
|
|
|
|||
|
|
@ -7645,7 +7645,7 @@ Update du 22/10/2023 - Gestion des champs spécifiques ajoutés par le partenair
|
|||
|
||||
|
||||
{sessionChanged && mysession &&
|
||||
<Button variant="contained" className="bton_enreg" onClick={CreateSessionFormation}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={CreateSessionFormation}>Enregistrer
|
||||
</Button>}
|
||||
</div>
|
||||
|
||||
|
|
@ -9108,7 +9108,7 @@ Update du 22/10/2023 - Gestion des champs spécifiques ajoutés par le partenair
|
|||
|
||||
{String(participant_data_changed) === "1" && String(participant_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_StagiaireData}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_StagiaireData}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -2959,7 +2959,7 @@ const Groupe_Apprenant = (props) => {
|
|||
inputBackground: 'grey',
|
||||
borderColor: 'darkgrey',
|
||||
borderRadius: '8px',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
width: '100px'
|
||||
}}
|
||||
name="detail_grp_color"
|
||||
|
|
@ -3577,12 +3577,12 @@ const Groupe_Apprenant = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -3594,11 +3594,11 @@ const Groupe_Apprenant = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
"& .MuiDataGrid-columnHeaders": {
|
||||
|
|
@ -4655,15 +4655,15 @@ const Groupe_Apprenant = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .line--statut--noted_changed': {
|
||||
|
|
|
|||
|
|
@ -804,7 +804,7 @@ function HebergementLms(props) {
|
|||
}}>
|
||||
<Tooltip className="tooltip_css" id="tooltip_add_img_01" />
|
||||
<a data-tooltip-id="tooltip_add_img_01" data-tooltip-html=" Ajouter un nouveau logo. <br/> <i>Important : longueur entre 140px et 250px et largeur entre 60px et 150px, au format PNG
|
||||
Le nom du fichier ne contient que des caractères alphanumériques </i>">
|
||||
Le nom du fichier ne contient que des caractères alphanumériques </i>. Par exemple 200px X 110px">
|
||||
|
||||
<nav style={{
|
||||
"width": "40%", "float": "left", "textAlign": "left", "paddingLeft": "2px", "paddingRight": "2px",
|
||||
|
|
|
|||
|
|
@ -8204,7 +8204,7 @@ const Intranet_Commande_Devis = (props) => {
|
|||
|
||||
{String(Order_data_changed) === "1" && String(order_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Order_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Order_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -8247,15 +8247,15 @@ const Intranet_Commande_Devis = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
[`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
|
|
@ -8351,7 +8351,7 @@ const Intranet_Commande_Devis = (props) => {
|
|||
|
||||
{String(Order_data_changed) === "1" && String(order_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Order_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Order_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -4541,15 +4541,15 @@ const Intranet_Factures_Client = (props) => {
|
|||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -4666,12 +4666,12 @@ const Intranet_Factures_Client = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -4683,11 +4683,11 @@ const Intranet_Factures_Client = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
|
|||
|
|
@ -7906,12 +7906,12 @@ registerLocale('fr', fr);
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -7923,11 +7923,11 @@ registerLocale('fr', fr);
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
@ -8138,12 +8138,12 @@ registerLocale('fr', fr);
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -8155,11 +8155,11 @@ registerLocale('fr', fr);
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
@ -9838,7 +9838,7 @@ registerLocale('fr', fr);
|
|||
|
||||
{String(participant_data_changed) === "1" && String(participant_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_StagiaireData}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_StagiaireData}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -10774,7 +10774,7 @@ registerLocale('fr', fr);
|
|||
{ueChanged && String(ueChanged) === "1" && <div className="div_row">
|
||||
|
||||
<div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_UE_and_Evaluation}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_UE_and_Evaluation}>Enregistrer
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
|
|
@ -10829,15 +10829,15 @@ registerLocale('fr', fr);
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -3557,12 +3557,12 @@ registerLocale('fr', fr);
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -3574,11 +3574,11 @@ registerLocale('fr', fr);
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
@ -4131,7 +4131,7 @@ registerLocale('fr', fr);
|
|||
|
||||
{String(materiel_data_changed) === "1" && String(materiel_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Materiel_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Materiel_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -4883,7 +4883,7 @@ registerLocale('fr', fr);
|
|||
|
||||
{String(Affectation_data_changed) === "1" && String(edite_affectation_form) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Affectation_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Affectation_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -3396,12 +3396,12 @@ const Materiels = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -3413,11 +3413,11 @@ const Materiels = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
@ -3980,7 +3980,7 @@ const Materiels = (props) => {
|
|||
|
||||
{String(materiel_data_changed) === "1" && String(materiel_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Materiel_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Materiel_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -4722,7 +4722,7 @@ const Materiels = (props) => {
|
|||
|
||||
{String(Affectation_data_changed) === "1" && String(edite_affectation_form) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Affectation_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Affectation_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -1497,12 +1497,12 @@ const Module_Actvitie_Pedagogique = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -1514,11 +1514,11 @@ const Module_Actvitie_Pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -2558,11 +2558,11 @@ const Module_Actvitie_Pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -295,7 +295,7 @@ const Module_Admission_Candidat_Synthese = (props) => {
|
|||
<div className="gest_content">
|
||||
{' '}
|
||||
|
||||
En confirmant cette opération, l'inscrit sera <i><font color="red"> définitivement supprimé</font></i>. <br />
|
||||
En confirmant cette opération, le candidat sera <i><font color="red"> définitivement supprimé</font></i>. <br />
|
||||
|
||||
</div>
|
||||
<div className="gest_actions">
|
||||
|
|
|
|||
|
|
@ -1031,11 +1031,11 @@ const Module_Attestation_Formation = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -1045,7 +1045,7 @@ const Module_Attestation_Formation = (props) => {
|
|||
|
||||
'& .line--attestion_envoye': {
|
||||
backgroundColor: '#ccffcc',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600',
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -2595,12 +2595,12 @@ const Module_Bloc_bloc_competence_pedagogique = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -2612,11 +2612,11 @@ const Module_Bloc_bloc_competence_pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -3278,11 +3278,11 @@ const Module_Bloc_bloc_competence_pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -3504,11 +3504,11 @@ const Module_Bloc_bloc_competence_pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -3694,11 +3694,11 @@ const Module_Bloc_bloc_competence_pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1553,12 +1553,12 @@ const Module_Competence_Pedagogique = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -1570,11 +1570,11 @@ const Module_Competence_Pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -2759,11 +2759,11 @@ const Module_Competence_Pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2193,12 +2193,12 @@ const Module_Domaine_Competence_Pedagogique = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -2210,11 +2210,11 @@ const Module_Domaine_Competence_Pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -2757,11 +2757,11 @@ const Module_Domaine_Competence_Pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1970,12 +1970,12 @@ const Module_Ent_Internal_Email_Management = (props) => {
|
|||
},
|
||||
'& .line--statut--not_read': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600'
|
||||
},
|
||||
'& .line--statut--read': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '400'
|
||||
},
|
||||
|
||||
|
|
@ -1983,23 +1983,23 @@ const Module_Ent_Internal_Email_Management = (props) => {
|
|||
|
||||
'& .line--statut--pair_not_read': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600'
|
||||
},
|
||||
'& .line--statut--pair--read': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '400'
|
||||
},
|
||||
|
||||
'& .line--statut--impair_not_read': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600'
|
||||
},
|
||||
'& .line--statut--impair--read': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '400'
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -510,22 +510,25 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
const [Getall_Sequence_Of_Session_api, setGetall_Sequence_Of_Session_api] = useState();
|
||||
const [Getall_Sequence_Of_Session_message, setGetall_Sequence_Of_Session_message] = useState();
|
||||
const [Getall_Sequence_Of_Session_result, setGetall_Sequence_Of_Session_result] = useState();
|
||||
function Getall_Sequence_Of_Session(local_session_id) {
|
||||
function Getall_Sequence_Of_Session(local_session_id, local_associated_inscription_id) {
|
||||
|
||||
var form = new FormData();
|
||||
|
||||
|
||||
const stored_cookie = getCookie('tokenmysych');
|
||||
form.append("token", stored_cookie);
|
||||
form.append("session_id", local_session_id);
|
||||
form.append("apprenant_id", props.apprenant_id);
|
||||
if (local_associated_inscription_id)
|
||||
form.append("inscription_id", local_associated_inscription_id);
|
||||
else
|
||||
form.append("inscription_id", selected_inscription_id);
|
||||
|
||||
var myurl = process.env.REACT_APP_API_URL + "myclass/api/Get_Ent_Student_Session_Sequence_List/";
|
||||
|
||||
setLoading(true);
|
||||
axios.post(myurl, form).then(res => {
|
||||
// console.log(" In Getall_Sequence_Of_Session res.data.status = " + res.data.status);
|
||||
// console.log(" In Getall_Sequence_Of_Session res.data.message r_class = " + res.data.message);
|
||||
// console.log(" In Getall_Sequence_Of_Session res.data.message r_class = " + res.data.message);
|
||||
setLoading(false);
|
||||
if (String(res.data.status) === String("true")) {
|
||||
|
||||
|
|
@ -539,6 +542,7 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
var new_data2 = [];
|
||||
const new_data = res.data.message.map((x) => {
|
||||
|
||||
|
||||
//---
|
||||
var localid = JSON.parse(x)._id; // on donne volontairement a l'id la valeur de '_id'
|
||||
var local_id = JSON.parse(x)._id;
|
||||
|
|
@ -554,14 +558,27 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
var local_mode_animation = JSON.parse(x).mode_animation;
|
||||
var local_session_color = "#3788d8";
|
||||
|
||||
var local_type = JSON.parse(x).type;
|
||||
|
||||
if (local_mode_animation === "1") {
|
||||
// sequence en distantiel, on va mettre un code couleur
|
||||
local_session_color = "#4ea860"
|
||||
var couleur_seq = ""
|
||||
if (JSON.parse(x).color && JSON.parse(x).color.length > 0) {
|
||||
couleur_seq = JSON.parse(x).color;
|
||||
}
|
||||
|
||||
if (local_mode_animation === "1" && local_type !== "eval") {
|
||||
// sequence en distantiel, on va mettre un code couleur
|
||||
local_session_color = "#4ea860";
|
||||
}
|
||||
|
||||
if (local_type === "eval" && couleur_seq && couleur_seq.length > 0) {
|
||||
local_session_color = couleur_seq;
|
||||
|
||||
}
|
||||
|
||||
// console.log(" ## local_type=== ", local_type)
|
||||
|
||||
//console.log(" ## local_session_color=== ", local_session_color)
|
||||
|
||||
var local_type = JSON.parse(x).type;
|
||||
|
||||
//---
|
||||
var node = {
|
||||
|
|
@ -790,7 +807,9 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
function handleClick_Class_Selected_From_Line(associated_session_id, associated_inscription_id) {
|
||||
|
||||
// Recuperer le planning liée à cette formation
|
||||
Getall_Sequence_Of_Session(associated_session_id);
|
||||
setselected_inscription_id(associated_inscription_id);
|
||||
|
||||
Getall_Sequence_Of_Session(associated_session_id, associated_inscription_id);
|
||||
Get_Inscrit_Notes_Of_Evaluations(associated_inscription_id, associated_session_id);
|
||||
Get_List_Of_All_PJ(associated_inscription_id);
|
||||
}
|
||||
|
|
@ -1796,11 +1815,11 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
|
||||
function display_detail_from_grid(localid, local_id, local_session_id, local_inscription_id,
|
||||
local_class_id) {
|
||||
|
||||
setselected_inscription_id(local_inscription_id);
|
||||
setselected_id(local_id);
|
||||
setgridline_id(localid);
|
||||
setselected_session_id(local_session_id);
|
||||
setselected_inscription_id(local_inscription_id);
|
||||
|
||||
submenu_detail();
|
||||
|
||||
Get_Given_Class_Data(local_id);
|
||||
|
|
@ -1889,42 +1908,42 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
{Dialog_DIALOG_AGENDA_message}
|
||||
</DialogContentText>
|
||||
|
||||
<nav style={{ "float": "left", "width": "100%" }}>
|
||||
<div className="session_caract_Dialog" style={{ width: '50%' }}>
|
||||
<nav style={{ "float": "left", "width": "30%", "paddingTop": "15px" }}> Type </nav>
|
||||
<nav style={{ "float": "left", "width": "100%" }}>
|
||||
<div className="session_caract_Dialog" style={{ width: '50%' }}>
|
||||
<nav style={{ "float": "left", "width": "30%", "paddingTop": "15px" }}> Type </nav>
|
||||
|
||||
<nav style={{ "float": "right", "width": "65%" }}>
|
||||
<TextField
|
||||
sx={{ '& legend': { display: 'none' }, '& fieldset': { top: 0 }, }}
|
||||
<nav style={{ "float": "right", "width": "65%" }}>
|
||||
<TextField
|
||||
sx={{ '& legend': { display: 'none' }, '& fieldset': { top: 0 }, }}
|
||||
|
||||
name="event_dialog_event_type"
|
||||
id="event_dialog_event_type"
|
||||
fullWidth
|
||||
value={p_detail_event_type}
|
||||
disabled={true}
|
||||
/>
|
||||
name="event_dialog_event_type"
|
||||
id="event_dialog_event_type"
|
||||
fullWidth
|
||||
value={p_detail_event_type}
|
||||
disabled={true}
|
||||
/>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div className="session_caract_Dialog" style={{ width: '50%' }}>
|
||||
<nav style={{ "float": "left", "width": "30%", "paddingTop": "15px" }}> Animation </nav>
|
||||
<div className="session_caract_Dialog" style={{ width: '50%' }}>
|
||||
<nav style={{ "float": "left", "width": "30%", "paddingTop": "15px" }}> Animation </nav>
|
||||
|
||||
<nav style={{ "float": "right", "width": "65%" }}>
|
||||
<TextField
|
||||
sx={{ '& legend': { display: 'none' }, '& fieldset': { top: 0 }, }}
|
||||
<nav style={{ "float": "right", "width": "65%" }}>
|
||||
<TextField
|
||||
sx={{ '& legend': { display: 'none' }, '& fieldset': { top: 0 }, }}
|
||||
|
||||
name="event_dialog_event_type"
|
||||
id="event_dialog_event_type"
|
||||
fullWidth
|
||||
value={p_detail_mode_animation_label}
|
||||
disabled={true}
|
||||
/>
|
||||
name="event_dialog_event_type"
|
||||
id="event_dialog_event_type"
|
||||
fullWidth
|
||||
value={p_detail_mode_animation_label}
|
||||
disabled={true}
|
||||
/>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
</nav>
|
||||
|
||||
<div className="session_caract_Dialog" > Titre
|
||||
<TextField
|
||||
|
|
@ -1940,47 +1959,47 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
|
||||
</div>
|
||||
|
||||
<nav style={{ "float": "left", "width": "100%" }}>
|
||||
<div className="session_caract_Dialog" style={{ width: '50%' }}> Debut <br/>
|
||||
<DatePicker
|
||||
name="event_dialog_start"
|
||||
id="event_dialog_start"
|
||||
selected={sequence_startDate}
|
||||
className="disabled_style session_caract_Dialog_DatePicker"
|
||||
style={{ width: "99%" }}
|
||||
locale={'fr'}
|
||||
showTimeSelect
|
||||
timeFormat="HH:mm"
|
||||
timeIntervals={15}
|
||||
dateFormat="dd/MM/yyyy HH:mm"
|
||||
is24Hour
|
||||
readOnly={true}
|
||||
<nav style={{ "float": "left", "width": "100%" }}>
|
||||
<div className="session_caract_Dialog" style={{ width: '50%' }}> Debut <br />
|
||||
<DatePicker
|
||||
name="event_dialog_start"
|
||||
id="event_dialog_start"
|
||||
selected={sequence_startDate}
|
||||
className="disabled_style session_caract_Dialog_DatePicker"
|
||||
style={{ width: "99%" }}
|
||||
locale={'fr'}
|
||||
showTimeSelect
|
||||
timeFormat="HH:mm"
|
||||
timeIntervals={15}
|
||||
dateFormat="dd/MM/yyyy HH:mm"
|
||||
is24Hour
|
||||
readOnly={true}
|
||||
|
||||
|
||||
/>
|
||||
/>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="session_caract_Dialog" style={{ width: '50%' }}> Fin <br/>
|
||||
<DatePicker
|
||||
name="event_dialog_end"
|
||||
id="event_dialog_end"
|
||||
selected={sequence_endDate}
|
||||
className="disabled_style session_caract_Dialog_DatePicker"
|
||||
style={{ width: "99%" }}
|
||||
locale={'fr'}
|
||||
showTimeSelect
|
||||
timeFormat="HH:mm"
|
||||
timeIntervals={15}
|
||||
dateFormat="dd/MM/yyyy HH:mm"
|
||||
is24Hour
|
||||
readOnly={true}
|
||||
<div className="session_caract_Dialog" style={{ width: '50%' }}> Fin <br />
|
||||
<DatePicker
|
||||
name="event_dialog_end"
|
||||
id="event_dialog_end"
|
||||
selected={sequence_endDate}
|
||||
className="disabled_style session_caract_Dialog_DatePicker"
|
||||
style={{ width: "99%" }}
|
||||
locale={'fr'}
|
||||
showTimeSelect
|
||||
timeFormat="HH:mm"
|
||||
timeIntervals={15}
|
||||
dateFormat="dd/MM/yyyy HH:mm"
|
||||
is24Hour
|
||||
readOnly={true}
|
||||
|
||||
/>
|
||||
/>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
</nav>
|
||||
<div className="session_caract_Dialog_comment_2_lines" > Agenda
|
||||
<TextField
|
||||
sx={{ '& legend': { display: 'none' }, '& fieldset': { top: 0 }, }}
|
||||
|
|
@ -2112,8 +2131,8 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
</div>}
|
||||
|
||||
{tuteur_apprenant_selected_id && tuteur_apprenant_selected_id.length > 5 && tuteur_apprenant_selected_prenom.length > 2 &&
|
||||
<div style={{ width: '90%', margin:'auto', textAlign: 'center', color: '#0a2a4d', marginBottom: '5rem' }}>
|
||||
Vous consultez actuellement les données de <font style={{ fontWeight: "600" }}> {String(tuteur_apprenant_selected_prenom)[0].toUpperCase() + String(tuteur_apprenant_selected_prenom).slice(1)} {String(tuteur_apprenant_selected_nom).toUpperCase()} </font>
|
||||
<div style={{ width: '90%', margin: 'auto', textAlign: 'center', color: '#0a2a4d', marginBottom: '5rem' }}>
|
||||
Vous consultez actuellement les données de <font style={{ fontWeight: "600" }}> {String(tuteur_apprenant_selected_prenom)[0].toUpperCase() + String(tuteur_apprenant_selected_prenom).slice(1)} {String(tuteur_apprenant_selected_nom).toUpperCase()} </font>
|
||||
</div>}
|
||||
|
||||
{New_Get_List_Ent_Formation_result && New_Get_List_Ent_Formation_result.length > 0 && <div className="div_row">
|
||||
|
|
@ -2149,12 +2168,12 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -2166,11 +2185,11 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -2360,11 +2379,16 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
session_date_debut={formation.session_date_debut}
|
||||
session_date_fin={formation.session_date_fin}
|
||||
hilight_class={hilight_class}
|
||||
|
||||
selected_sessionid={selected_sessionid}
|
||||
setselected_session_id={setselected_session_id}
|
||||
|
||||
setselected_class_titre={setselected_class_titre}
|
||||
setselected_session_date_debut={setselected_session_date_debut}
|
||||
setselected_session_date_fin={setselected_session_date_fin}
|
||||
|
||||
setselected_inscription_id={setselected_inscription_id}
|
||||
|
||||
/>
|
||||
</div>
|
||||
))}
|
||||
|
|
@ -2452,7 +2476,7 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
height={550}
|
||||
locales={allLocales}
|
||||
locale={'fr'}
|
||||
editable
|
||||
|
||||
selectable
|
||||
//events={events}
|
||||
events={Getall_Sequence_Of_Session_result_planning_view}
|
||||
|
|
@ -2472,7 +2496,8 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
scrollTime='08:00'
|
||||
displayEventEnd={true}
|
||||
eventContent={renderEventContent}
|
||||
eventClick={handleEventClick}
|
||||
eventClick={handleEventClick}
|
||||
editable={false}
|
||||
|
||||
|
||||
/>
|
||||
|
|
@ -2512,15 +2537,15 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -2651,15 +2676,15 @@ const Module_Ent_Mes_Formations = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -595,15 +595,15 @@ const Module_Ent_Mes_Notes = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -1237,15 +1237,15 @@ const Module_Ent_Message_Public = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -456,13 +456,14 @@ const Module_Ent_Mon_Planning = (props) => {
|
|||
|
||||
|
||||
const [selected_session_id, setselected_session_id] = useState("");
|
||||
const [selected_inscription_id, setselected_inscription_id] = useState("");
|
||||
|
||||
const [Getall_Sequence_Of_Session_result_planning_view, setGetall_Sequence_Of_Session_result_planning_view] = useState([]);
|
||||
|
||||
const [Getall_Sequence_Of_Session_api, setGetall_Sequence_Of_Session_api] = useState();
|
||||
const [Getall_Sequence_Of_Session_message, setGetall_Sequence_Of_Session_message] = useState();
|
||||
const [Getall_Sequence_Of_Session_result, setGetall_Sequence_Of_Session_result] = useState();
|
||||
function Getall_Sequence_Of_Session(local_session_id) {
|
||||
const [Getall_Sequence_Of_Session_result, setGetall_Sequence_Of_Session_result] = useState([]);
|
||||
function Getall_Sequence_Of_Session(local_session_id, local_inscription_id) {
|
||||
|
||||
var form = new FormData();
|
||||
|
||||
|
|
@ -470,14 +471,16 @@ const Module_Ent_Mon_Planning = (props) => {
|
|||
const stored_cookie = getCookie('tokenmysych');
|
||||
const stored_apprenant_id = getCookie('tokenmysychapprenant');
|
||||
|
||||
|
||||
|
||||
form.append("token", stored_cookie);
|
||||
form.append("apprenant_id", stored_apprenant_id);
|
||||
if (String(local_session_id).length > 3) {
|
||||
form.append("session_id", local_session_id);
|
||||
}
|
||||
|
||||
if (String(local_inscription_id).length > 3) {
|
||||
form.append("inscription_id", local_inscription_id);
|
||||
}
|
||||
|
||||
var myurl = process.env.REACT_APP_API_URL + "myclass/api/Get_Ent_Student_Session_Sequence_List/";
|
||||
|
||||
setLoading(true);
|
||||
|
|
@ -513,11 +516,22 @@ const Module_Ent_Mon_Planning = (props) => {
|
|||
var local_session_color = "#3788d8";
|
||||
|
||||
|
||||
if (local_mode_animation === "1") {
|
||||
// sequence en distantiel, on va mettre un code couleur
|
||||
local_session_color = "#4ea860"
|
||||
var local_type = JSON.parse(x).type;
|
||||
|
||||
var couleur_seq = ""
|
||||
if (JSON.parse(x).color && JSON.parse(x).color.length > 0) {
|
||||
couleur_seq = JSON.parse(x).color;
|
||||
}
|
||||
|
||||
if (local_mode_animation === "1" && local_type !== "eval") {
|
||||
// sequence en distantiel, on va mettre un code couleur
|
||||
local_session_color = "#4ea860";
|
||||
}
|
||||
|
||||
if (local_type === "eval" && couleur_seq && couleur_seq.length > 0) {
|
||||
local_session_color = couleur_seq;
|
||||
|
||||
}
|
||||
|
||||
var local_type = JSON.parse(x).type;
|
||||
|
||||
|
|
@ -665,7 +679,7 @@ const Module_Ent_Mon_Planning = (props) => {
|
|||
|
||||
useEffect(() => {
|
||||
|
||||
Getall_Sequence_Of_Session("");
|
||||
Getall_Sequence_Of_Session("", "");
|
||||
Get_List_Ent_Session_Promotion();
|
||||
|
||||
window.scrollTo({
|
||||
|
|
@ -929,7 +943,7 @@ const Module_Ent_Mon_Planning = (props) => {
|
|||
<br />
|
||||
|
||||
|
||||
<div className="session_caract_Dialog" style={{ fontSize: '16px' }}> <b> Choisir une Promotion </b><br />
|
||||
<div className="session_caract_Dialog" style={{ fontSize: '16px' }}> <b> Choisir une promotion </b><br />
|
||||
{New_Get_List_Ent_Session_Promotion_result && New_Get_List_Ent_Session_Promotion_result.length > 0 &&
|
||||
<Autocomplete
|
||||
disablePortal
|
||||
|
|
@ -942,10 +956,14 @@ const Module_Ent_Mon_Planning = (props) => {
|
|||
onChange={(event, value) => {
|
||||
if (value && value.session_id) {
|
||||
setselected_session_id(value.session_id);
|
||||
Getall_Sequence_Of_Session(value.session_id);
|
||||
setselected_inscription_id(value.inscription_id);
|
||||
Getall_Sequence_Of_Session(value.session_id, value.inscription_id);
|
||||
} else {
|
||||
setselected_session_id("");
|
||||
Getall_Sequence_Of_Session("");
|
||||
setselected_inscription_id("");
|
||||
Getall_Sequence_Of_Session("", "");
|
||||
setGetall_Sequence_Of_Session_result_planning_view([]);
|
||||
setGetall_Sequence_Of_Session_result([]);
|
||||
}
|
||||
|
||||
}}
|
||||
|
|
@ -971,7 +989,7 @@ const Module_Ent_Mon_Planning = (props) => {
|
|||
height={550}
|
||||
locales={allLocales}
|
||||
locale={'fr'}
|
||||
editable
|
||||
editable={false}
|
||||
selectable
|
||||
//events={events}
|
||||
events={Getall_Sequence_Of_Session_result_planning_view}
|
||||
|
|
@ -1006,11 +1024,11 @@ const Module_Ent_Mon_Planning = (props) => {
|
|||
<div style={{ color: 'darkorange', marginTop: '5rem', fontFamily: 'DM Sans', fontSize: '20px' }}>
|
||||
Aucun planning n'est disponible pour le moment.
|
||||
</div>}
|
||||
|
||||
|
||||
<style>{local_css}</style>
|
||||
</div >
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default Module_Ent_Mon_Planning;
|
||||
|
||||
|
|
|
|||
|
|
@ -1234,13 +1234,13 @@ const Module_Evaluation_Positionnement = (props) => {
|
|||
|
||||
'& .line--positionnement_envoye': {
|
||||
backgroundColor: '#F9E79F',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
|
||||
},
|
||||
|
||||
'& .line--positionnement_repondu': {
|
||||
backgroundColor: '#ABEBC6',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600',
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -1969,12 +1969,12 @@ const Module_Internal_Email_Management = (props) => {
|
|||
},
|
||||
'& .line--statut--not_read': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600'
|
||||
},
|
||||
'& .line--statut--read': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '400'
|
||||
},
|
||||
|
||||
|
|
@ -1982,23 +1982,23 @@ const Module_Internal_Email_Management = (props) => {
|
|||
|
||||
'& .line--statut--pair_not_read': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600'
|
||||
},
|
||||
'& .line--statut--pair--read': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '400'
|
||||
},
|
||||
|
||||
'& .line--statut--impair_not_read': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600'
|
||||
},
|
||||
'& .line--statut--impair--read': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '400'
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -1970,12 +1970,12 @@ const Module_Intranet_Client_Internal_Email_Management = (props) => {
|
|||
},
|
||||
'& .line--statut--not_read': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600'
|
||||
},
|
||||
'& .line--statut--read': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '400'
|
||||
},
|
||||
|
||||
|
|
@ -1983,23 +1983,23 @@ const Module_Intranet_Client_Internal_Email_Management = (props) => {
|
|||
|
||||
'& .line--statut--pair_not_read': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600'
|
||||
},
|
||||
'& .line--statut--pair--read': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '400'
|
||||
},
|
||||
|
||||
'& .line--statut--impair_not_read': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600'
|
||||
},
|
||||
'& .line--statut--impair--read': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '400'
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -828,15 +828,15 @@ registerLocale('fr', fr);
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
[`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
|
|
|
|||
|
|
@ -1452,12 +1452,12 @@ const Module_Plateform_Admin_Partners = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -1469,11 +1469,11 @@ const Module_Plateform_Admin_Partners = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
|
|||
|
|
@ -2311,12 +2311,12 @@ const Module_Pole_Actvitie_Pedagogique = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -2328,11 +2328,11 @@ const Module_Pole_Actvitie_Pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -2875,11 +2875,11 @@ const Module_Pole_Actvitie_Pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -3062,11 +3062,11 @@ const Module_Pole_Actvitie_Pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -3233,11 +3233,11 @@ const Module_Pole_Actvitie_Pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1178,12 +1178,12 @@ const Module_RH_Tutorat = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -1195,11 +1195,11 @@ const Module_RH_Tutorat = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -903,7 +903,7 @@ const Module_Selection_Apprenants = (props) => {
|
|||
|
||||
|
||||
|
||||
<nav style={{ "border": "None", "fontSize": "20px", "paddingTop": "10px", "paddingLeft": "5px" }}> Selection des Apprenants & Groupe d'apprenants </nav>
|
||||
<nav style={{ "border": "None", "fontSize": "20px", "paddingTop": "10px", "paddingLeft": "5px" }}> Sélection des apprenants et groupes d’apprenants </nav>
|
||||
|
||||
|
||||
<div className="div_row">
|
||||
|
|
@ -1129,15 +1129,15 @@ const Module_Selection_Apprenants = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
[`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
|
|
|
|||
|
|
@ -1195,7 +1195,7 @@ const Module_Selection_Evaluation_Apprenants = (props) => {
|
|||
}
|
||||
{/*** FIN Affichage des messages d'alerte*/}
|
||||
|
||||
<nav style={{ "border": "None", "fontSize": "20px", "paddingTop": "10px", "paddingLeft": "5px" }}> Selection des Apprenants & Groupe d'apprenants </nav>
|
||||
<nav style={{ "border": "None", "fontSize": "20px", "paddingTop": "10px", "paddingLeft": "5px" }}>Sélection des apprenants et groupes d’apprenants </nav>
|
||||
|
||||
|
||||
<div className="div_row">
|
||||
|
|
@ -1357,15 +1357,16 @@ const Module_Selection_Evaluation_Apprenants = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
[`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
|
|
|
|||
|
|
@ -3240,7 +3240,7 @@ const Module_Session_Evaluation = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -3250,13 +3250,13 @@ const Module_Session_Evaluation = (props) => {
|
|||
|
||||
'& .line--positionnement_envoye': {
|
||||
backgroundColor: '#F9E79F',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
|
||||
},
|
||||
|
||||
'& .line--positionnement_repondu': {
|
||||
backgroundColor: '#ABEBC6',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600',
|
||||
},
|
||||
|
||||
|
|
@ -3541,7 +3541,7 @@ const Module_Session_Evaluation = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -3551,13 +3551,13 @@ const Module_Session_Evaluation = (props) => {
|
|||
|
||||
'& .line--positionnement_envoye': {
|
||||
backgroundColor: '#F9E79F',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
|
||||
},
|
||||
|
||||
'& .line--positionnement_repondu': {
|
||||
backgroundColor: '#ABEBC6',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600',
|
||||
},
|
||||
|
||||
|
|
@ -3850,7 +3850,7 @@ const Module_Session_Evaluation = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -3860,13 +3860,13 @@ const Module_Session_Evaluation = (props) => {
|
|||
|
||||
'& .line--positionnement_envoye': {
|
||||
backgroundColor: '#F9E79F',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
|
||||
},
|
||||
|
||||
'& .line--positionnement_repondu': {
|
||||
backgroundColor: '#ABEBC6',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600',
|
||||
},
|
||||
|
||||
|
|
@ -4240,7 +4240,7 @@ const Module_Session_Evaluation = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -4250,13 +4250,13 @@ const Module_Session_Evaluation = (props) => {
|
|||
|
||||
'& .line--positionnement_envoye': {
|
||||
backgroundColor: '#F9E79F',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
|
||||
},
|
||||
|
||||
'& .line--positionnement_repondu': {
|
||||
backgroundColor: '#ABEBC6',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600',
|
||||
},
|
||||
|
||||
|
|
@ -4595,7 +4595,7 @@ const Module_Session_Evaluation = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -4605,13 +4605,13 @@ const Module_Session_Evaluation = (props) => {
|
|||
|
||||
'& .line--positionnement_envoye': {
|
||||
backgroundColor: '#F9E79F',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
|
||||
},
|
||||
|
||||
'& .line--positionnement_repondu': {
|
||||
backgroundColor: '#ABEBC6',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600',
|
||||
},
|
||||
|
||||
|
|
@ -4949,7 +4949,7 @@ const Module_Session_Evaluation = (props) => {
|
|||
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -4959,13 +4959,13 @@ const Module_Session_Evaluation = (props) => {
|
|||
|
||||
'& .line--positionnement_envoye': {
|
||||
backgroundColor: '#F9E79F',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
|
||||
},
|
||||
|
||||
'& .line--positionnement_repondu': {
|
||||
backgroundColor: '#ABEBC6',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
fontWeight: '600',
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -160,7 +160,8 @@ const Module_Session_Planification = (props) => {
|
|||
|
||||
{ field: 'session_id', headerName: 'session_id', width: 200, hide: true, flex: 1, minWidth: 150, maxWidth: 300 },
|
||||
{ field: 'sequence_title', headerName: 'Titre', minWidth: 200, flex: 1, hide: false, editable: false, resizable: true },
|
||||
{ field: 'grp_apprenant_code', headerName: 'Groupe', minWidth: 200, flex: 1, hide: false, editable: false, resizable: true },
|
||||
{ field: 'grp_apprenant_code', headerName: 'Groupe', hide: true },
|
||||
{ field: 'liste_groupe_code', headerName: 'Groupes', minWidth: 200, flex: 1, hide: false, editable: false, resizable: true },
|
||||
{ field: 'sequence_start', headerName: 'Debut', minWidth: 200, flex: 1, hide: false, editable: false },
|
||||
{ field: 'sequence_end', headerName: 'Fin', minWidth: 200, flex: 1, hide: false, editable: false },
|
||||
|
||||
|
|
@ -1586,6 +1587,8 @@ const Module_Session_Planification = (props) => {
|
|||
var local_session_color = JSON.parse(x).grp_apprenant_color;
|
||||
var local_session_grp_code = JSON.parse(x).grp_apprenant_code;
|
||||
|
||||
var local_liste_groupe_code = JSON.parse(x).liste_groupe_code;
|
||||
|
||||
var local_mode_animation = JSON.parse(x).mode_animation;
|
||||
|
||||
// Si il n'y pas de relief avec le groupe d'apprenant, on va introduire un relief avec la notion de présentiel et distantiel
|
||||
|
|
@ -1618,6 +1621,7 @@ const Module_Session_Planification = (props) => {
|
|||
"local_grp_apprenant_id": local_session_grp_apprenant_id,
|
||||
"local_ue_planif_line_id": local_session_ue_planif_line_id,
|
||||
"tab_grp_apprenant_ids": local_tab_grp_apprenant_ids,
|
||||
"liste_groupe_code": local_liste_groupe_code,
|
||||
|
||||
};
|
||||
new_data2.push(node);
|
||||
|
|
@ -1723,6 +1727,7 @@ const Module_Session_Planification = (props) => {
|
|||
var local_session_grp_code = JSON.parse(x).grp_apprenant_code;
|
||||
|
||||
var local_mode_animation = JSON.parse(x).mode_animation;
|
||||
var local_liste_groupe_code = JSON.parse(x).liste_groupe_code;
|
||||
|
||||
// Si il n'y pas de relief avec le groupe d'apprenant, on va introduire un relief avec la notion de présentiel et distantiel
|
||||
if (local_session_color === "" && local_mode_animation === "1") {
|
||||
|
|
@ -1754,6 +1759,7 @@ const Module_Session_Planification = (props) => {
|
|||
"local_grp_apprenant_id": local_session_grp_apprenant_id,
|
||||
"local_ue_planif_line_id": local_session_ue_planif_line_id,
|
||||
"tab_grp_apprenant_ids": local_tab_grp_apprenant_ids,
|
||||
"liste_groupe_code": local_liste_groupe_code,
|
||||
|
||||
};
|
||||
new_data2.push(node);
|
||||
|
|
@ -3940,6 +3946,8 @@ const Module_Session_Planification = (props) => {
|
|||
maxWidth: 'unset',
|
||||
},
|
||||
}}
|
||||
|
||||
disableRestoreFocus
|
||||
hideBackdrop={true}
|
||||
disableScrollLock
|
||||
classes={{
|
||||
|
|
@ -4044,7 +4052,7 @@ const Module_Session_Planification = (props) => {
|
|||
|
||||
static
|
||||
onClose={() => null}
|
||||
|
||||
disableRestoreFocus
|
||||
PaperProps={{
|
||||
className: classes.paper, // Apply the paper style
|
||||
style: {
|
||||
|
|
@ -4089,7 +4097,7 @@ const Module_Session_Planification = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#FBF2EF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
}, [`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
},
|
||||
|
|
@ -4230,6 +4238,7 @@ const Module_Session_Planification = (props) => {
|
|||
maxWidth: 'unset'
|
||||
},
|
||||
}}
|
||||
disableRestoreFocus
|
||||
hideBackdrop={true}
|
||||
disableScrollLock
|
||||
classes={{
|
||||
|
|
@ -4933,6 +4942,7 @@ const Module_Session_Planification = (props) => {
|
|||
maxWidth: 'unset',
|
||||
},
|
||||
}}
|
||||
disableRestoreFocus
|
||||
hideBackdrop={true}
|
||||
disableScrollLock
|
||||
classes={{
|
||||
|
|
@ -5163,7 +5173,7 @@ const Module_Session_Planification = (props) => {
|
|||
classes={{
|
||||
paper: classes.dialog
|
||||
}}
|
||||
|
||||
disableRestoreFocus
|
||||
PaperComponent={PaperComponent}
|
||||
aria-labelledby="draggable-dialog-title"
|
||||
disableEnforceFocus={true}
|
||||
|
|
@ -5495,6 +5505,8 @@ const Module_Session_Planification = (props) => {
|
|||
maxWidth: 'unset',
|
||||
},
|
||||
}}
|
||||
|
||||
disableRestoreFocus
|
||||
hideBackdrop={true}
|
||||
disableScrollLock
|
||||
classes={{
|
||||
|
|
@ -5891,7 +5903,8 @@ const Module_Session_Planification = (props) => {
|
|||
<Dialog
|
||||
open={Dialog_DIALOG_AGENDA_open}
|
||||
// onClose={Dialog_DIALOG_AGENDA_handleClose}
|
||||
|
||||
hideBackdrop={true}
|
||||
disableScrollLock
|
||||
static
|
||||
onClose={() => null}
|
||||
PaperProps={{
|
||||
|
|
@ -5905,8 +5918,7 @@ const Module_Session_Planification = (props) => {
|
|||
|
||||
},
|
||||
}}
|
||||
hideBackdrop={true}
|
||||
disableScrollLock
|
||||
disableRestoreFocus
|
||||
classes={{
|
||||
paper: classes.dialog
|
||||
}}
|
||||
|
|
@ -5919,7 +5931,7 @@ const Module_Session_Planification = (props) => {
|
|||
|
||||
>
|
||||
|
||||
<DialogTitle style={{ cursor: 'move', background: '#fff', fontFamily: 'DM Sans' }} id="draggable-dialog-title"> MySy Information</DialogTitle>
|
||||
<DialogTitle style={{ cursor: 'move', background: '#fff', fontFamily: 'DM Sans' }} id="draggable-dialog-title"> MySy Information </DialogTitle>
|
||||
<DialogContent className="DialogContent_width" style={{ width: "45rem", minHeight: '45rem' }}>
|
||||
<DialogContentText>
|
||||
{Dialog_DIALOG_AGENDA_message}
|
||||
|
|
@ -6701,34 +6713,42 @@ const Module_Session_Planification = (props) => {
|
|||
|
||||
|
||||
|
||||
<div style={{ "textAlign": "right", "float": "right", "width": "100%", "marginRight": '20px' }} ref={myRef_seq_calendrier_01} id="myRef_seq_calendrier_01">
|
||||
<div style={{ "textAlign": "right", "float": "right", "width": "100%", paddingRight: '20px', paddingTop: '10px' }} ref={myRef_seq_calendrier_01} id="myRef_seq_calendrier_01">
|
||||
Affichage :
|
||||
<nav className="mode_affichage" onClick={func_display_planning_view}> <FcPlanner /> planning </nav>
|
||||
<nav className="mode_affichage" onClick={func_display_list_view}> <CiBoxList /> Liste </nav>
|
||||
</div>
|
||||
|
||||
{props.origin && props.origin === "promotion" && <div style={{ "textAlign": "right", "float": "right", "width": "100%", "marginRight": '20px' }} >
|
||||
Filtre :
|
||||
{New_Getall_Partner_Groupe_Inscrit_result && New_Getall_Partner_Groupe_Inscrit_result.length > 0 && <Autocomplete
|
||||
disablePortal
|
||||
name="event_dialog_grp_apprenant"
|
||||
id="event_dialog_grp_apprenant"
|
||||
{props.origin && props.origin === "promotion" && <div style={{
|
||||
"textAlign": "right", "float": "right", "width": "100%", paddingRight: '20px',
|
||||
marginTop: '10px'
|
||||
}} >
|
||||
|
||||
//fullWidth
|
||||
// value={New_Getall_Partner_Groupe_Inscrit_result.filter((data) => (data)._id === String(p_detail_sequence_groupe_apprenant_id))[0].label}
|
||||
options={New_Getall_Partner_Groupe_Inscrit_result}
|
||||
onChange={(event, value) => {
|
||||
if (value && value._id) {
|
||||
Getall_Sequence_Of_Session_With_Filter(selected_session_id, value._id, "");
|
||||
} else {
|
||||
Getall_Sequence_Of_Session_With_Filter(selected_session_id, "", "");
|
||||
<nav style={{ width: '20%', float: 'right' }}>
|
||||
{New_Getall_Partner_Groupe_Inscrit_result && New_Getall_Partner_Groupe_Inscrit_result.length > 0 && <Autocomplete
|
||||
disablePortal
|
||||
name="event_dialog_grp_apprenant"
|
||||
id="event_dialog_grp_apprenant"
|
||||
|
||||
//fullWidth
|
||||
// value={New_Getall_Partner_Groupe_Inscrit_result.filter((data) => (data)._id === String(p_detail_sequence_groupe_apprenant_id))[0].label}
|
||||
options={New_Getall_Partner_Groupe_Inscrit_result}
|
||||
onChange={(event, value) => {
|
||||
if (value && value._id) {
|
||||
Getall_Sequence_Of_Session_With_Filter(selected_session_id, value._id, "");
|
||||
} else {
|
||||
Getall_Sequence_Of_Session_With_Filter(selected_session_id, "", "");
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
renderInput={(params) => <TextField {...params} placeholder="Choisir une option " />
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
renderInput={(params) => <TextField {...params} placeholder="Choisir une option " />
|
||||
}
|
||||
/>}
|
||||
/>}
|
||||
</nav>
|
||||
<nav style={{ width: '30%', float: 'right', paddingRight: '10px', paddingTop: '15px' }}>
|
||||
Filtre Groupe
|
||||
</nav>
|
||||
</div>}
|
||||
|
||||
|
||||
|
|
@ -6745,7 +6765,7 @@ const Module_Session_Planification = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#FBF2EF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
}, [`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
},
|
||||
|
|
@ -6780,9 +6800,8 @@ const Module_Session_Planification = (props) => {
|
|||
ue_id: JSON.parse(item).ue_id,
|
||||
unite_enseignement_planif_id: JSON.parse(item).unite_enseignement_planif_id,
|
||||
type: JSON.parse(item).type,
|
||||
|
||||
grp_apprenant_code: JSON.parse(item).grp_apprenant_code,
|
||||
|
||||
liste_groupe_code: JSON.parse(item).liste_groupe_code,
|
||||
|
||||
}
|
||||
))}
|
||||
|
|
@ -6981,8 +7000,8 @@ const Module_Session_Planification = (props) => {
|
|||
|
||||
|
||||
|
||||
<div style={{ "width": "98%", "marginLeft": "5px", padding: '10px' }} >
|
||||
zzzz
|
||||
<div style={{ "width": "98%", "marginLeft": "5px", padding: '10px', fontFamily: 'DM Sans', fontSize: '14px' }} >
|
||||
|
||||
<FullCalendar
|
||||
height={550}
|
||||
locales={allLocales}
|
||||
|
|
@ -7035,7 +7054,7 @@ const Module_Session_Planification = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#FBF2EF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
}, [`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -779,12 +779,12 @@ const Module_Tache_Pedagogique = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -796,11 +796,11 @@ const Module_Tache_Pedagogique = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2003,15 +2003,15 @@ const Mon_Tableau_De_Bord = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -2171,15 +2171,15 @@ const Mon_Tableau_De_Bord = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -587,7 +587,7 @@ const Notes_Evaluation = (props) => {
|
|||
<div className="gest_content">
|
||||
{' '}
|
||||
|
||||
En confirmant cette opération, l'inscrit sera <i><font color="red"> définitivement supprimé</font></i>. <br />
|
||||
En confirmant cette opération, l'inscrit sera <i><font color="red"> définitivement supprimé de cette évaluation</font></i>. <br />
|
||||
|
||||
</div>
|
||||
<div className="gest_actions">
|
||||
|
|
@ -2176,6 +2176,8 @@ const Notes_Evaluation = (props) => {
|
|||
Disable_Evaluation_DetailFields();
|
||||
setevaluation_data_changed("");
|
||||
setevaluation_data_edit_mode("");
|
||||
setselected_id("");
|
||||
setgridline_id("");
|
||||
|
||||
Disable_Evaluation_DetailFields();
|
||||
setevaluation_data_changed("");
|
||||
|
|
@ -2422,14 +2424,13 @@ const Notes_Evaluation = (props) => {
|
|||
|
||||
// Cette fontion desactive tous les menu header et reactive just le menu_header concerné
|
||||
function inactive_active_menu_header(current_menu_header) {
|
||||
const list_menu_header_names = ['detail_evaluation', 'apprenant', 'piece_jointe', 'selection', 'ressources']
|
||||
const list_menu_header_names = ['detail_evaluation', 'apprenant', 'ressources', 'selection', 'piece_jointe']
|
||||
for (let i = 0; i < list_menu_header_names.length; i++) {
|
||||
if (document.getElementsByName(String(list_menu_header_names[i])) && document.getElementsByName(String(list_menu_header_names[i]))[0]) {
|
||||
document.getElementsByName(String(list_menu_header_names[i]))[0].style.fontWeight = "400";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (document.getElementsByName(String(current_menu_header)) && document.getElementsByName(String(current_menu_header))[0]) {
|
||||
document.getElementsByName(String(current_menu_header))[0].style.fontWeight = "700";
|
||||
}
|
||||
|
|
@ -2438,7 +2439,6 @@ const Notes_Evaluation = (props) => {
|
|||
|
||||
function GetSelectedRows_Apprenant_Evaluation_Ids() {
|
||||
|
||||
|
||||
var tab_tmp = []
|
||||
for (var i = 0; i < selectionModel_evalutions_participant.length; i++) {
|
||||
//console.log(" ### selectionModel_insc[i] = ", selectionModel_insc[i]);
|
||||
|
|
@ -2927,7 +2927,7 @@ const Notes_Evaluation = (props) => {
|
|||
}
|
||||
|
||||
if (file_2_name && file_2_name.name) {
|
||||
console.log(" ### Traitement de : ", file_2_name.name);
|
||||
// console.log(" ### Traitement de : ", file_2_name.name);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -4691,12 +4691,12 @@ const Notes_Evaluation = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -4708,11 +4708,11 @@ const Notes_Evaluation = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -4800,6 +4800,8 @@ const Notes_Evaluation = (props) => {
|
|||
setp_detail_type_notation(newSelectionModel.row.type_notation);
|
||||
setp_detail_max_note(newSelectionModel.row.max_note);
|
||||
|
||||
submenu_detail();
|
||||
|
||||
}}
|
||||
|
||||
rowsPerPageOptions={[10]}
|
||||
|
|
@ -4863,9 +4865,15 @@ const Notes_Evaluation = (props) => {
|
|||
|
||||
{selected_id && String(selected_id).length > 5 && <div className="div_row">
|
||||
<Button variant="outlined" onClick={submenu_detail} className="detail_class_submenu" id='detail_evaluation' name='detail_evaluation'>Détail Evaluation</Button>
|
||||
<Button variant="outlined" onClick={submenu_apprenant} className="detail_class_submenu" id='apprenant' name='apprenant'>Apprenants & Groupes</Button>
|
||||
<Button variant="outlined" onClick={submenu_ressources} className="detail_class_submenu" id='ressources' name='ressources'>Ressources </Button>
|
||||
{String(props.check_user_acces_right("note_evaluation", "write")) === "1" && <Button variant="outlined" onClick={submenu_selection} className="detail_class_submenu" id='selection' name='selection'>Selection </Button>}
|
||||
<Button variant="outlined" onClick={submenu_apprenant} className="detail_class_submenu" id='apprenant' name='apprenant'>Apprenants </Button>
|
||||
<Tooltip className="tooltip_css" id="ressource_01" style={{ "fontSize": "12px" }} />
|
||||
<a data-tooltip-id="ressource_01" data-tooltip-html="Ressources matérielles et pédagogiques réservées">
|
||||
<Button variant="outlined" onClick={submenu_ressources} className="detail_class_submenu" id='ressources' name='ressources'>Ressources </Button>
|
||||
</a>
|
||||
<Tooltip className="tooltip_css" id="selection_01" style={{ "fontSize": "12px" }} />
|
||||
<a data-tooltip-id="selection_01" data-tooltip-html="Sélectionner les étudiants participant à l’évaluation">{String(props.check_user_acces_right("note_evaluation", "write")) === "1" && <Button variant="outlined" onClick={submenu_selection} className="detail_class_submenu" id='selection' name='selection'>
|
||||
Selection
|
||||
</Button>}</a>
|
||||
<Button variant="outlined" onClick={submenu_piece_jointe} className="detail_class_submenu" id='piece_jointe' name='piece_jointe'>Pièces Jointes </Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -5800,7 +5808,7 @@ const Notes_Evaluation = (props) => {
|
|||
|
||||
{String(evaluation_data_changed) === "1" && String(evaluation_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Evaluation_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Evaluation_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -6866,15 +6874,15 @@ const Notes_Evaluation = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .line--statut--noted_changed': {
|
||||
|
|
@ -7172,7 +7180,7 @@ const Notes_Evaluation = (props) => {
|
|||
|
||||
|
||||
{String(submenu) === "ressources" && <div>
|
||||
<h3 style={{ fontFamily: 'DM Sans' }}> Ressources Humaines & Materielles</h3>
|
||||
<h3 style={{ fontFamily: 'DM Sans', fontFamily:'DM Sans', fontSize:'20px', fontWeight:'600' }}> Sélection des ressources humaines et matérielles</h3>
|
||||
|
||||
<div className="session_data">
|
||||
<div style={{ "border": "None" }}>
|
||||
|
|
@ -7515,5 +7523,26 @@ width: 100%;
|
|||
padding: 10px;
|
||||
border: unset;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.disabled_style{
|
||||
color: #0a2a4d;
|
||||
font-family: 'DM Sans';
|
||||
}
|
||||
|
||||
.enable_style{
|
||||
color: #0a2a4d;
|
||||
font-family: 'DM Sans';
|
||||
}
|
||||
|
||||
.session_caract{
|
||||
color: #0a2a4d;
|
||||
font-family: 'DM Sans';
|
||||
}
|
||||
|
||||
.session_caract_Dialog{
|
||||
color: #0a2a4d;
|
||||
font-family: 'DM Sans';
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -7360,15 +7360,15 @@ const AddClassManual = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#FBF2EF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
}, [`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
},
|
||||
|
|
@ -7528,15 +7528,15 @@ const AddClassManual = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#FBF2EF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
}, [`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
},
|
||||
|
|
@ -8705,15 +8705,15 @@ const AddClassManual = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#FBF2EF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
}, [`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
},
|
||||
|
|
@ -8753,15 +8753,15 @@ const AddClassManual = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#FBF2EF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
}, [`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
},
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -2286,7 +2286,7 @@ const Partner_Admission_Process_Ftion_Initiale = (props) => {
|
|||
inputBackground: 'grey',
|
||||
borderColor: 'darkgrey',
|
||||
borderRadius: '8px',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
width: '100px'
|
||||
}}
|
||||
name="detail_grp_color"
|
||||
|
|
@ -2682,15 +2682,15 @@ const Partner_Admission_Process_Ftion_Initiale = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -2981,15 +2981,15 @@ const Partner_Admission_Process_Ftion_Initiale = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -3295,15 +3295,15 @@ const Partner_Admission_Process_Ftion_Initiale = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -3455,15 +3455,15 @@ const Partner_Admission_Process_Ftion_Initiale = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -3649,15 +3649,15 @@ const Partner_Admission_Process_Ftion_Initiale = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -9448,7 +9448,7 @@ const Partner_Commande = (props) => {
|
|||
|
||||
{String(Order_data_changed) === "1" && String(order_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Order_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Order_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -9500,7 +9500,7 @@ const Partner_Commande = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
|
|
@ -9610,7 +9610,7 @@ const Partner_Commande = (props) => {
|
|||
|
||||
{String(Order_data_changed) === "1" && String(order_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Order_Data}>Enregistrer les modifications 2
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Order_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -2822,11 +2822,11 @@ const Partner_Config_Formulaires = (props) => {
|
|||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
}, [`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1244,15 +1244,15 @@ const Partner_Config_Ftion_Initiale = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -1511,7 +1511,7 @@ const Partner_Config_Ftion_Initiale = (props) => {
|
|||
|
||||
{String(config_type_eval_edit_mode) === "1" && String(config_type_eval_changed) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_Config_Type_Eval}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_Config_Type_Eval}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -1619,7 +1619,7 @@ const Partner_Config_Ftion_Initiale = (props) => {
|
|||
|
||||
<div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Config_Type_Eval}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Config_Type_Eval}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>
|
||||
|
|
@ -1707,15 +1707,15 @@ const Partner_Config_Ftion_Initiale = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -1973,7 +1973,7 @@ const Partner_Config_Ftion_Initiale = (props) => {
|
|||
|
||||
{String(ref_ped_edit_mode) === "1" && String(ref_ped_changed) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_Config_Ref_Ped}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_Config_Ref_Ped}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -2081,7 +2081,7 @@ const Partner_Config_Ftion_Initiale = (props) => {
|
|||
|
||||
<div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Config_Ref_Ped}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Config_Ref_Ped}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -632,7 +632,7 @@ const Partner_Configuration_Session_Steps = (props) => {
|
|||
inputBackground: 'grey',
|
||||
borderColor: 'darkgrey',
|
||||
borderRadius: '8px',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
width: '100px'
|
||||
}}
|
||||
name="detail_grp_color"
|
||||
|
|
@ -1083,7 +1083,7 @@ const Partner_Configuration_Session_Steps = (props) => {
|
|||
|
||||
{String(config_data_edit_mode) === "1" && String(Config_data_changed) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Config_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Config_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -1196,7 +1196,7 @@ const Partner_Configuration_Session_Steps = (props) => {
|
|||
|
||||
{String(config_data_edit_mode) === "1" && String(Config_data_changed) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Config_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Config_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -4696,15 +4696,15 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -4918,7 +4918,7 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
{String(config_data_edit_mode) === "1" && String(Config_data_changed) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Config_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Config_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -4990,15 +4990,15 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -5166,15 +5166,15 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -5380,15 +5380,15 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -5570,15 +5570,15 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -5762,15 +5762,15 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -5945,15 +5945,15 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -6368,7 +6368,7 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
{String(config_quotation_data_edit_mode) === "1" && String(Config_quotation_data_changed) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Quotation_Config_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Quotation_Config_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -6447,15 +6447,15 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -6992,7 +6992,7 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
|
||||
<Popup
|
||||
trigger={<Button variant="contained" className="bton_enreg" >Enregistrer les modifications
|
||||
trigger={<Button variant="contained" className="bton_enreg" >Enregistrer
|
||||
</Button>}
|
||||
modal
|
||||
nested
|
||||
|
|
@ -7105,15 +7105,15 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -7279,15 +7279,15 @@ const Partner_Configuration_Technique = (props) => {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -2027,15 +2027,15 @@ registerLocale('fr', fr);
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -2289,7 +2289,7 @@ registerLocale('fr', fr);
|
|||
|
||||
{String(domaine_data_edit_mode) === "1" && String(domaine_data_changed) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_domaine_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_domaine_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -2343,15 +2343,15 @@ registerLocale('fr', fr);
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -2652,7 +2652,7 @@ registerLocale('fr', fr);
|
|||
|
||||
{String(categorie_data_edit_mode) === "1" && String(categorie_data_changed) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_Categorie_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_Categorie_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
@ -2706,15 +2706,15 @@ registerLocale('fr', fr);
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
}}
|
||||
|
|
@ -3019,7 +3019,7 @@ registerLocale('fr', fr);
|
|||
|
||||
{String(metier_data_edit_mode) === "1" && String(metier_data_changed) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_Metier_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_Metier_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -9821,15 +9821,15 @@ const Partner_Facture = (props) => {
|
|||
},
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--pair': {
|
||||
backgroundColor: 'rgba(235, 235, 235, .7)',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--impair': {
|
||||
backgroundColor: '#FFFFFF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -9972,12 +9972,12 @@ const Partner_Facture = (props) => {
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -9989,11 +9989,11 @@ const Partner_Facture = (props) => {
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
|
|||
|
|
@ -1368,12 +1368,12 @@ registerLocale('fr', fr);
|
|||
// Gestion des cellule a distance ou presentiel
|
||||
'& .cell--distantiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
'& .cell--presentiel': {
|
||||
backgroundColor: '#AFE1AF',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
|
||||
|
|
@ -1385,11 +1385,11 @@ registerLocale('fr', fr);
|
|||
|
||||
'& .line--statut--inscrit': {
|
||||
backgroundColor: '#CEF6D8',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .line--statut--preinscrit': {
|
||||
backgroundColor: '#F7F2E0',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
|
||||
/*"& .MuiDataGrid-virtualScrollerRenderZone": {
|
||||
|
|
@ -1809,7 +1809,7 @@ registerLocale('fr', fr);
|
|||
|
||||
{String(product_data_changed) === "1" && String(product_data_edit_mode) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', 'marginLeft': '15px' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Product_Data}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Update_One_Product_Data}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -412,7 +412,7 @@ const Session_Admission_FI = (props) => {
|
|||
<div className="gest_content">
|
||||
{' '}
|
||||
|
||||
En confirmant cette opération, l'inscrit sera <i><font color="red"> définitivement supprimé</font></i>. <br />
|
||||
En confirmant cette opération, le candidat sera <i><font color="red"> définitivement supprimé</font></i>. <br />
|
||||
|
||||
</div>
|
||||
<div className="gest_actions">
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ function Student_Account_Ent() {
|
|||
|
||||
const { local_props_apprenant_id, local_props_menu } = useParams()
|
||||
|
||||
console.log(" ## local_props_apprenant_id == ", local_props_apprenant_id)
|
||||
// console.log(" ## local_props_apprenant_id == ", local_props_apprenant_id)
|
||||
|
||||
|
||||
const [menu, setmenu] = useState(local_props_menu);
|
||||
|
|
@ -105,7 +105,7 @@ function Student_Account_Ent() {
|
|||
|
||||
|
||||
|
||||
if (local_props_apprenant_id && local_props_apprenant_id !== "" && tt && tt !== "")
|
||||
if (local_props_apprenant_id && local_props_apprenant_id !== "" && tt && tt !== "")
|
||||
GetUserNameFromToken();
|
||||
|
||||
fetchData();
|
||||
|
|
@ -166,29 +166,29 @@ function Student_Account_Ent() {
|
|||
|
||||
function logout_confirmation() {
|
||||
/* si c'est une connexion partner qui est active */
|
||||
const stored_cookie = getCookie('tokenmysypart');
|
||||
const stored_cookie = getCookie('tokenmysypart');
|
||||
|
||||
if (stored_cookie) {
|
||||
var acces_right_token_name = stored_cookie + "_uar";
|
||||
if (stored_cookie) {
|
||||
var acces_right_token_name = stored_cookie + "_uar";
|
||||
|
||||
removeCookie(acces_right_token_name,);
|
||||
}
|
||||
removeCookie(acces_right_token_name,);
|
||||
}
|
||||
|
||||
removeCookie("tokenmysychapprenant");
|
||||
removeCookie("tokenmysych");
|
||||
removeCookie("tokenmysychconnecteduserid");
|
||||
removeCookie("tokenmysytypeconnexion");
|
||||
removeCookie("tokenmysychapprenant");
|
||||
removeCookie("tokenmysych");
|
||||
removeCookie("tokenmysychconnecteduserid");
|
||||
removeCookie("tokenmysytypeconnexion");
|
||||
|
||||
removeCookie("__stripe_sid");
|
||||
removeCookie("__stripe_mid");
|
||||
removeCookie("__stripe_sid");
|
||||
removeCookie("__stripe_mid");
|
||||
|
||||
|
||||
removeCookie("tokenmysypart");
|
||||
removeCookie("mysy_session_display_view",);
|
||||
removeCookie("mysy_menu_gauche_reduit",);
|
||||
removeCookie("mysy_catalog_data_row_grouped_by",);
|
||||
removeCookie("tokenmysytuteurrhid");
|
||||
removeCookie("tokenmysychclient");
|
||||
removeCookie("tokenmysypart");
|
||||
removeCookie("mysy_session_display_view",);
|
||||
removeCookie("mysy_menu_gauche_reduit",);
|
||||
removeCookie("mysy_catalog_data_row_grouped_by",);
|
||||
removeCookie("tokenmysytuteurrhid");
|
||||
removeCookie("tokenmysychclient");
|
||||
|
||||
if (typeof (stored_user) != "undefined") {
|
||||
removeCookie('tokenmysych', { path: '/' });
|
||||
|
|
@ -488,7 +488,7 @@ function Student_Account_Ent() {
|
|||
const [isLoading, setLoading] = useState();
|
||||
|
||||
return (
|
||||
<div className="account" style={{ background: '#FFF' }}>
|
||||
<div className="account" style={{ background: '#FFF', background: '#faf9fe' }}>
|
||||
|
||||
<Helmet>
|
||||
<title>Création compte MySy Trainig Technology</title>
|
||||
|
|
@ -528,14 +528,16 @@ function Student_Account_Ent() {
|
|||
<div className="div_row" style={{ border: 'none' }}>
|
||||
|
||||
{String(firstConnexion) === "1" &&
|
||||
<div className="div_droite firstConnexion">
|
||||
<div className="firstConnexion_text">
|
||||
<b>Cher Utilisateur, c'est votre première connexion, </b> <br /> <br />
|
||||
Nous sommes ravis de vous accueillir. Nous vous invitons à modifier votre mot de passe à partir du menu <i>"MES INFORMATIONS"</i> ==> Pavé <i>"SECURITE"</i> puis <i>"MODIFIER"</i> <br /><br />
|
||||
<Button onClick={(e) => setfirstConnexion()} className="firstConnexion_bton"> <FaHandPointRight /> Fermer</Button><br />
|
||||
<br /> Merci.
|
||||
</div>
|
||||
<div className="div_row" style={{ border: 'none' }}>
|
||||
<div className="div_droite firstConnexion">
|
||||
<div className="firstConnexion_text">
|
||||
<b>Cher Utilisateur, c'est votre première connexion, </b> <br /> <br />
|
||||
Nous sommes ravis de vous accueillir. Nous vous invitons à modifier votre mot de passe à partir du menu <i>"MES INFORMATIONS"</i> ==> Pavé <i>"SECURITE"</i> puis <i>"MODIFIER"</i> <br /><br />
|
||||
<Button onClick={(e) => setfirstConnexion()} className="firstConnexion_bton"> <FaHandPointRight /> Fermer</Button><br />
|
||||
<br /> Merci.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>}
|
||||
|
||||
{String(myApiResponse) === String("true") && <div className="okUpdateData">
|
||||
|
|
@ -552,7 +554,7 @@ function Student_Account_Ent() {
|
|||
|
||||
{connected_user_data && connected_user_data.type &&
|
||||
<div style={{ width: '100%', maxWidth: '1600px', margin: 'auto', marginTop: '3rem' }}>
|
||||
<h3 className="titre_ent_h3"> Espace numérique de travail de <br/> {connected_user_data.prenom && connected_user_data.nom && <font style={{ fontWeight: "600" }}> {connected_user_data.prenom.charAt(0).toUpperCase() + connected_user_data.prenom.slice(1).toLocaleLowerCase()} {connected_user_data.nom.toUpperCase()} </font>}
|
||||
<h3 className="titre_ent_h3"> Espace numérique de travail de <br /> {connected_user_data.prenom && connected_user_data.nom && <font style={{ fontWeight: "600" }}> {connected_user_data.prenom.charAt(0).toUpperCase() + connected_user_data.prenom.slice(1).toLocaleLowerCase()} {connected_user_data.nom.toUpperCase()} </font>}
|
||||
</h3>
|
||||
</div>}
|
||||
|
||||
|
|
@ -563,23 +565,24 @@ function Student_Account_Ent() {
|
|||
{New_Get_Ent_Message_Alert_result && New_Get_Ent_Message_Alert_result.length > 0 &&
|
||||
New_Get_Ent_Message_Alert_result.map((message) => (
|
||||
<Stack sx={{ width: '100%', }} spacing={2}>
|
||||
{message.priorite === "1" &&
|
||||
<Alert variant="outlined" sx={{ border: 0, marginBottom: '20px' }} severity="warning">
|
||||
<AlertTitle className="alert_title">Important </AlertTitle>
|
||||
{message.priorite === "1" && <nav style={{ marginBottom: '5px' }}>
|
||||
<Alert variant="outlined" sx={{ border: 0, background: '#fef4e6' }} severity="warning">
|
||||
<AlertTitle className="alert_title"> </AlertTitle>
|
||||
<font className="alert_text"> {message.message} </font>
|
||||
</Alert>}
|
||||
</Alert>
|
||||
</nav>}
|
||||
|
||||
{message.priorite === "2" &&
|
||||
<Alert variant="outlined" sx={{ border: 0, marginBottom: '20px' }} severity="info">
|
||||
<AlertTitle className="alert_title">Information</AlertTitle>
|
||||
{message.priorite === "2" && <nav style={{ marginBottom: '5px' }}>
|
||||
<Alert variant="outlined" sx={{ border: 0, background: '#e6f6fd' }} severity="info">
|
||||
<AlertTitle className="alert_title"> </AlertTitle>
|
||||
<font className="alert_text"> {message.message} </font>
|
||||
</Alert>}
|
||||
</Alert></nav>}
|
||||
|
||||
{message.priorite === "0" &&
|
||||
<Alert variant="outlined" sx={{ border: 0, marginBottom: '20px', }} severity="error">
|
||||
<AlertTitle className="alert_title">Urgent </AlertTitle>
|
||||
{message.priorite === "0" && <nav style={{ marginBottom: '5px' }}>
|
||||
<Alert variant="outlined" sx={{ border: 0, background: '#fceded' }} severity="error">
|
||||
<AlertTitle className="alert_title"> </AlertTitle>
|
||||
<font className="alert_text"> {message.message} </font>
|
||||
</Alert>}
|
||||
</Alert></nav>}
|
||||
</Stack>
|
||||
))}
|
||||
|
||||
|
|
|
|||
|
|
@ -801,7 +801,7 @@ function Survey_Eval_QR_Code() {
|
|||
|
||||
'& .line--statut--selected': {
|
||||
backgroundColor: '#e9f7f1',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
}, [`& .${gridClasses.cell}`]: {
|
||||
py: 1,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -816,10 +816,10 @@ Cette fonction recuperer les stats des TOP 5 formations sur la periode saisie pa
|
|||
},
|
||||
'& .planifie': {
|
||||
backgroundColor: '#FA5882',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
},
|
||||
'& .facturé': {
|
||||
backgroundColor: 'black',
|
||||
color: "#0a2a4d",
|
||||
color: 'white',
|
||||
},
|
||||
'& .line--true': {
|
||||
|
|
|
|||
|
|
@ -3479,7 +3479,7 @@ function UpdateParnterInfo(props) {
|
|||
inputBackground: 'grey',
|
||||
borderColor: 'darkgrey',
|
||||
borderRadius: '8px',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
width: '100px'
|
||||
}}
|
||||
name="detail_grp_color"
|
||||
|
|
@ -5004,7 +5004,7 @@ function UpdateParnterInfo(props) {
|
|||
|
||||
{String(catalog_pub_config_edit) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', fontFamily: 'DM sans' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Catalog_Pub_Theme}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Catalog_Pub_Theme}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -3652,7 +3652,7 @@ function UpdatePartnerInfo_v2(props) {
|
|||
inputBackground: 'grey',
|
||||
borderColor: 'darkgrey',
|
||||
borderRadius: '8px',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
width: '100px'
|
||||
}}
|
||||
name="detail_grp_color"
|
||||
|
|
|
|||
|
|
@ -3479,7 +3479,7 @@ function UpdatePartnerInfo_v2_ARG(props) {
|
|||
inputBackground: 'grey',
|
||||
borderColor: 'darkgrey',
|
||||
borderRadius: '8px',
|
||||
color: 'black',
|
||||
color: "#0a2a4d",
|
||||
width: '100px'
|
||||
}}
|
||||
name="detail_grp_color"
|
||||
|
|
@ -5007,7 +5007,7 @@ function UpdatePartnerInfo_v2_ARG(props) {
|
|||
|
||||
{String(catalog_pub_config_edit) === "1" && <div className="div_row_gauche" style={{ "textAlign": 'left', fontFamily: 'DM sans' }}>
|
||||
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Catalog_Pub_Theme}>Enregistrer les modifications
|
||||
<Button variant="contained" className="bton_enreg" onClick={Add_Update_Catalog_Pub_Theme}>Enregistrer
|
||||
</Button>
|
||||
|
||||
</div>}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
.footer_automatic_files {
|
||||
background: #ebf1f4;
|
||||
.cta-section {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
.footer_automatic_files {
|
||||
|
||||
background: #ebf1f4;
|
||||
@media only screen and (max-width: 600px) {
|
||||
float: left;
|
||||
margin-top: 5rem;
|
||||
|
|
@ -151,7 +152,7 @@
|
|||
|
||||
.layout_testimonial_section {
|
||||
flex-grow: 1;
|
||||
background: #fff;
|
||||
background: #ebf1f4;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
|
@ -315,7 +316,7 @@
|
|||
|
||||
.layout_testimonial_section {
|
||||
flex-grow: 1;
|
||||
background: #fff;
|
||||
background: #ebf1f4;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
|
@ -480,7 +481,7 @@
|
|||
|
||||
.layout_testimonial_section {
|
||||
flex-grow: 1;
|
||||
background: #fff;
|
||||
background: #ebf1f4;
|
||||
padding: 80px;
|
||||
}
|
||||
|
||||
|
|
@ -646,7 +647,7 @@
|
|||
|
||||
.layout_testimonial_section {
|
||||
flex-grow: 1;
|
||||
background: #fff;
|
||||
background: #ebf1f4;
|
||||
padding: 80px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
.footer_automatic_files {
|
||||
background: #ebf1f4;
|
||||
|
||||
@media only screen and (max-width: 600px){
|
||||
float: left;
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
border-left: 1px solid #d1d5db
|
||||
}
|
||||
|
||||
|
||||
.form-input2 {
|
||||
position: relative;
|
||||
height: 3rem;
|
||||
|
|
|
|||
|
|
@ -354,7 +354,7 @@
|
|||
border-radius: 5px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
font-size: small;
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
.firstConnexion {
|
||||
|
|
@ -380,7 +380,7 @@
|
|||
font-family: "DM Sans";
|
||||
text-align: center;
|
||||
padding-left: 15px;
|
||||
font-size: 16px;
|
||||
font-size: 18px;
|
||||
color: #16274F;
|
||||
}
|
||||
|
||||
|
|
@ -713,7 +713,7 @@
|
|||
border-radius: 5px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
font-size: small;
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
.firstConnexion {
|
||||
|
|
@ -730,26 +730,28 @@
|
|||
.firstConnexion_div_btn {
|
||||
text-align: center;
|
||||
}
|
||||
.alert_title {
|
||||
|
||||
.alert_title {
|
||||
font-family: "DM Sans";
|
||||
font-size: 20px;
|
||||
text-align: left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.alert_text {
|
||||
.alert_text {
|
||||
font-family: "DM Sans";
|
||||
font-size: 16px;
|
||||
text-align: left;
|
||||
float: left;
|
||||
} }
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
||||
.titre_ent_h3 {
|
||||
font-family: "DM Sans";
|
||||
text-align: center;
|
||||
padding-left: 15px;
|
||||
font-size: 16px;
|
||||
font-size: 20px;
|
||||
color: #16274F;
|
||||
}
|
||||
|
||||
|
|
@ -1083,7 +1085,7 @@
|
|||
border-radius: 5px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
font-size: small;
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
.firstConnexion {
|
||||
|
|
@ -1095,24 +1097,30 @@
|
|||
background: #fbeee6;
|
||||
border: none;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
max-width: 1600px;
|
||||
margin: auto;
|
||||
float: unset;
|
||||
}
|
||||
|
||||
.firstConnexion_div_btn {
|
||||
text-align: center;
|
||||
}
|
||||
.alert_title {
|
||||
|
||||
.alert_title {
|
||||
font-family: "DM Sans";
|
||||
font-size: 20px;
|
||||
text-align: left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.alert_text {
|
||||
.alert_text {
|
||||
font-family: "DM Sans";
|
||||
font-size: 16px;
|
||||
text-align: left;
|
||||
float: left;
|
||||
} }
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
|
|
@ -1121,7 +1129,7 @@
|
|||
font-family: "DM Sans";
|
||||
text-align: center;
|
||||
padding-left: 15px;
|
||||
font-size: 16px;
|
||||
font-size: 20px;
|
||||
color: #16274F;
|
||||
}
|
||||
|
||||
|
|
@ -1461,36 +1469,41 @@
|
|||
border-radius: 5px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
font-size: small;
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
.firstConnexion {
|
||||
-webkit-box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 50%);
|
||||
box-shadow: 1px 1px 10px 1px rgba(243, 190, 190, 0.5);
|
||||
width: 100%;
|
||||
float: left;
|
||||
|
||||
margin-bottom: 2px;
|
||||
background: #fbeee6;
|
||||
border: none;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
max-width: 1600px;
|
||||
margin: auto;
|
||||
float: unset;
|
||||
}
|
||||
|
||||
.firstConnexion_div_btn {
|
||||
text-align: center;
|
||||
}
|
||||
.alert_title {
|
||||
|
||||
.alert_title {
|
||||
font-family: "DM Sans";
|
||||
font-size: 20px;
|
||||
text-align: left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.alert_text {
|
||||
.alert_text {
|
||||
font-family: "DM Sans";
|
||||
font-size: 16px;
|
||||
text-align: left;
|
||||
float: left;
|
||||
} }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Structure principale */
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: medium !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -608,7 +608,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: medium !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 95% !important;
|
||||
height: 3rem !important;
|
||||
margin: 2px !important;
|
||||
|
|
@ -1117,7 +1117,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1632,7 +1632,7 @@
|
|||
|
||||
.disabled_style {
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
|
|||
|
|
@ -106,6 +106,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
@ -118,7 +120,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -293,6 +295,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
@ -305,7 +309,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -478,6 +482,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
@ -490,7 +496,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -663,6 +669,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
@ -675,7 +683,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
|
|||
|
|
@ -542,7 +542,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
|
||||
|
|
@ -707,7 +707,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1309,7 +1309,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1789,7 +1789,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2524,6 +2524,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -596,7 +596,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
|
||||
|
|
@ -837,7 +837,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1526,7 +1526,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2100,7 +2100,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2832,6 +2832,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -537,7 +537,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
|
||||
|
|
@ -701,7 +701,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1315,7 +1315,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1783,7 +1783,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2291,6 +2291,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -2524,6 +2524,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -2314,6 +2314,8 @@ font-family: DM Sans !important;
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 97% !important;
|
||||
//border: none !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -550,7 +550,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
|
||||
|
|
@ -743,7 +743,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1164,7 +1164,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1383,7 +1383,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1916,7 +1916,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2621,6 +2621,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -100,6 +100,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -532,7 +532,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
|
||||
|
|
@ -1110,7 +1110,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1309,7 +1309,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1788,7 +1788,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2294,6 +2294,8 @@ font-family: DM Sans !important;
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -2669,6 +2669,8 @@ font-family: DM Sans !important;
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -2672,6 +2672,8 @@ font-family: DM Sans !important;
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -575,7 +575,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
|
||||
|
|
@ -848,7 +848,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1552,7 +1552,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2158,7 +2158,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2171,7 +2171,7 @@
|
|||
.disabled_style_moitier {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 45% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2941,6 +2941,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -605,7 +605,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
|
||||
|
|
@ -882,7 +882,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1608,7 +1608,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2216,7 +2216,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2229,7 +2229,7 @@
|
|||
.disabled_style_moitier {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 45% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -3003,7 +3003,7 @@
|
|||
.disabled_style_width_100_percent {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
padding: 5px !important;
|
||||
|
|
@ -3046,7 +3046,7 @@
|
|||
|
||||
.disabled_style_100_percent_row {
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -3199,6 +3199,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 97% !important;
|
||||
//border: none !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -588,7 +588,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
|
||||
|
|
@ -781,7 +781,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1200,7 +1200,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1421,7 +1421,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1928,7 +1928,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2529,6 +2529,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -362,7 +362,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
|
||||
|
|
@ -848,7 +848,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1334,7 +1334,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1812,7 +1812,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
|
|||
|
|
@ -2814,6 +2814,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -536,7 +536,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
|
||||
|
|
@ -731,7 +731,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1152,7 +1152,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1374,7 +1374,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1915,7 +1915,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2613,6 +2613,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 97% !important;
|
||||
//border: none !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -550,7 +550,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
|
||||
|
|
@ -735,7 +735,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1156,7 +1156,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1368,7 +1368,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1895,7 +1895,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2549,6 +2549,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -604,7 +604,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
|
||||
|
|
@ -833,7 +833,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -1494,7 +1494,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2034,7 +2034,7 @@
|
|||
.disabled_style {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 90% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2048,7 +2048,7 @@
|
|||
.disabled_style_Dialog {
|
||||
//background-color: #ECEFF1;
|
||||
font-size: small !important;
|
||||
color: black;
|
||||
color: #0a2a4d !important;
|
||||
width: 100% !important;
|
||||
height: 3.5rem !important;
|
||||
margin: 5px !important;
|
||||
|
|
@ -2753,6 +2753,8 @@ font-family: DM Sans !important;
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
padding-left: 5px !important;
|
||||
|
|
|
|||
|
|
@ -1726,6 +1726,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
font: inherit;
|
||||
|
|
@ -1924,6 +1926,8 @@
|
|||
}
|
||||
|
||||
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
|
||||
color: #0a2a4d !important;
|
||||
|
||||
font-size: small !important;
|
||||
font-family: "DM Sans" !important;
|
||||
font: inherit;
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue