diff --git a/src/components/AddPartnerClient.js b/src/components/AddPartnerClient.js index 3d0e186..7566560 100644 --- a/src/components/AddPartnerClient.js +++ b/src/components/AddPartnerClient.js @@ -3638,6 +3638,8 @@ const AddParnerClient = (props) => { {String(datamodification) === "1" &&
/!\ Pensez à enregistrer les modifications
} + + {String(formedit_mode) === "1" &&
diff --git a/src/components/Module_Selection_Evaluation_Apprenants.js b/src/components/Module_Selection_Evaluation_Apprenants.js index 0118241..1fc4c07 100644 --- a/src/components/Module_Selection_Evaluation_Apprenants.js +++ b/src/components/Module_Selection_Evaluation_Apprenants.js @@ -426,7 +426,7 @@ const Module_Selection_Evaluation_Apprenants = (props) => { {isLoading &&
} - +
@@ -555,7 +555,6 @@ const Module_Selection_Evaluation_Apprenants = (props) => {
-
diff --git a/src/components/Notes_Evaluation.js b/src/components/Notes_Evaluation.js index 5c0a098..d8ca31b 100644 --- a/src/components/Notes_Evaluation.js +++ b/src/components/Notes_Evaluation.js @@ -55,6 +55,7 @@ import { PiDotsThree } from "react-icons/pi"; import { IoAddCircleOutline, IoCloseCircleOutline } from "react-icons/io5"; import Rating from '@mui/material/Rating'; import Module_Selection_Evaluation_Apprenants from "./Module_Selection_Evaluation_Apprenants"; +import AttachFileIcon from '@mui/icons-material/AttachFile'; const Notes_Evaluation = (props) => { const history = useHistory(); @@ -114,7 +115,10 @@ const Notes_Evaluation = (props) => { return ( + + + } + modal + nested + position="center center" + > + {close => ( +
+ +
MySy Information
+
+ {' '} + + En confirmant cette opération, la pièce jointe sera définitivement supprimée.
+ + +
+
+
+ + +
+
+ +
+
+
+ )} + + +
+ ))} +
+
+ } + +
+   +
} diff --git a/src/styles/components/_note_evaluation.scss b/src/styles/components/_note_evaluation.scss index 2c53406..1a0b505 100644 --- a/src/styles/components/_note_evaluation.scss +++ b/src/styles/components/_note_evaluation.scss @@ -13,8 +13,8 @@ top: 0px; opacity: 80%; left: 0px; - } - + } + .tooltip_css { background: #81BC3A; z-index: 9999; @@ -1732,6 +1732,28 @@ } + .block_en_mass { + width: 50%; + float: left; + margin-bottom: 1rem; + margin-top: 15px; + margin-left: 0px; + } + + .block_en_mass_select { + width: 45%; + float: left; + margin-bottom: 1rem; + } + + .block_en_mass_bton_action { + width: 45%; + float: left; + margin-bottom: 1rem; + padding-top: 0.5rem !important; + } + + } @media only screen and (min-width: 1200px) { @@ -2289,7 +2311,7 @@ width: 30%; border-left: 3mm ridge rgba(211, 220, 50, .6); float: left; - } + } .block_competence { width: 30%; @@ -2326,6 +2348,27 @@ } + .block_en_mass { + width: 50%; + float: left; + margin-bottom: 1rem; + margin-top: 15px; + margin-left: 0px; + } + + .block_en_mass_select { + width: 45%; + float: left; + margin-bottom: 1rem; + } + + .block_en_mass_bton_action { + width: 45%; + float: left; + margin-bottom: 1rem; + padding-top: 0.5rem !important; + } + }