- Organisme de formation :
+ Organisme de formation
diff --git a/src/components/DisplayPartnerSession.js b/src/components/DisplayPartnerSession.js
index 9faa883..d5c8f5c 100644
--- a/src/components/DisplayPartnerSession.js
+++ b/src/components/DisplayPartnerSession.js
@@ -1053,8 +1053,13 @@ const DisplayPartnerSession = (props) => {
setEdite_session("0");
submenu_detail_session();
- if (myRef.current) {
- myRef.current.scrollIntoView({ behavior: "smooth" });
+ if (document.getElementById('detail_session')) {
+ //myRef.current.scrollIntoView({ behavior: "smooth" });
+ var divh = document.getElementById('detail_session').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
}
}
@@ -1068,12 +1073,14 @@ const DisplayPartnerSession = (props) => {
var myelement;
if (document.getElementById('ajout_participant')) {
- myelement = document.getElementById('ajout_participant');
+ var divh = document.getElementById('ajout_participant').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
}
- if (myelement) {
- myelement.scrollIntoView({ behavior: 'smooth' });
- }
+
}
@@ -1481,12 +1488,14 @@ const DisplayPartnerSession = (props) => {
var myelement;
if (document.getElementById('participant_menu_tab')) {
- myelement = document.getElementById('participant_menu_tab');
+ //myelement = document.getElementById('participant_menu_tab');
+ var divh = document.getElementById('participant_menu_tab').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
}
- if (myelement) {
- myelement.scrollIntoView({ behavior: 'smooth' });
- }
}
@@ -2860,8 +2869,13 @@ const DisplayPartnerSession = (props) => {
desableSessionFields();
- if (myRef.current) {
- myRef.current.scrollIntoView({ behavior: "smooth" });
+ if (document.getElementById('detail_session')) {
+ // myRef.current.scrollIntoView({ behavior: "smooth" });
+ var divh = document.getElementById('detail_session').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
}
}
@@ -3613,11 +3627,12 @@ const DisplayPartnerSession = (props) => {
var myelement;
if (document.getElementById('ajout_participant')) {
- myelement = document.getElementById('ajout_participant');
- }
-
- if (myelement) {
- myelement.scrollIntoView({ behavior: 'smooth' });
+ //myelement = document.getElementById('ajout_participant');
+ var divh = document.getElementById('ajout_participant').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
}
disableAttendeeDetailFields();
diff --git a/src/components/DisplayPartnerStagiaires.js b/src/components/DisplayPartnerStagiaires.js
index ad58f48..93636da 100644
--- a/src/components/DisplayPartnerStagiaires.js
+++ b/src/components/DisplayPartnerStagiaires.js
@@ -124,25 +124,25 @@ const DisplayPartnerStagiaires = (props) => {
{ field: 'domaine', headerName: 'Domaine', width: datagrid_columns_size_model2, align: "center", hide: true, hideable: true, },
{ field: 'date_debut', headerName: 'Du', width: datagrid_columns_size_model1, hideable: true, },
{ field: 'date_fin', headerName: 'Au', width: datagrid_columns_size_model1, hideable: true, },
- { field: 'class_internal_url', headerName: 'class_internal_url', hide: true, },
- /* {
- field: "Detail", headerName: 'Voir detail',
- renderCell: (cellValues) => {
- return (
-
-
-
- );
- }
- },*/
+ { field: 'class_internal_url', headerName: 'class_internal_url', hide: true, },
+ /* {
+ field: "Detail", headerName: 'Voir detail',
+ renderCell: (cellValues) => {
+ return (
+
+
+
+ );
+ }
+ },*/
{
field: "Imprimer", headerName: 'Imprimer detail',
renderCell: (cellValues) => {
@@ -225,7 +225,7 @@ const DisplayPartnerStagiaires = (props) => {
]
-
+
function handleClick_delete(event, cellValues) {
// Recuperation du motif du refus :
var nom = cellValues.row.nom;
@@ -246,7 +246,7 @@ const DisplayPartnerStagiaires = (props) => {
var form = new FormData();
//form.append("token","K3cw63eKokKSbV4spjQ48SUNnfy80yrXfA");
-
+
const stored_cookie = getCookie('tokenmysypart');
form.append("token", stored_cookie);
form.append("class_internal_url", local_class_internal_url);
@@ -265,7 +265,7 @@ const DisplayPartnerStagiaires = (props) => {
if (String(res.data.status) === String("true")) {
setDeleteStagiaireData_api("true");
setDeleteStagiaireData_result(res.data.message);
-
+
Getall_TrainingParticipant();
alert(" La mise à jour été correctement faite.")
@@ -452,8 +452,13 @@ const DisplayPartnerStagiaires = (props) => {
setaddOneParticipant();
setdisplay_detail_stagiaire("1");
- if (myRef.current) {
- myRef.current.scrollIntoView({ behavior: "smooth" });
+ if (document.getElementById('detail_session')) {
+ // myRef.current.scrollIntoView({ behavior: "smooth" });
+ var divh = document.getElementById('detail_session').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
}
GetAttendee_Data(participant_email, session_id, internal_url);
@@ -534,8 +539,13 @@ const DisplayPartnerStagiaires = (props) => {
setaddOneParticipant("1");
submenu_detail_stagaire();
- if (myRef.current) {
- myRef.current.scrollIntoView({ behavior: "smooth" });
+ if (document.getElementById('detail_session')) {
+ // myRef.current.scrollIntoView({ behavior: "smooth" });
+ var divh = document.getElementById('detail_session').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
}
setdisplay_detail_stagiaire();
@@ -611,7 +621,7 @@ const DisplayPartnerStagiaires = (props) => {
setprint_detail_insc("1");
var code_session = cellValues.row.code_session;
-
+
var session_id = cellValues.row.session_id;
var internal_url = cellValues.row.class_internal_url;
@@ -620,7 +630,7 @@ const DisplayPartnerStagiaires = (props) => {
- DownloadAttendeeDetail(session_id, participant_email, internal_url );
+ DownloadAttendeeDetail(session_id, participant_email, internal_url);
}
function clearDetailAttendeFields() {
@@ -1453,7 +1463,7 @@ const DisplayPartnerStagiaires = (props) => {
setLoading(true);
-
+
fetch(
process.env.REACT_APP_API_URL + "myclass/api/AddStagiairetoClass_mass_for_many_session/",
@@ -1592,7 +1602,7 @@ const DisplayPartnerStagiaires = (props) => {
const [addOneParticipant, setaddOneParticipant] = useState();
const status_inscription = [
-
+
{
value: '0',
label: 'PréInscription',
@@ -1845,11 +1855,12 @@ const DisplayPartnerStagiaires = (props) => {
var myelement;
if (document.getElementById('ajout_participant')) {
- myelement = document.getElementById('ajout_participant');
- }
-
- if (myelement) {
- myelement.scrollIntoView({ behavior: 'smooth' });
+ //myelement = document.getElementById('ajout_participant');
+ var divh = document.getElementById('ajout_participant').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
}
disableAttendeeDetailFields();
@@ -2066,7 +2077,16 @@ const DisplayPartnerStagiaires = (props) => {
Getall_TrainingParticipant();
clear_one_Attende_Fields();
alert(" Le participant a été correctement ajouté");
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
+
+ //myRef_head.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_head')) {
+ // myRef.current.scrollIntoView({ behavior: "smooth" });
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
} else if (String(res.data.status) === String("Err_Connexion")) {
alert('Erreur: ' + res.data.message);
@@ -2157,7 +2177,15 @@ const DisplayPartnerStagiaires = (props) => {
alert(" La mise à jour été correctement faite.");
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
+ //myRef_head.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_head')) {
+ // myRef.current.scrollIntoView({ behavior: "smooth" });
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}
else {
@@ -2595,8 +2623,13 @@ const DisplayPartnerStagiaires = (props) => {
setsessionStatus(false);
- if (myRef.current) {
- myRef.current.scrollIntoView({ behavior: "smooth" });
+ if (document.getElementById('detail_session')) {
+ // myRef.current.scrollIntoView({ behavior: "smooth" });
+ var divh = document.getElementById('detail_session').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
}
}
@@ -2729,9 +2762,9 @@ const DisplayPartnerStagiaires = (props) => {
return (
- {isLoading &&
}
+ {isLoading &&
}
}
-
+
}
*/}
-
+
-
+
{String(submenu) === "detail_employe" && String(add_One_Employee) !== "1" &&
@@ -4781,7 +4821,7 @@ const Employes = (props) => {
-
+
{String(display_affectation) === "1" &&
@@ -5039,7 +5079,7 @@ const Employes = (props) => {
}
-
+
{String(Add_new_affectation) === "1" &&
diff --git a/src/components/GestionAdministrative.js b/src/components/GestionAdministrative.js
index 44da1cd..22f2e4c 100644
--- a/src/components/GestionAdministrative.js
+++ b/src/components/GestionAdministrative.js
@@ -2157,8 +2157,14 @@ function GestionAdministrative(props) {
setshow_new_session_gif('1');
alert(" La session a été correctement ajoutée");
- if (ancre_ref_new_gif.current) {
- ancre_ref_new_gif.current.scrollIntoView({ behavior: "smooth" });
+ if (document.getElementById('ancre_ref_new_gif')) {
+ //ancre_ref_new_gif.current.scrollIntoView({ behavior: "smooth" });
+
+ var divh = document.getElementById('ancre_ref_new_gif').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
}
} else if (String(res.data.status) === String("Err_Connexion")) {
@@ -2424,8 +2430,13 @@ function GestionAdministrative(props) {
myelement = document.getElementById('participant_menu_tab');
}
- if (myelement) {
- myelement.scrollIntoView({ behavior: 'smooth' });
+ if (document.getElementById('participant_menu_tab')) {
+ //myelement.scrollIntoView({ behavior: 'smooth' });
+ var divh = document.getElementById('participant_menu_tab').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
}
@@ -3304,8 +3315,13 @@ function GestionAdministrative(props) {
myelement = document.getElementById('ajout_participant');
}
- if (myelement) {
- myelement.scrollIntoView({ behavior: 'smooth' });
+ if (document.getElementById('ajout_participant')) {
+ var divh = document.getElementById('ajout_participant').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ // myelement.scrollIntoView({ behavior: 'smooth' });
}
}
@@ -3570,8 +3586,13 @@ function GestionAdministrative(props) {
myelement = document.getElementById('ajout_participant');
}
- if (myelement) {
- myelement.scrollIntoView({ behavior: 'smooth' });
+ if (document.getElementById('ajout_participant')) {
+ //myelement.scrollIntoView({ behavior: 'smooth' });
+ var divh = document.getElementById('ajout_participant').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
}
disableAttendeeDetailFields();
@@ -3755,8 +3776,14 @@ function GestionAdministrative(props) {
myelement = document.getElementById('ajout_participant');
}
- if (myelement) {
- myelement.scrollIntoView({ behavior: 'smooth' });
+ if (document.getElementById('ajout_participant')) {
+ var divh = document.getElementById('ajout_participant').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+
+ // myelement.scrollIntoView({ behavior: 'smooth' });
}
}
@@ -4433,7 +4460,13 @@ function GestionAdministrative(props) {
GetListeEvaluation(mysession);
submenu_inscrit();
alert(" Le participant a été correctement ajouté");
- myRef_detail_inscrit.current.scrollIntoView({ behavior: "smooth" });
+
+ var divh = document.getElementById('myRef_detail_inscrit').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+
} else if (String(res.data.status) === String("Err_Connexion")) {
alert('Erreur: ' + res.data.message);
@@ -4949,7 +4982,7 @@ function GestionAdministrative(props) {
const [isLoading, setLoading] = useState();
const status_inscription = [
-
+
{
value: '0',
label: 'PréInscription',
diff --git a/src/components/Inscription_Information.js b/src/components/Inscription_Information.js
index 8336fd1..bf3637d 100644
--- a/src/components/Inscription_Information.js
+++ b/src/components/Inscription_Information.js
@@ -677,7 +677,7 @@ function Inscription_Information(props) {
Je m'inscris
- Choisir une session :
+ Choisir une session
diff --git a/src/components/Materiels.js b/src/components/Materiels.js
index af16e24..a88c375 100644
--- a/src/components/Materiels.js
+++ b/src/components/Materiels.js
@@ -566,8 +566,13 @@ const Materiels = (props) => {
alert(res.data.message);
- if (myRef_head)
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_head')) {
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}
else {
@@ -951,9 +956,13 @@ const Materiels = (props) => {
Getall_Materiel_Affectation(materiel_id);
- if (myRef.current) {
- myRef.current.scrollIntoView({ behavior: "smooth" });
- }
+ if ( document.getElementById('myRef')) {
+ var divh = document.getElementById('myRef').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}
@@ -1264,8 +1273,13 @@ const Materiels = (props) => {
//Get_Materiel_Data(selected_id);
Display_Detail_Material_Data(selected_id);
- if (myRef_head)
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_head')) {
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
alert(" La mise à jour été correctement faite.");
@@ -1400,9 +1414,13 @@ const Materiels = (props) => {
setAdd_new_affectation("1");
- if (myRef_new_affectation.current) {
- myRef_new_affectation.current.scrollIntoView({ behavior: "smooth" });
- }
+ if ( document.getElementById('myRef_new_affectation')) {
+ var divh = document.getElementById('myRef_new_affectation').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
clean_affectation_fields();
@@ -1479,8 +1497,13 @@ const Materiels = (props) => {
alert(" La mise à jour été correctement faite.");
- if (myRef_affectation)
- myRef_affectation.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_new_affectation')) {
+ var divh = document.getElementById('myRef_new_affectation').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}
else {
@@ -1760,8 +1783,13 @@ const Materiels = (props) => {
setSelectionModel_affectations([]);
alert(" L'affectation a été ajoutée.");
- if (myRef_affectation)
- myRef_affectation.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_new_affectation')) {
+ var divh = document.getElementById('myRef_new_affectation').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}
else {
@@ -1793,9 +1821,13 @@ const Materiels = (props) => {
set_selected_affectation_id(affectation_id);
- if (myRef_affectation.current) {
- myRef_affectation.current.scrollIntoView({ behavior: "smooth" });
- }
+ if ( document.getElementById('myRef_new_affectation')) {
+ var divh = document.getElementById('myRef_new_affectation').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
Get_Given_Materiel_Affectation(affectation_id);
@@ -2258,7 +2290,7 @@ const Materiels = (props) => {
}
*/}
-
+
}
-
+
{String(Add_new_affectation) === "1" &&
@@ -3588,7 +3620,7 @@ const Materiels = (props) => {
}
}
-
+
);
diff --git a/src/components/Partner_Commande.js b/src/components/Partner_Commande.js
index de96e75..c08a247 100644
--- a/src/components/Partner_Commande.js
+++ b/src/components/Partner_Commande.js
@@ -334,9 +334,13 @@ const Partner_Commande = (props) => {
Getall_Parter_Orders_No_Filter();
- if (myRef_head)
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
-
+ if ( document.getElementById('myRef_head')) {
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
alert(res.data.message);
}
else {
@@ -528,8 +532,16 @@ const Partner_Commande = (props) => {
Getall_Parter_Orders_No_Filter();
GetCurrentPartnerClass();
Get_Given_Partner_Config_Point_Taux_TVA();
- if (myRef_head)
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
+
+ if ( document.getElementById('myRef_head')) {
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
+
+
}, [])
const [Getall_Parter_Orders_No_Filter_api, setGetall_Parter_Orders_No_Filter_api] = useState();
@@ -732,12 +744,13 @@ const Partner_Commande = (props) => {
Display_Detail_Order_data(order_id);
+ var divh = document.getElementById('myRef').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
- if (myRef) {
- myRef.current.scrollIntoView({ behavior: "smooth" });
- }
-
- //Getall_Employee_Affectation(employe_id);
+
}
@@ -1906,8 +1919,13 @@ const Partner_Commande = (props) => {
Display_Detail_Order_data(selected_id);
alert(" La mise à jour du " + String(p_detail_header_type) + " été correctement faite.");
- if (myRef_head)
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_head')) {
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}
else {
@@ -2162,7 +2180,13 @@ const Partner_Commande = (props) => {
alert(" La commande à jour été correctement ajoutée.");
}
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_head')) {
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}
else {
@@ -2613,8 +2637,13 @@ const Partner_Commande = (props) => {
Getall_Parter_Orders_No_Filter();
Display_Detail_Order_data(selected_id);
- if (myRef_head)
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_head')) {
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
alert(res.data.message);
@@ -2665,8 +2694,13 @@ const Partner_Commande = (props) => {
Getall_Parter_Orders_No_Filter();
Display_Detail_Order_data(selected_id);
- if (myRef_head)
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_head')) {
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
alert(res.data.message);
@@ -3630,7 +3664,7 @@ const Partner_Commande = (props) => {
}
-
+
-
+
{String(submenu) === "detail_order" && String(add_One_Order) !== "1" &&
diff --git a/src/components/Partner_Config_Technique.js b/src/components/Partner_Config_Technique.js
index 7dfbeca..d0a0af8 100644
--- a/src/components/Partner_Config_Technique.js
+++ b/src/components/Partner_Config_Technique.js
@@ -146,8 +146,13 @@ const Partner_Configuration_Technique = (props) => {
Getall_Parter_config_Points();
- if (myRef_head)
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_head')) {
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}, [])
@@ -212,9 +217,13 @@ const Partner_Configuration_Technique = (props) => {
Disable_Config_DetailFields();
- if (myRef) {
- myRef.current.scrollIntoView({ behavior: "smooth" });
- }
+ if ( document.getElementById('myRef')) {
+ var divh = document.getElementById('myRef').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}
@@ -239,9 +248,13 @@ const Partner_Configuration_Technique = (props) => {
Disable_Config_DetailFields();
- if (myRef) {
- myRef.current.scrollIntoView({ behavior: "smooth" });
- }
+ if ( document.getElementById('myRef')) {
+ var divh = document.getElementById('myRef').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}
@@ -339,8 +352,13 @@ const Partner_Configuration_Technique = (props) => {
setdisplay_detail_config();
alert(res.data.message);
- if (myRef_head)
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_head')) {
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}
else {
@@ -466,7 +484,7 @@ const Partner_Configuration_Technique = (props) => {
-
+
-
+
{String(display_detail_config) === "1" &&
diff --git a/src/components/Partner_Facture.js b/src/components/Partner_Facture.js
index 90b21a5..404b92c 100644
--- a/src/components/Partner_Facture.js
+++ b/src/components/Partner_Facture.js
@@ -599,8 +599,14 @@ const Partner_Facture = (props) => {
Get_List_Partner_Clients();
Getall_Parter_Invoice_No_Filter();
- if (myRef_head)
- myRef_head.current.scrollIntoView({ behavior: "smooth" });
+ if ( document.getElementById('myRef_head')) {
+ var divh = document.getElementById('myRef_head').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
+
}, [])
const [display_detail_invoice, setdisplay_detail_invoice] = React.useState();
@@ -634,11 +640,13 @@ const Partner_Facture = (props) => {
Display_Detail_Invoice_data(invoice_id);
-
- if (myRef) {
- myRef.current.scrollIntoView({ behavior: "smooth" });
- }
-
+ if ( document.getElementById('myRef')) {
+ var divh = document.getElementById('myRef').offsetTop;
+ window.scrollTo({
+ top: divh,
+ behavior: "smooth",
+ });
+ }
}
@@ -1693,7 +1701,7 @@ const Partner_Facture = (props) => {
}
-
+
-
+
{String(display_detail_invoice) === "1" &&
diff --git a/src/components/ProduitsServices.js b/src/components/ProduitsServices.js
index 69e328c..0e719cf 100644
--- a/src/components/ProduitsServices.js
+++ b/src/components/ProduitsServices.js
@@ -211,7 +211,7 @@ function ProduitsServices() {
Ajout de vos propres images pour communiquer sur votre structure et votre marque.
Affichage de votre logo à côté de la formation
- Affichage votre bannière en grand sur la page détaillée.
+ Affichage de votre bannière en grand sur la page détaillée.
@@ -219,7 +219,7 @@ function ProduitsServices() {
Génération automatique de leads
- - L’intérêt des stagiaires génère des leads qui vous sont envoyé automatiquement.
+
- L’intérêt des stagiaires génère des leads qui vous sont envoyés automatiquement.
@@ -232,7 +232,7 @@ function ProduitsServices() {
Appels d’offre
- - Consultation des appels d’offre de formation pour manifestions d’intérêt.
+ - Consultation des appels d’offre de formation pour manifestations d’intérêt.
- Publication d’un appel d’offre de formation et gestion des réponses.
@@ -440,11 +440,11 @@ function ProduitsServices() {
-

+
-

+
diff --git a/src/components/Recherche_new_v2.js b/src/components/Recherche_new_v2.js
index b1aa8d8..66fa3be 100644
--- a/src/components/Recherche_new_v2.js
+++ b/src/components/Recherche_new_v2.js
@@ -2991,7 +2991,7 @@ const Recherche_new_v2 = () => {
- Compte utilisateur avec données de recherche de formation
- Aide à la recherche de formations pour B2C, B2B
- - Consultation des appels d’offre de formation et manifestion d’intérêt
+ - Consultation des appels d’offre de formation et manifestations d’intérêt
diff --git a/src/styles/components/_abonnement.scss b/src/styles/components/_abonnement.scss
index 907d204..b3a415d 100644
--- a/src/styles/components/_abonnement.scss
+++ b/src/styles/components/_abonnement.scss
@@ -36,12 +36,12 @@
background-color: transparent;
}
- .mysy_spinner{
+ .mysy_spinner {
border-radius: 5px;
border: 1px solid black;
opacity: 100%;
}
-
+
@media only screen and (max-width: 600px) {
/*style smartphones et petites tablettes en portrait*/
@@ -476,7 +476,7 @@
float: left;
}
- .block_remise{
+ .block_remise {
width: 100% !important;
}
@@ -700,8 +700,8 @@
width: 100%;
float: left;
}
- .block_remise{
- }
+
+ .block_remise {}
}
@@ -931,8 +931,7 @@
float: left;
}
- .block_remise{
- }
+ .block_remise {}
}
@@ -945,12 +944,19 @@
color: 212121 !important;
font-size: small !important;
margin: 0px;
+ height: 3rem !important;
+ padding: 0 !important;
+ padding-left: 5px !important;
+ margin-top :10px !important;
}
- .css-1sumxir-MuiFormLabel-root-MuiInputLabel-root.Mui-disabled{
+ .css-1sumxir-MuiFormLabel-root-MuiInputLabel-root.Mui-disabled {
color: 212121 !important;
font-size: medium !important;
margin: 0px !important;
+ height: 3rem !important;
+ padding: 0 !important;
+ padding-left: 5px !important;
}
.css-1o9s3wi-MuiInputBase-input-MuiOutlinedInput-input {
diff --git a/src/styles/components/_checkout.scss b/src/styles/components/_checkout.scss
index f7fb67d..f25cee0 100644
--- a/src/styles/components/_checkout.scss
+++ b/src/styles/components/_checkout.scss
@@ -18,14 +18,14 @@
background-color: transparent;
}
- .mysy_spinner{
+ .mysy_spinner {
border-radius: 5px;
border: 1px solid black;
opacity: 100%;
}
-
+
.spinner {
- width:20rem;
+ width: 20rem;
height: 10rem;
border: 8px solid;
border-color: #3d5af1 transparent #3d5af1 transparent;
@@ -60,6 +60,7 @@
.facture_menu:hover {
background-color: #e7f3fb;
}
+
.facture_menu:focus {
//border: 3px dotted green;
background-color: #e7f3fb;
@@ -167,6 +168,7 @@
background-color: green !important;
color: white;
}
+
.div_row_center {
border-left: 0rem solid;
border-width: 0rem;
@@ -193,12 +195,12 @@
width: 90%;
}
- .nb_ftion{
+ .nb_ftion {
text-align: center;
width: 40%;
}
- .mob_heigh{
+ .mob_heigh {
height: 5rem;
}
}
@@ -227,6 +229,7 @@
.facture_menu:hover {
background-color: #e7f3fb;
}
+
.facture_menu:focus {
//border: 3px dotted green;
background-color: #e7f3fb;
@@ -334,6 +337,7 @@
background-color: green !important;
color: white;
}
+
.div_row_center {
border-left: 0rem solid;
border-width: 0rem;
@@ -359,7 +363,8 @@
color: white;
width: 80%;
}
- .nb_ftion{
+
+ .nb_ftion {
text-align: center;
width: 40%;
}
@@ -387,6 +392,7 @@
.facture_menu:hover {
background-color: #e7f3fb;
}
+
.facture_menu:focus {
//border: 3px dotted green;
background-color: #e7f3fb;
@@ -521,7 +527,7 @@
width: 80%;
}
- .nb_ftion{
+ .nb_ftion {
text-align: center;
width: 30%;
}
@@ -552,6 +558,7 @@
.facture_menu:hover {
background-color: #e7f3fb;
}
+
.facture_menu:focus {
//border: 3px dotted green;
background-color: #e7f3fb;
@@ -696,28 +703,31 @@
line-height: 1rem;
margin: 0.2rem;
font-size: small;
- font-family: Graphik LCG Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
+ font-family: Graphik LCG Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
scroll-behavior: smooth;
}
- .nb_ftion{
+ .nb_ftion {
text-align: center;
width: 20%;
}
-
+
}
// End media
-
+
}
-.img_payment_checkout{
+.img_payment_checkout {
max-width: 25%;
margin-top: 1rem;
}
-.Mui-disabled{
- font-size: small !important;
- padding-left: 5px !important;
+.Mui-disabled {
+ font-size: small !important;
+ padding-left: 5px !important;
+ height: 3rem !important;
+ padding: 0 !important;
+ padding-left: 5px !important;
}
\ No newline at end of file
diff --git a/src/styles/components/_displaydetailclass_new_v2.scss b/src/styles/components/_displaydetailclass_new_v2.scss
index 58d14c3..00bec79 100644
--- a/src/styles/components/_displaydetailclass_new_v2.scss
+++ b/src/styles/components/_displaydetailclass_new_v2.scss
@@ -366,10 +366,10 @@
.detail_element {
border-radius: 3px;
display: inline-block;
- width: 95%;
+ width: 99%;
background-color: white;
height: auto;
- padding: 5px;
+ padding: 10px;
outline: 1px solid #ccc;
text-align: left;
@@ -526,12 +526,13 @@
//width: 80%;
height: 37px;
//right: 213px;
- top: 85px;
+ top: 95px;
/* Beige */
background: #FFF5DA;
border-radius: 4px;
+ margin-left: 5rem;
}
.mob_tag_cpf_txt {
@@ -1350,7 +1351,7 @@
.mob_block_organisme_ftion {
display: flex;
flex-direction: column;
- align-items: flex-start;
+ align-items: center;
padding: 0px;
gap: 4px;
@@ -1358,7 +1359,7 @@
width: 190px;
height: 42px;
left: 100px;
- top: 660px;
+ top: 670px;
}
.mob_block_organisme_ftion_orga {
@@ -1516,6 +1517,10 @@
color: red;
font-size: medium;
}
+
+ .css-wdmfcx{
+ width: 100% !important;
+ }
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
diff --git a/src/styles/components/_inscription.scss b/src/styles/components/_inscription.scss
index ca11e26..d33f284 100644
--- a/src/styles/components/_inscription.scss
+++ b/src/styles/components/_inscription.scss
@@ -58,7 +58,6 @@
font-style: italic;
background-color: #104277;
font-weight: normal;
- height: 2rem;
padding-top: 5px;
border-radius: 5px;
//font-weight: bold;