diff --git a/src/components/Groupe_Apprenant.js b/src/components/Groupe_Apprenant.js index 346be32..58b8533 100644 --- a/src/components/Groupe_Apprenant.js +++ b/src/components/Groupe_Apprenant.js @@ -3386,7 +3386,7 @@ const Groupe_Apprenant = (props) => { setp_detail_type_groupe_code(""); setgrp_apprenant_data_changed("1"); } - }} + }} renderInput={(params) => { if (String(res.data.status) === "true") { //console.log(" In Get_Subdomain_Partner_Data res.data.status = " + res.data.status); - //console.log(" In Get_Subdomain_Partner_Data res.data.message r_class = " + res.data.message); + console.log(" In Get_Subdomain_Partner_Data res.data.message r_class = " + res.data.message); setGet_Subdomain_Partner_Data_api("true"); setGet_Subdomain_Partner_Data_result(res.data.message); @@ -2635,18 +2635,59 @@ const Mon_Catalogue_Public = () => { var catalog_pub_logo = JSON.parse(x).catalog_pub_logo; var catalog_pub_banniere_img = JSON.parse(x).catalog_pub_banniere_img; - var catalog_pub_message_1_txt = JSON.parse(x).catalog_pub_message_1_txt; var theme_code = JSON.parse(x).theme_code; + var catalog_pub_message_1_txt = JSON.parse(x).catalog_pub_message_1_txt; + + var catalog_pub_message_1_taille = "" + if (JSON.parse(x).catalog_pub_message_1_taille) + catalog_pub_message_1_taille = JSON.parse(x).catalog_pub_message_1_taille; + + var catalog_pub_message_1_color = "" + if (JSON.parse(x).catalog_pub_message_1_color) + catalog_pub_message_1_color = JSON.parse(x).catalog_pub_message_1_color; + + var catalog_pub_message_1_gras = "" + if (JSON.parse(x).catalog_pub_message_1_gras) + catalog_pub_message_1_gras = JSON.parse(x).catalog_pub_message_1_gras; + + var catalog_pub_message_2_txt = "" if (JSON.parse(x).catalog_pub_message_2_txt) catalog_pub_message_2_txt = JSON.parse(x).catalog_pub_message_2_txt; + + var catalog_pub_message_2_taille = "" + if (JSON.parse(x).catalog_pub_message_2_taille) + catalog_pub_message_2_taille = JSON.parse(x).catalog_pub_message_2_taille; + + var catalog_pub_message_2_color = "" + if (JSON.parse(x).catalog_pub_message_2_color) + catalog_pub_message_2_color = JSON.parse(x).catalog_pub_message_2_color; + + var catalog_pub_message_2_gras = "" + if (JSON.parse(x).catalog_pub_message_2_gras) + catalog_pub_message_2_gras = JSON.parse(x).catalog_pub_message_2_gras; + + + var catalog_pub_message_3_txt = "" if (JSON.parse(x).catalog_pub_message_3_txt) catalog_pub_message_3_txt = JSON.parse(x).catalog_pub_message_3_txt; + var catalog_pub_message_3_taille = "" + if (JSON.parse(x).catalog_pub_message_2_taille) + catalog_pub_message_3_taille = JSON.parse(x).catalog_pub_message_3_taille; + + var catalog_pub_message_3_color = "" + if (JSON.parse(x).catalog_pub_message_2_color) + catalog_pub_message_3_color = JSON.parse(x).catalog_pub_message_3_color; + + var catalog_pub_message_3_gras = "" + if (JSON.parse(x).catalog_pub_message_2_gras) + catalog_pub_message_3_gras = JSON.parse(x).catalog_pub_message_3_gras; + var catalog_pub_theme_id = JSON.parse(x).catalog_pub_theme_id; @@ -2662,13 +2703,28 @@ const Mon_Catalogue_Public = () => { "catalog_pub_logo": catalog_pub_logo, "catalog_pub_banniere_img": catalog_pub_banniere_img, "catalog_pub_message_1_txt": catalog_pub_message_1_txt, + "catalog_pub_message_1_taille": catalog_pub_message_1_taille, + "catalog_pub_message_1_color": catalog_pub_message_1_color, + "catalog_pub_message_1_gras": catalog_pub_message_1_gras, + + "catalog_pub_message_2_txt": catalog_pub_message_2_txt, + "catalog_pub_message_2_taille": catalog_pub_message_2_taille, + "catalog_pub_message_2_color": catalog_pub_message_2_color, + "catalog_pub_message_2_gras": catalog_pub_message_2_gras, + + "catalog_pub_message_3_txt": catalog_pub_message_3_txt, + "catalog_pub_message_3_taille": catalog_pub_message_3_taille, + "catalog_pub_message_3_color": catalog_pub_message_3_color, + "catalog_pub_message_3_gras": catalog_pub_message_3_gras, + + "catalog_pub_theme_id": catalog_pub_theme_id, "theme_code": theme_code, }; - //console.log(" --- node = ", node); + console.log(" --- node = ", node); new_data2.push(node); }); @@ -2771,10 +2827,23 @@ const Mon_Catalogue_Public = () => { {New_Get_Subdomain_Partner_Data_result && New_Get_Subdomain_Partner_Data_result.length > 0 && New_Get_Subdomain_Partner_Data_result[0].catalog_pub_message_3_txt && - {New_Get_Subdomain_Partner_Data_result[0].catalog_pub_message_3_txt} } + {New_Get_Subdomain_Partner_Data_result[0].catalog_pub_message_3_txt} } + +
+
Indicateur 1 : xxxxx
+
Indicateur 2 : xxxxx
+
Indicateur 3 : xxxxx
+
Indicateur 4 : xxxxx
+ +
+
{/*
*/} @@ -2784,12 +2853,23 @@ const Mon_Catalogue_Public = () => { {New_Get_Subdomain_Partner_Data_result && New_Get_Subdomain_Partner_Data_result.length > 0 && } {New_Get_Subdomain_Partner_Data_result[0] && New_Get_Subdomain_Partner_Data_result[0].catalog_pub_message_2_txt && - } + }
@@ -3582,7 +3662,11 @@ const Mon_Catalogue_Public = () => { {New_Get_Subdomain_Partner_Data_result && New_Get_Subdomain_Partner_Data_result.length > 0 && New_Get_Subdomain_Partner_Data_result[0].catalog_pub_message_3_txt && - {New_Get_Subdomain_Partner_Data_result[0].catalog_pub_message_3_txt} } + {New_Get_Subdomain_Partner_Data_result[0].catalog_pub_message_3_txt} }
@@ -3594,14 +3678,22 @@ const Mon_Catalogue_Public = () => {
{New_Get_Subdomain_Partner_Data_result && New_Get_Subdomain_Partner_Data_result.length > 0 && -
diff --git a/src/components/Recherche_new_v4.js b/src/components/Recherche_new_v4.js index 5d252a9..e3ef631 100644 --- a/src/components/Recherche_new_v4.js +++ b/src/components/Recherche_new_v4.js @@ -2934,6 +2934,13 @@ const Recherche_new_v4 = () => {
{/*
*/} +
+
Indicateur 1 : xxxxx
+
Indicateur 2 : xxxxx
+
Indicateur 3 : xxxxx
+
Indicateur 4 : xxxxx
+ +
@@ -2942,6 +2949,7 @@ const Recherche_new_v4 = () => {
+
@@ -3039,6 +3047,9 @@ const Recherche_new_v4 = () => {
+ + +
@@ -3325,7 +3336,7 @@ const Recherche_new_v4 = () => {
- +
({ + + dialog: { + position: 'absolute', + // left: 10, + top: 400 + }, + + paper: { + overflowY: 'unset', + }, + customizedButton: { + position: 'absolute', + left: '95%', + top: '-9%', + backgroundColor: 'lightgray', + color: 'gray', + }, +})); + + function UpdateParnterInfo(props) { + const classes = useStyles(); const history = useHistory(); const [myApiResponse, setmyApiResponse] = useState(""); const [result, setResult] = useState(""); @@ -419,21 +454,21 @@ function UpdateParnterInfo(props) { if (mylocaltraining.link_linkedin) { setp_link_linkedin(mylocaltraining.link_linkedin); - }else{ + } else { setp_link_linkedin(''); } if (mylocaltraining.link_twitter) { setp_link_twitter(mylocaltraining.link_twitter); - }else{ + } else { setp_link_twitter(''); } if (mylocaltraining.adr_street) { setp_adr_street(mylocaltraining.adr_street); - }else{ + } else { setp_adr_street(''); } @@ -441,58 +476,58 @@ function UpdateParnterInfo(props) { if (mylocaltraining.nom) { setp_nom(mylocaltraining.nom); - }else{ + } else { setp_nom(''); } if (mylocaltraining.contact_tel) { setp_contact_tel(mylocaltraining.contact_tel); - }else{ + } else { setp_contact_tel(''); } if (mylocaltraining.contact_nom) { setp_contact_nom(mylocaltraining.contact_nom); - }else{ + } else { setp_contact_nom(''); } if (mylocaltraining.contact_prenom) { setp_contact_prenom(mylocaltraining.contact_prenom); - }else{ + } else { setp_contact_prenom(''); } if (mylocaltraining.contact_mail) { setp_contact_mail(mylocaltraining.contact_mail); - }else{ + } else { setp_contact_mail(''); } - + if (mylocaltraining.lms_virtualhost_url) { setp_lms_virtualhost_url(mylocaltraining.lms_virtualhost_url); - }else{ + } else { setp_lms_virtualhost_url(''); } if (mylocaltraining.lms_username) { setp_lms_username(mylocaltraining.lms_username); - }else{ + } else { setp_lms_username(''); } if (mylocaltraining.mysy_lms_user_id) { setp_mysy_lms_user_id(mylocaltraining.mysy_lms_user_id); - }else{ + } else { setp_mysy_lms_user_id(''); } @@ -561,7 +596,7 @@ function UpdateParnterInfo(props) { 'adr_street', 'nom', 'contact_tel', 'contact_nom', 'contact_prenom', 'contact_mail', 'email', 'website', 'website', - 'isqualiopi', 'iscertifvoltaire', ] + 'isqualiopi', 'iscertifvoltaire',] for (let i = 0; i < list_fields.length; i++) { if (document.getElementsByName(String(list_fields[i])) && document.getElementsByName(String(list_fields[i]))[0]) { @@ -839,9 +874,73 @@ function UpdateParnterInfo(props) { const stored_cookie = getCookie('tokenmysypart'); form.append("token", stored_cookie); form.append("theme_id", selected_catalog_pub_theme_id); + + form.append("message_1_txt", p_catalog_pub_message_1_txt); + form.append("message_1_taille", p_text1_taille); + form.append("message_1_color", p_text1_color); + if (p_text1_gras) + form.append("message_1_gras", "700"); + else + form.append("message_1_gras", "400"); + + form.append("message_2_txt", p_catalog_pub_message_2_txt); + form.append("message_2_color", p_text2_color); + form.append("message_2_taille", p_text2_taille); + + if (p_text2_gras) + form.append("message_2_gras", "700"); + else + form.append("message_2_gras", "400"); + form.append("message_3_txt", p_catalog_pub_message_3_txt); + form.append("message_3_color", p_text3_color); + form.append("message_3_taille", p_text3_taille); + + if (p_text3_gras) + form.append("message_3_gras", "700"); + else + form.append("message_3_gras", "400"); + + + + form.append("indicateur_1_txt", p_indicateur1_text); + form.append("indicateur_1_taille", p_indicateur1_taille); + form.append("indicateur_1_color", p_indicateur1_color); + if (p_indicateur1_gras) + form.append("indicateur_1_gras", "700"); + else + form.append("indicateur_1_gras", "400"); + + form.append("indicateur_2_txt", p_indicateur2_text); + form.append("indicateur_2_taille", p_indicateur2_taille); + form.append("indicateur_2_color", p_indicateur2_color); + if (p_indicateur2_gras) + form.append("indicateur_2_gras", "700"); + else + form.append("indicateur_2_gras", "400"); + + + form.append("indicateur_3_txt", p_indicateur3_text); + form.append("indicateur_3_taille", p_indicateur3_taille); + form.append("indicateur_3_color", p_indicateur3_color); + if (p_indicateur3_gras) + form.append("indicateur_3_gras", "700"); + else + form.append("indicateur_3_gras", "400"); + + + form.append("indicateur_4_txt", p_indicateur4_text); + form.append("indicateur_4_taille", p_indicateur4_taille); + form.append("indicateur_4_color", p_indicateur4_color); + if (p_indicateur4_gras) + form.append("indicateur_4_gras", "700"); + else + form.append("indicateur_4_gras", "400"); + + + form.append("_id", selected_catalog_pub_config_id); @@ -1823,7 +1922,7 @@ function UpdateParnterInfo(props) { setLoading(false); if (String(res.data.status) === "true") { //console.log(" In Get_Partner_Catalog_Pub_Config res.data.status = " + res.data.status); - //console.log(" In Get_Partner_Catalog_Pub_Config res.data.message r_class = " + res.data.message); + console.log(" In Get_Partner_Catalog_Pub_Config res.data.message r_class = " + res.data.message); setGet_Partner_Catalog_Pub_Config_api("true"); setGet_Partner_Catalog_Pub_Config_result(res.data.message); @@ -1852,6 +1951,159 @@ function UpdateParnterInfo(props) { setPartner_Catalog_Pub_theme_id(JSON.parse(res.data.message).theme_id); + if (JSON.parse(res.data.message).message_1_color) + setp_text1_color(JSON.parse(res.data.message).message_1_color) + else + setp_text1_color('#000000'); + + if (JSON.parse(res.data.message).message_1_taille) + setp_text1_taille(JSON.parse(res.data.message).message_1_taille) + else + setp_text1_taille('12'); + + setp_text1_gras(false); + if (JSON.parse(res.data.message).message_1_gras) { + if (String(JSON.parse(res.data.message).message_1_gras) === "700") + setp_text1_gras(true); + } + + + + + if (JSON.parse(res.data.message).message_2_color) + setp_text2_color(JSON.parse(res.data.message).message_2_color) + else + setp_text2_color('#000000'); + + + if (JSON.parse(res.data.message).message_2_taille) + setp_text2_taille(JSON.parse(res.data.message).message_2_taille) + else + setp_text2_taille('12'); + + + setp_text2_gras(false); + if (JSON.parse(res.data.message).message_2_gras) { + if (String(JSON.parse(res.data.message).message_2_gras) === "700") + setp_text2_gras(true); + + } + + + if (JSON.parse(res.data.message).message_3_color) + setp_text3_color(JSON.parse(res.data.message).message_3_color) + else + setp_text3_color('#000000'); + + + if (JSON.parse(res.data.message).message_3_taille) + setp_text3_taille(JSON.parse(res.data.message).message_3_taille) + else + setp_text3_taille('12'); + + + setp_text3_gras(false); + if (JSON.parse(res.data.message).message_3_gras) { + if (String(JSON.parse(res.data.message).message_3_gras) === "700") + setp_text3_gras(true); + } + + // ----------- + + if (JSON.parse(res.data.message).indicateur_1_txt) + setp_indicateur1_text(JSON.parse(res.data.message).indicateur_1_txt) + else + setp_indicateur1_text(''); + + if (JSON.parse(res.data.message).indicateur_1_color) + setp_indicateur1_color(JSON.parse(res.data.message).indicateur_1_color) + else + setp_indicateur1_color('#000000'); + + + if (JSON.parse(res.data.message).indicateur_1_taille) + setp_indicateur1_taille(JSON.parse(res.data.message).indicateur_1_taille) + else + setp_indicateur1_taille('12'); + + + setp_indicateur1_gras(false); + if (JSON.parse(res.data.message).indicateur_1_gras) { + if (String(JSON.parse(res.data.message).indicateur_1_gras) === "700") + setp_indicateur1_gras(true); + } + + if (JSON.parse(res.data.message).indicateur_2_txt) + setp_indicateur2_text(JSON.parse(res.data.message).indicateur_2_txt) + else + setp_indicateur2_text(''); + + if (JSON.parse(res.data.message).indicateur_2_color) + setp_indicateur2_color(JSON.parse(res.data.message).indicateur_2_color) + else + setp_indicateur2_color('#000000'); + + + if (JSON.parse(res.data.message).indicateur_2_taille) + setp_indicateur2_taille(JSON.parse(res.data.message).indicateur_2_taille) + else + setp_indicateur2_taille('12'); + + + setp_indicateur2_gras(false); + if (JSON.parse(res.data.message).indicateur_2_gras) { + if (String(JSON.parse(res.data.message).indicateur_2_gras) === "700") + setp_indicateur2_gras(true); + } + + + if (JSON.parse(res.data.message).indicateur_3_txt) + setp_indicateur3_text(JSON.parse(res.data.message).indicateur_3_txt) + else + setp_indicateur3_text(''); + + if (JSON.parse(res.data.message).indicateur_3_color) + setp_indicateur3_color(JSON.parse(res.data.message).indicateur_3_color) + else + setp_indicateur3_color('#000000'); + + + if (JSON.parse(res.data.message).indicateur_3_taille) + setp_indicateur3_taille(JSON.parse(res.data.message).indicateur_3_taille) + else + setp_indicateur3_taille('12'); + + + setp_indicateur3_gras(false); + if (JSON.parse(res.data.message).indicateur_3_gras) { + if (String(JSON.parse(res.data.message).indicateur_3_gras) === "700") + setp_indicateur3_gras(true); + } + + if (JSON.parse(res.data.message).indicateur_4_txt) + setp_indicateur4_text(JSON.parse(res.data.message).indicateur_4_txt) + else + setp_indicateur4_text(''); + + if (JSON.parse(res.data.message).indicateur_4_color) + setp_indicateur4_color(JSON.parse(res.data.message).indicateur_4_color) + else + setp_indicateur4_color('#000000'); + + + if (JSON.parse(res.data.message).indicateur_4_taille) + setp_indicateur4_taille(JSON.parse(res.data.message).indicateur_4_taille) + else + setp_indicateur4_taille('12'); + + + setp_indicateur4_gras(false); + if (JSON.parse(res.data.message).indicateur_4_gras) { + if (String(JSON.parse(res.data.message).indicateur_4_gras) === "700") + setp_indicateur4_gras(true); + } + + disable_catalog_pub_fields(); } @@ -2385,7 +2637,9 @@ function UpdateParnterInfo(props) { function disable_catalog_pub_fields() { setcatalog_pub_config_edit(""); - const list_fields = ['config_text_1', 'config_text_2', 'config_text_3',] + const list_fields = ['config_text_1', 'config_text_2', 'config_text_3', + 'indicateur_text_1', 'indicateur_text_2', 'indicateur_text_3', 'indicateur_text_4' + ] for (let i = 0; i < list_fields.length; i++) { if (document.getElementsByName(String(list_fields[i])) && document.getElementsByName(String(list_fields[i]))[0]) { @@ -2401,7 +2655,9 @@ function UpdateParnterInfo(props) { setcatalog_pub_config_edit("1"); - const list_fields = ['config_text_1', 'config_text_2', 'config_text_3',] + const list_fields = ['config_text_1', 'config_text_2', 'config_text_3', + 'indicateur_text_1', 'indicateur_text_2', 'indicateur_text_3', 'indicateur_text_4' + ] for (let i = 0; i < list_fields.length; i++) { if (document.getElementsByName(String(list_fields[i])) && document.getElementsByName(String(list_fields[i]))[0]) { @@ -2415,9 +2671,150 @@ function UpdateParnterInfo(props) { + const [quel_text, setquel_text] = React.useState(""); + + + const [p_text2_taille, setp_text2_taille] = React.useState("12"); + const [p_text2_gras, setp_text2_gras] = React.useState(false); + const [p_text2_color, setp_text2_color] = React.useState("#000000"); + + const [p_text3_taille, setp_text3_taille] = React.useState("12"); + const [p_text3_gras, setp_text3_gras] = React.useState(false); + const [p_text3_color, setp_text3_color] = React.useState("#000000"); + + + const [p_text1_taille, setp_text1_taille] = React.useState("12"); + const [p_text1_gras, setp_text1_gras] = React.useState(false); + const [p_text1_color, setp_text1_color] = React.useState("#000000"); + + + const [p_indicateur1_text, setp_indicateur1_text] = React.useState(""); + const [p_indicateur1_taille, setp_indicateur1_taille] = React.useState("12"); + const [p_indicateur1_gras, setp_indicateur1_gras] = React.useState(false); + const [p_indicateur1_color, setp_indicateur1_color] = React.useState("#000000"); + + const [p_indicateur2_text, setp_indicateur2_text] = React.useState(""); + const [p_indicateur2_taille, setp_indicateur2_taille] = React.useState("12"); + const [p_indicateur2_gras, setp_indicateur2_gras] = React.useState(false); + const [p_indicateur2_color, setp_indicateur2_color] = React.useState("#000000"); + + const [p_indicateur3_text, setp_indicateur3_text] = React.useState(""); + const [p_indicateur3_taille, setp_indicateur3_taille] = React.useState("12"); + const [p_indicateur3_gras, setp_indicateur3_gras] = React.useState(false); + const [p_indicateur3_color, setp_indicateur3_color] = React.useState("#000000"); + + const [p_indicateur4_text, setp_indicateur4_text] = React.useState(""); + const [p_indicateur4_taille, setp_indicateur4_taille] = React.useState("12"); + const [p_indicateur4_gras, setp_indicateur4_gras] = React.useState(false); + const [p_indicateur4_color, setp_indicateur4_color] = React.useState("#000000"); + + + const [Dialog_GRP_COLOR_message, setDialog_GRP_COLOR_message] = React.useState(false); + const [Dialog_GRP_COLOR_open, setDialog_GRP_COLOR_open] = React.useState(false); + + + const Dialog_GRP_COLOR_handleClose = () => { + //alert(" Utiliser le bouton 'fermer' "); + //setOpen(false); + }; + + const Dialog_GRP_COLOR_handleClose_buton = () => { + setDialog_GRP_COLOR_open(false); + + }; + + return (
+ + {/*** Dialog pickup Color */} + + null} + + PaperProps={{ + + + className: classes.paper, // Apply the paper style + style: { + overflowY: 'unset', + position: 'absolute', + //top: '5rem' + }, + }} + hideBackdrop={true} + disableScrollLock + classes={{ + paper: classes.dialog + }} + className="groupe_apprenant_dialog" + + > + + Choisir une couleur + + + + + +
Code couleur
+ { + if (String(quel_text) === "1") + setp_text1_color(color.hex); + + else if (String(quel_text) === "2") + setp_text2_color(color.hex); + + else if (String(quel_text) === "3") + setp_text3_color(color.hex); + } + } + /> + + + +
+
+ + + + + + + + + + + + + +
+ + {/*** Fin ajout pickup Color */} +
{String(is_partner_admin_account) !== "1" && } @@ -2533,127 +2930,1077 @@ function UpdateParnterInfo(props) {
-
text 1
- +
Text 1
+ { - setp_catalog_pub_message_1_txt(e.target.value); + value={p_catalog_pub_message_1_txt} + onChange={(e) => { + setp_catalog_pub_message_1_txt(e.target.value); - } - } - /> + } + } + /> + +
+ +
+ Caracteristiques
+ +
+ + +
+ + + +
+ + + + + +
+ +
+ + +
+ +
-
text 2
- +
Text 2
+ { + setp_catalog_pub_message_2_txt(e.target.value); - value={p_catalog_pub_message_2_txt} - onChange={(e) => { - setp_catalog_pub_message_2_txt(e.target.value); + } + } + /> - } - } - /> +
+ +
+ + Caracteristiques
+ +
+ + +
+ +
+ + + + + +
+ +
+ + +
+ + + +
+
+ + +
+ +
Text 3
+ { + setp_catalog_pub_message_3_txt(e.target.value); + + } + } + /> + +
+ +
+ + Caracteristiques
+ +
+ + +
+ +
+ + + + + +
+ +
+ + +
+ + + +
-
text 3
- +
Les indicateurs zzzz
- value={p_catalog_pub_message_3_txt} - onChange={(e) => { - setp_catalog_pub_message_3_txt(e.target.value); +
+
Text Indicateur 1
+ + name="indicateur_text_1" + id="indicateur_text_1" + multiline + rows={2} + className="disabled_style_multiline" + inputProps={{ style: { height: '4rem' } }} + + value={p_indicateur1_text} + onChange={(e) => { + setp_indicateur1_text(e.target.value); + + } + } + /> + +
+ +
+ Caracteristiques
+ +
+ + +
+ + + +
+ + + + + +
+ +
+ + +
+ +
+
+
Text Indicateur 2
+ { + setp_indicateur2_text(e.target.value); + + } + } + /> + +
+ +
+ Caracteristiques
+ +
+ + +
+ + + +
+ + + + + +
+ +
+ + +
+ +
+ +
+ +
+
Text Indicateur 3
+ { + setp_indicateur3_text(e.target.value); + + } + } + /> + +
+ +
+ Caracteristiques
+ +
+ + +
+ + + +
+ + + + + +
+ +
+ + +
+ +
+ +
+ +
+
Text Indicateur 4
+ { + setp_indicateur4_text(e.target.value); + + } + } + /> + +
+ +
+ Caracteristiques
+ +
+ + +
+ + + +
+ + + + + +
+ +
+ + +
+ +
+ +
+ +
} {String(catalog_pub_config_edit) !== "1" &&
- - {selected_catalog_pub_theme_preview &&
}
-
text 1
- +
Text 1
+ + +
+ +
+ + Caracteristiques
+ +
+ + +
+ +
+ + + + + +
+ +
+ + +
+ + + +
- />
-
text 2
- +
Text 2
+ - /> +
+ + +
+ + Caracteristiques
+ +
+ + +
+ +
+ + + + + +
+ +
+ + +
+ +
-
text 3
- +
Text 3
+ - /> +
+ +
+ + Caracteristiques
+ +
+ + +
+ +
+ + + + + +
+ +
+ + +
+ +
+
+
Les indicateurs zzzz22
+ +
+
Text Indicateur 1
+ + +
+ +
+ Caracteristiques
+ +
+ + +
+ + + +
+ + + + + +
+ +
+ + +
+ +
+ +
+ +
+
Text Indicateur 2
+ + +
+ +
+ Caracteristiques
+ +
+ + +
+ + + +
+ + + + + +
+ +
+ + +
+ +
+ +
+ +
+
Text Indicateur 3
+ + +
+ +
+ Caracteristiques
+ +
+ + +
+ + + +
+ + + + + +
+ +
+ + +
+ +
+ +
+ +
+
Text Indicateur 4
+ + +
+ +
+ Caracteristiques
+ +
+ + +
+ + + +
+ + + + + +
+ +
+ + +
+ +
+ +
+ + +
} diff --git a/src/styles/components/_partner_catalog_pub.scss b/src/styles/components/_partner_catalog_pub.scss index d8ad315..e592d02 100644 --- a/src/styles/components/_partner_catalog_pub.scss +++ b/src/styles/components/_partner_catalog_pub.scss @@ -817,7 +817,7 @@ background: white; border: solid gainsboro 1px; } - + .disabled_style_multiline { //background-color: #ECEFF1; diff --git a/src/styles/components/_reherche_new_v4.scss b/src/styles/components/_reherche_new_v4.scss index 7f2d40d..10e421d 100644 --- a/src/styles/components/_reherche_new_v4.scss +++ b/src/styles/components/_reherche_new_v4.scss @@ -914,7 +914,7 @@ } .title2 { - display: none; + display: none; } @@ -2265,9 +2265,13 @@ } - .display_grid_list_bton{ + .display_grid_list_bton { display: none; - } + } + + .indicateurs_data { + display: none; + } } @@ -2436,8 +2440,7 @@ box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 50%); } - .view_grid { - } + .view_grid {} .rech_list_formation2:hover { @@ -3481,7 +3484,7 @@ gap: 24px; width: 100%; - height: auto; + height: auto; /* Inside auto layout */ @@ -3500,7 +3503,7 @@ gap: 16px; width: 636px; - height: auto; + height: auto; /* Inside auto layout */ @@ -3508,7 +3511,7 @@ flex: none; order: 0; flex-grow: 0; - margin-left: 25%; + margin-left: 5%; } .title1 { @@ -5356,8 +5359,15 @@ } - .display_grid_list_bton{ - display: none; + .display_grid_list_bton { + display: none; + } + + .indicateurs_data { + position: fixed; + left: 65%; + top: 8rem; + width: auto; } } @@ -6288,7 +6298,7 @@ position: absolute; width: 95%; - // height: 367px; + // height: 367px; left: 5%; top: 100px; } @@ -6581,7 +6591,7 @@ flex: none; order: 0; flex-grow: 0; - margin-left: 25%; + margin-left: 10%; } .title1 { @@ -6619,7 +6629,7 @@ font-style: normal; font-weight: 700; font-size: 40px; - + height: auto; /* or 107% */ @@ -6646,7 +6656,7 @@ font-style: normal; font-weight: 500; font-size: 30px; - + /* or 107% */ letter-spacing: 1px; @@ -8427,11 +8437,18 @@ } - .display_grid_list_bton{ + .display_grid_list_bton { width: 10%; float: left; } + .indicateurs_data { + position: fixed; + left: 65%; + top: 8rem; + width: auto; + } + } @media only screen and (min-width: 1200px) and (max-width: 1919px) { @@ -9361,7 +9378,7 @@ position: absolute; width: 95%; - // height: 367px; + // height: 367px; left: 5%; top: 100px; } @@ -9654,9 +9671,11 @@ flex: none; order: 0; flex-grow: 0; - margin-left: 25%; + margin-left: 10%; } + + .title1 { width: 90%; text-align: left; @@ -9692,7 +9711,7 @@ font-style: normal; font-weight: 700; font-size: 40px; - height: auto; + height: auto; /* or 107% */ letter-spacing: 1px; @@ -9718,7 +9737,7 @@ font-style: normal; font-weight: 500; font-size: 30px; - + /* or 107% */ letter-spacing: 1px; @@ -11505,11 +11524,18 @@ } - .display_grid_list_bton{ + .display_grid_list_bton { width: 10%; float: left; } + .indicateurs_data { + position: fixed; + left: 70%; + top: 8rem; + width: auto; + } + } @media only screen and (min-width: 1920px) { @@ -12449,7 +12475,7 @@ position: absolute; width: 95%; - // height: 367px; + // height: 367px; left: 5%; top: 100px; } @@ -12742,9 +12768,11 @@ flex: none; order: 0; flex-grow: 0; - margin-left: 25%; + margin-left: 10%; } + + .title1 { width: 100%; text-align: left; @@ -12781,7 +12809,7 @@ font-weight: 700; font-size: 40px; height: auto; - + /* or 107% */ letter-spacing: 1px; @@ -14611,11 +14639,17 @@ } - .display_grid_list_bton{ + .display_grid_list_bton { width: 10%; float: left; } + .indicateurs_data { + position: fixed; + left: 75%; + top: 8rem; + width: auto; + } } diff --git a/src/styles/components/_updateparnterinfo.scss b/src/styles/components/_updateparnterinfo.scss index 75479ea..6381c49 100644 --- a/src/styles/components/_updateparnterinfo.scss +++ b/src/styles/components/_updateparnterinfo.scss @@ -989,7 +989,7 @@ } } - + .css-mnn31 { font-size: small !important; }