Durée
- {rowss && String(session_selected_row_id).length > 0 &&
- {JSON.parse(rowss[session_selected_row_id]).duration}
+ {rowss && String(session_selected_row_id).length > 0 &&
+ {JSON.parse(rowss[session_selected_row_id]).duration_concat}
}
+
+
+ Modalité
+
+
+ {rowss && String(session_selected_row_id).length > 0 &&
+ {String(JSON.parse(rowss[session_selected_row_id]).distantiel) === "1" &&
+ "A distance "
+ }
+
+ {String(JSON.parse(rowss[session_selected_row_id]).presentiel) === "1" &&
+ "En presentiel "
+ }
+
+
}
+
+
+
+
+ Date début
+
+ {rowss && String(session_selected_row_id).length > 0 &&
+ {JSON.parse(rowss[session_selected_row_id]).date_debut}
+
}
+
+
+
+
+ Date fin
+
+ {rowss && String(session_selected_row_id).length > 0 &&
+ {JSON.parse(rowss[session_selected_row_id]).date_fin}
+
}
+
+
+
+
+ Prix
+
+ {rowss && String(session_selected_row_id).length > 0 &&
+ {JSON.parse(rowss[session_selected_row_id]).prix_session}
+
}
+
+
+
+
+
+ Nb participants
+
+ {rowss && String(session_selected_row_id).length > 0 &&
+ {JSON.parse(rowss[session_selected_row_id]).nb_participant}
+
}
+
+
+
+
+ Taux Remplissage
+
+ {rowss && String(session_selected_row_id).length > 0 &&
+ {JSON.parse(rowss[session_selected_row_id]).taux_remplissage}
+
}
+
+
+
+
+
-
+
@@ -6219,9 +6285,9 @@ Update du 22/10/2023 - Gestion des champs spécifiques ajoutés par le partenair
//handleClick_edit_session_From_Line(newSelectionModel.row.id);
setsession_selected_row_id(newSelectionModel.row.id);
-
- setDialog_2_message(" Description de la session");
+
+ setDialog_2_message(String(JSON.parse(rowss[newSelectionModel.row.id]).title));
setDialog_2_open(true);
}}
diff --git a/src/styles/components/_displaypartnersession.scss b/src/styles/components/_displaypartnersession.scss
index a32b565..7bf5592 100644
--- a/src/styles/components/_displaypartnersession.scss
+++ b/src/styles/components/_displaypartnersession.scss
@@ -63,6 +63,15 @@
border-radius: 1rem;
}
+ .div_row_dialog {
+ float: left;
+ //border: 1px solid black;
+ border-width: 0.01rem;
+ width: 100%;
+ margin-bottom: 1rem;
+ border-radius: 1rem;
+ }
+
.div_row_gauche {
width: 100%;
@@ -467,6 +476,14 @@
border-radius: 1rem;
}
+ .div_row_dialog {
+ float: left;
+ border-width: 0.01rem;
+ width: 100%;
+ margin-bottom: 0.5rem;
+ border-radius: 1rem;
+ }
+
.div_row_gauche {
float: left;
width: 100%;
@@ -1078,6 +1095,15 @@
border-radius: 1rem;
}
+ .div_row_dialog {
+ float: left;
+ //border: 1px solid black;
+ border-width: 0.01rem;
+ width: 100%;
+ margin-bottom: 0.5rem;
+ border-radius: 1rem;
+ }
+
.div_row_gauche {
float: left;
// border:1px solid black;
@@ -1290,6 +1316,16 @@
border-radius: 1rem;
}
+
+ .div_row_dialog {
+ float: left;
+ //border: 1px solid black;
+ border-width: 0.01rem;
+ width: 100%;
+ margin-bottom: 1rem;
+ border-radius: 1rem;
+ }
+
.div_row_gauche {
float: left;
// border:1px solid black;
@@ -1815,6 +1851,15 @@
border-radius: 1rem;
}
+ .div_row_dialog {
+ float: left;
+ //border: 1px solid black;
+ border-width: 0.01rem;
+ width: 100%;
+ margin-bottom: 0.5rem;
+ border-radius: 1rem;
+ }
+
.div_row_gauche {
float: left;
// border:1px solid black;
@@ -2407,13 +2452,13 @@
width: 600px !important;
}
-
- .div_row_gauche_dialog_session{
+
+ .div_row_gauche_dialog_session {
width: 30%;
float: left;
}
-
- .div_row_droite_dialog_session{
+
+ .div_row_droite_dialog_session {
width: 69%;
float: right;
}
@@ -2425,21 +2470,21 @@
overflow: visible;
text-align: center;
height: 5px;
- }
-
- .mysy_hr_text:after {
+ }
+
+ .mysy_hr_text:after {
background: #fff;
content: 'Détails';
padding: 0 4px;
position: relative;
top: -13px;
- }
-
+ }
+
}
// end media
-
+
.session_caract_Dialog {
width: 100%;
padding: 5px;